Search:

Type: Posts; User: Mushroom Realm

Page 1 of 13 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,135

    Winsock - Send New Line

    I used this code to send data through that ended with two new line characters. The text goes through, but the new lines do not. buf is a string. Is there a different charachter I need to use, or...
  2. Replies
    3
    Views
    741

    Re: Winsock Server

    Thanks, that made it work perfectly.
  3. Replies
    3
    Views
    741

    Winsock Server [Resolved]

    This runs without any errors, but when I try to connect to it from a local machine it says that the connection has been forcefully rejected. I attempt to connect using telnet.



    #include...
  4. Replies
    4
    Views
    457

    The boot disk won't boot up properly. I have the...

    The boot disk won't boot up properly. I have the install cd's but they don't even show up as a boot option on the list.
  5. Replies
    4
    Views
    457

    Format Harddrive

    I need to format my harddrive but I don't know how. I forgot my root password for RedHat 9 and it won't let me reinstall without it. If someone knows a way to recover my password then that would...
  6. Me.Move Screen.Width - Me.Width, Screen.Height -...

    Me.Move Screen.Width - Me.Width, Screen.Height - Me.Height
  7. Replies
    9
    Views
    1,374

    Why not just let them download jpegs?

    Why not just let them download jpegs?
  8. Replies
    3
    Views
    523

    Do you have .multiline set to true? If thats not...

    Do you have .multiline set to true? If thats not the problem then try using LineInput.
  9. Replies
    13
    Views
    1,142

    Just nest an image control.

    Just nest an image control.
  10. Replies
    2
    Views
    460

    'Option Base num 'num is the value that you...

    'Option Base num
    'num is the value that you want the array to start at
    'default is 0

    'Declare the array
    Dim myarray(10) as Integer
    Dim otherarray() as Integer

    'Redeclare array length...
  11. Didn't test yet, but something like...

    Didn't test yet, but something like .ShowInTaskbar = False and then minimize it?
  12. You could remove the BM from the beggining of the...

    You could remove the BM from the beggining of the file.
  13. Oops, didn't notice that. Well I'm not sure for...

    Oops, didn't notice that. Well I'm not sure for .net.
  14. oleaut32.dll is the only one that I can remember....

    oleaut32.dll is the only one that I can remember. Do a search for it on google.

    If you want you can use the packaging wizard. That should install the runtimes for them.
  15. It's alright :) , you just missed one of the...

    It's alright :) , you just missed one of the words.
  16. What they're trying to say is that yahoo designed...

    What they're trying to say is that yahoo designed its system so that only their applications could log into it.
  17. You need to use API. Use FindWindow() to get the...

    You need to use API. Use FindWindow() to get the other applications hwnd, and then FindWindowEx to get the list boxes hwnd. Then run a search on LB_ commands and SendMessage, to interact with it.
  18. Do the other computers have the vb runtime...

    Do the other computers have the vb runtime installed? You'll need it to run vb apps.
  19. Replies
    5
    Views
    519

    I'm not one of the best programmers, what does...

    I'm not one of the best programmers, what does disable it mean? You could always move it.
  20. Replies
    4
    Views
    696

    Have you tried ByRef? Maybe if you just pass the...

    Have you tried ByRef? Maybe if you just pass the .filename on to a string and then send the string to your function.
  21. Replies
    4
    Views
    696

    Try passing it ByVal. ByVal CommonDialog.Filename

    Try passing it ByVal. ByVal CommonDialog.Filename
  22. Replies
    33
    Views
    1,707

    Poll: And theres those of us who have to support vb6...

    And theres those of us who have to support vb6 because we can't afford .net :)
  23. Replies
    33
    Views
    1,707

    Poll: It'll never really die, it'll just decline into...

    It'll never really die, it'll just decline into moniority and wind up like all those other old langauges you only hear about once a year.
  24. Replies
    10
    Views
    749

    Use the dir and file list boxes. Then you can...

    Use the dir and file list boxes. Then you can use the .Path property of the file listbox for the path to the file.
  25. Do you not understand it or do you just think...

    Do you not understand it or do you just think it's overkill?
  26. Easier maybe but it would use a little bit more...

    Easier maybe but it would use a little bit more memory which for a game isn't usually an option, plus the pictures would still have to be decrypted to be placed on the other form. This is some...
  27. Make your own encoder fo rthe files and then...

    Make your own encoder fo rthe files and then decrypt to memory.
  28. Replies
    28
    Views
    1,069

    Not having much luck with finding those...

    Not having much luck with finding those compilers, maybe I'm just to lazy to sit down and search long enough :p , but I have found the error message. GetLastError gave me: The handle is invalid. Do...
  29. Replies
    14
    Views
    1,088

    My best bet sounds like the API for safety. I'll...

    My best bet sounds like the API for safety. I'll use those :) Thanks everyone.
  30. Replies
    14
    Views
    1,088

    I've never tried just the filename for files but...

    I've never tried just the filename for files but with the other windows api calls they seem to set C:\ as the directory. Then again files don't use the api :) I'll test that out and post back soon.
  31. Replies
    6
    Views
    993

    Does SystemParameters just not work, or is that...

    Does SystemParameters just not work, or is that parameter that won't do anything? If it's just the parameter then maybe some msdn snooping will reveal the new one that you need:) Tell me, and I'll...
  32. Replies
    6
    Views
    993

    It disables ctrl+al+del too but it works. ...

    It disables ctrl+al+del too but it works.


    Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As...
  33. Replies
    14
    Views
    1,088

    I remembered making this thread, and now I need...

    I remembered making this thread, and now I need to use the path again so I've come back to it.

    How might one use these GetModuleFileName() and GetModuleHandle() api's?
  34. Replies
    4
    Views
    877

    Okay then when you bring the match to the can and...

    Okay then when you bring the match to the can and change the image also change the tag to something like "fire_match" and then when you drop the gas onto the can you can check to see if the tag is...
  35. Replies
    4
    Views
    877

    Does that code change to the dropped match image?

    Does that code change to the dropped match image?
  36. Replies
    3
    Views
    810

    You've got one of the BitBlt's commented out, and...

    You've got one of the BitBlt's commented out, and make sure StartUp.AutoRedraw = True
  37. Replies
    9
    Views
    1,783

    Make all the textboxes an array so that you can...

    Make all the textboxes an array so that you can loop through them.
  38. Replies
    9
    Views
    874

    Skip the middle man and use SendMessage.

    Skip the middle man and use SendMessage.
  39. Replies
    12
    Views
    1,797

    Oh I see what you mean.

    Oh I see what you mean.
  40. Replies
    12
    Views
    1,797

    So it's not completely in VB.

    So it's not completely in VB.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width