| | |
VB6 submit button sends information to BBChat
![]() |
outstanding.... I would suggest using the microsoft internet control. You can then generate in your vb app the URL, and pass the url to the internet control. This control effectively allows you to build "your own browser." using the internet explorer's browser.... if that makes any sense. It's more like, IE with your own wrapper, but.... you can always set it's visibility to false, and then navigate to the site.
The alternative is nasty.... a mixture of winsock and the http protocol
, Let me know if you need some additional assitance.
The alternative is nasty.... a mixture of winsock and the http protocol
, Let me know if you need some additional assitance. •
•
•
•
Originally Posted by The other guy who posted
I would suggest using the microsoft internet control. You can then generate in your vb app the URL, and pass the url to the internet control.
Oh Goodness,
I don't use it any more, but, you have to figure out if bbchat uses POST or GET, and that will change the way you have to go about doing this.... but the internet transfer control, basically just loads a web page. So, if the url, when you post a bbchat is something like this:
http://someserver.com/bbchat/bbchat....somepost=fooey
or whatever the case may be.... then you'll need to construct such an URL in your source code, and then make the internet control navigate to that URL...so...
then you could use the events that fire (such as on complete, or whatever), and you'll know your post is complete. If BBChat uses a different method, then you may have to write your own HTML Page from within VB... and then navigate to it. If you link me to BBChat (so I can examine how it works) then I'd be glad to assist you further.
I don't use it any more, but, you have to figure out if bbchat uses POST or GET, and that will change the way you have to go about doing this.... but the internet transfer control, basically just loads a web page. So, if the url, when you post a bbchat is something like this:
http://someserver.com/bbchat/bbchat....somepost=fooey
or whatever the case may be.... then you'll need to construct such an URL in your source code, and then make the internet control navigate to that URL...so...
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
url = "http://someserver.com/bbchat/bbchat.php?someuser=coma&somepost=fooey" browser1.navigate url
then you could use the events that fire (such as on complete, or whatever), and you'll know your post is complete. If BBChat uses a different method, then you may have to write your own HTML Page from within VB... and then navigate to it. If you link me to BBChat (so I can examine how it works) then I'd be glad to assist you further.
![]() |
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Codes for "Find" and for "Tip of the day"
- Next Thread: Consultant Infomation System
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






