Search:

Type: Posts; User: vbleet

Search: Search took 0.04 seconds.

  1. Replies
    100
    Views
    76,818

    Re: Tabbed WebBrowser - a work in progress

    Thanks for this, it is very helpful!
  2. Thread: Telnet.ocx?

    by vbleet
    Replies
    8
    Views
    6,191

    Re: Telnet.ocx?

    True Telnet will allow only 1 connection per IP well that is from my knowledge with some servers i have messed around with ;)
  3. Replies
    8
    Views
    72,064

    Re: Hex and String Conversions

    3 works fine for me. 2 gives me something entirely off.
  4. Replies
    54
    Views
    1,927

    Re: Career in programming

    That could be the case :P
  5. Thread: CDONTS Problem

    by vbleet
    Replies
    3
    Views
    441

    Re: CDONTS Problem

    If you run the code like that what error occurs or nothing at all?
  6. Replies
    54
    Views
    1,927

    Re: Career in programming

    Kk thanks for the description :)
  7. Replies
    54
    Views
    1,927

    Re: Career in programming

    COBOL sounds like a cool language i know a couple of people who still work with it. It is mainly used for? Banks and such right?
  8. Replies
    5
    Views
    658

    Re: text box not is null

    Private Sub Command1_Click()
    If Text1.Text > vbNullString Then
    MsgBox "it is not empty"
    Else
    MsgBox "omg it is empty!!"
    End If
    End Sub

    try that code :D
  9. Replies
    4
    Views
    653

    Re: Remake dll

    Maybe upload the source and see if someone here can fix it?
  10. Replies
    4
    Views
    963

    Re: Faster way to emulate Tracert

    What programming language is it in?
  11. Re: Hi all! Response.cookies expiration time???

    I think you will need to use Time() ?
  12. Replies
    17
    Views
    1,264

    Re: How do you guys feel about Java as a whole?

    Java is great for applets as System_Error mentioned :) But i believe it has a lot more to offer to :)
  13. Replies
    3
    Views
    461

    Re: how to split string...

    Could you add code tags and what exactly do you want done with the split function?
  14. Re: help pls with my code..im hopeless!!!!

    Could you clean your post up and add
    tags please :)
  15. Replies
    3
    Views
    2,108

    Re: How to Access and Set Lan Card Properties?

    This Link should help :) Search for the file attached by HL should work nicely :D
  16. Thread: Firewall Advice

    by vbleet
    Replies
    13
    Views
    742

    Re: Firewall Advice

    And do not! use Norton!
  17. Replies
    7
    Views
    6,318

    Re: Vb6 - Pausing a application ..

    Yes the Sleep function will do precisely the same thing :)
    But good to have another way of doing it ;)
  18. Thread: simple way of..

    by vbleet
    Replies
    5
    Views
    798

    Re: simple way of..

    And two players? Multiplayer(Online) or on the one computer.
  19. Thread: simple way of..

    by vbleet
    Replies
    5
    Views
    798

    Re: simple way of..

    You will need to declare both players. But there is alot more to it then meets the eye. What type of game is it exactly?
  20. Thread: Bitmap Loading

    by vbleet
    Replies
    7
    Views
    1,122

    Re: Bitmap Loading

    What programming language? Visual Basic?
  21. Replies
    2
    Views
    497

    Re: [Help] Favourites ON Web Bowser

    What language are you using? Visual Basic?
  22. Replies
    6
    Views
    1,623

    Re: webbrowser1(HTTP Proxy)

    I think he wants to to it through his form though.
  23. Replies
    7
    Views
    6,053

    Re: clsBSTR - the ultimate string class

    Quite a good job Merri :) I am sure i will find use for it sometime ;)
  24. Replies
    8
    Views
    819

    Re: Need FTP Program In VB

    Pscode.com has some open source FTP programs.
  25. Replies
    17
    Views
    1,012

    Re: [RESOLVED] More connections with one winsock

    It probably would depend on the ports as well.
  26. Replies
    5
    Views
    1,365

    Re: Converting a double digit to single digit

    Kedaman that link just shows how to double the integer though.
  27. Replies
    10
    Views
    1,050

    Re: Good IDE / Compiler for C++?

    I heard they were alright but i still think nothing is greater than MINGW.
  28. Thread: RTF Editor

    by vbleet
    Replies
    7
    Views
    7,155

    Re: RTF Editor

    Thanks very much HL your RTF Editor was very helpful :)
Results 1 to 28 of 28



Click Here to Expand Forum to Full Width