CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BreShiE

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    To your post before your last, I now know about that and edited that. To your last post, I'm going to try it out now.
  2. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    The Whole Code So Far:



    Private Sub Command1_Click()

    Winsock1.RemoteHost = "http://xblforums.net/vb/login.php"
    Winsock1.RemotePort = 80
    FormData = "user=" & Text1.Text & "&pass="...
  3. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    I've just tried that, and it came up with a syntax error. I can't seem to see what's wrong.

    Also how would I use a IF Statement to check if it has succeeded or not?
  4. Replies
    81
    Views
    226,788

    Re: VB6.0 will live until Windows 7!

    It's still alive in Windows 8 too, thankfully!
  5. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    Sorry, I worded that wrong. I had just woke up when I posted that.

    What I meant:

    Would the page have to be an actual login page, rather than the PHP just connecting to the database? Would I...
  6. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    Okay so I used the code:



    Private Sub Command1_Click()

    Winsock1.RemoteHost = "http://xblforums.net/vb/login.php"
    Winsock1.RemotePort = 80
    FormData = "A=test&username=guest"
    WebPage =...
  7. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    Suprisingly, I was already doing this, I've got the PHP side covered. Just not sure how I'd actually connect the program to the page, I know I'd have to add in the Winsock 6.0 Control but I don't...
  8. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    I'll point it towards my servers IP now. Also how do you mean "proper strings"?

    Just a quick question, with that code there, will that make it so if the username/password is incorrect, it wont...
  9. Replies
    17
    Views
    2,045

    Re: Unknown Error | Can Anyone Help?

    Sure, here you go:




    Dim strDatabaseName As String
    Dim strDBCursorType As String
    Dim strDBLockType As String
    Dim strDBOptions As String
    Dim rs As ADODB.Recordset
  10. Replies
    7
    Views
    1,237

    Re: Visual Basic 6 Help

    Yes, but I do not like the flatish look of the buttons then, that's why I use Candy Button now.
  11. Replies
    17
    Views
    2,045

    Unknown Error | Can Anyone Help?

    Not doing it the way that the error was giving me anymore, check the bottom of this thread to see what I'm doing now, as I still need help!
  12. Re: User-definded type not defined error | Someone Help Please?

    Okay so I don't get this error anymore, thanks allot.
  13. Replies
    12
    Views
    1,223

    Re: DESPERATE Help me, why can't this work? :'(

    Change from:




    If BMI <= 18.5 Then
    teks.Text = "You're Underweight :("

    If BMI > 18.5 And BMI <= 25 Then
    teks.Text = "You're Normal! :D"
  14. Re: User-definded type not defined error | Someone Help Please?

    What do you mean? I haven't referenced it anywhere?
  15. User-definded type not defined error | Someone Help Please?

    So I keep getting this error while trying to create one of my programs. What I'm trying to do is connect to MySQL via my VB6 application. So people have to login to my site in order to use the app.
    ...
  16. Replies
    7
    Views
    1,237

    Re: Visual Basic 6 Help

    It doesn't matter, this isn't needed anymore, I use Candy Button now instead.
  17. Replies
    7
    Views
    1,237

    Visual Basic 6 Help

    I'm trying to make a program, of which when clicked, will change the color of the text inside the buttons (Command1, 2 and 3)

    I can't think what it'd be, I thought it would be this:
    ...
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured