•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 427,270 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,553 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 9353 | Replies: 20
![]() |
•
•
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation:
Rep Power: 7
Solved Threads: 108
•
•
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation:
Rep Power: 7
Solved Threads: 108
•
•
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation:
Rep Power: 7
Solved Threads: 108
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.
•
•
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation:
Rep Power: 7
Solved Threads: 108
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...
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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
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



Linear Mode