Search:

Type: Posts; User: shmuclez

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    603

    worked fine for me my way, i just used Checked

    worked fine for me my way, i just used Checked
  2. Replies
    6
    Views
    603

    Just to provide a visual: Private Sub...

    Just to provide a visual:


    Private Sub chkdryes_Click()
    If chkdryes.Value = Checked Then
    ' This was the problem
    txtdrugs.Enabled = True
    txtdrugs.BackColor = vbWhite
    Else
    txtdrugs.Enabled =...
  3. Replies
    4
    Views
    540

    Thanks a lot guys, im gonna try them out.

    Thanks a lot guys, im gonna try them out.
  4. Replies
    4
    Views
    656

    Is there a way to do it like I was trying to?

    Is there a way to do it like I was trying to?
  5. Replies
    4
    Views
    656

    Saving listboxes to registry..

    I know how to save a text box or a caption, well pretty much everything other than a listbox. Here is the code:


    Private Sub mnuSettings_Click()
    SaveSetting "App.Aim Bomb 1.0", "textboxes",...
  6. how would you do that with a list?

    how would you do that with a list?
  7. You're so helpful :D Private Sub...

    You're so helpful :D


    Private Sub Command1_Click()
    MsgBox "Thank you!", vbOkonly, "Shmuclez says..."
    End Sub
  8. Replies
    4
    Views
    540

    A Setup program

    I was wondering what is the best setup program that is free, I know Wise is good but its not free.
  9. Thanks a lot Bruce. how do you post the code...

    Thanks a lot Bruce.

    how do you post the code as visual basic code, cant figure it out
  10. Common Dialog Load List Cancel Error [resolved]

    When someone clicks "Load List" on my program, it opens the load dialog but if they click cancel it keeps adding blank items to the list and freezes. Here is the code

    List1.Clear...
  11. Replies
    3
    Views
    715

    I didnt change much, and yes i just sent the...

    I didnt change much, and yes i just sent the update exe. I think all i changed was added some If/Then Commands and thats it.
  12. Replies
    3
    Views
    715

    Windows XP Error...

    I made a program on windows 98 se in vb6, and when i sent it to my friend on XP at first it worked, then i sent an update version and it gave him the following error. Is there a way to fix that?
  13. Replies
    3
    Views
    530

    thanks

    thanks
  14. Replies
    3
    Views
    530

    Checking if file exists, etc

    I am making a screenshot taker, and it saves the screenshot but i want to make it so that when it saves it, it checks if the file Screenshot.bmp exists and if it does it will save it as...
  15. Replies
    0
    Views
    443

    logging in multiple screennames

    how can i login multiple screennames with tocsock by using only one tocsock?
  16. Replies
    2
    Views
    575

    hmm where do i put that cuz it gives me an error..

    hmm where do i put that cuz it gives me an error..
  17. Replies
    3
    Views
    617

    well i downloaded the form just to see what it is...

    well i downloaded the form just to see what it is cuz im a n00b at vb and it says i need psapi.dll
  18. Replies
    2
    Views
    575

    disabling HTML in text/list boxes

    Is there a way to hide HTML code in a list box? Look at the pic.
    http://deceptivemind.org/images/aiminfection.jpg
    I dont want the html to be there, just the message.
  19. Replies
    3
    Views
    576

    the first code was what i was looking for, i just...

    the first code was what i was looking for, i just couldnt figure it out from an example project thanks
  20. Replies
    3
    Views
    576

    moving the frame with no titlebar

    Im just learning skinning and i took off the border and i cant figure out the code to make it so u can move the program around the screen as u would do by using the title bar.
  21. Replies
    1
    Views
    539

    If/Then commands with .INI Files

    I am just learning INI files, i am making a very simple registration form with a serial number. I got the INI to save the name and the serial number and then display them on the form. Now i want to...
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width