VB6 submit button sends information to BBChat

Reply

Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

VB6 submit button sends information to BBChat

 
1
  #1
Feb 14th, 2005
That's my objective in the title.. p.s. does anyone know how to make text inputs opaque? p.p.s does anyone know how to retrieve BBPost addresses to send a post to multiple Boards/Rooms?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

Re: VB6 submit button sends information to BBChat

 
0
  #2
Feb 14th, 2005
This would be very appreciated.. but all that I need is how to make a project that is the equivalent of an internet posting form... so when they click the button, it sends the form to become a BBChat post
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: VB6 submit button sends information to BBChat

 
0
  #3
Feb 14th, 2005
I'm not very clear about what you are trying to do here.... elaborate clearly please.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

Re: VB6 submit button sends information to BBChat

 
0
  #4
Feb 14th, 2005
I'm making a project.. and it is a typical looking BBPost Window... then you click the button and it sends to a selected location.... but I don't know how to do that with the button..
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: VB6 submit button sends information to BBChat

 
0
  #5
Feb 14th, 2005
we are talking about submitting data to a bbpost (web page?) with a visual basic app?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

Re: VB6 submit button sends information to BBChat

 
0
  #6
Feb 14th, 2005
that we are
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: VB6 submit button sends information to BBChat

 
0
  #7
Feb 14th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

Re: VB6 submit button sends information to BBChat

 
0
  #8
Feb 21st, 2005
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.
[br]Ummm... how do I use that control and what script needs to be applied for a sucseesful URL transfer?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: VB6 submit button sends information to BBChat

 
0
  #9
Feb 22nd, 2005
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...

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. url = "http://someserver.com/bbchat/bbchat.php?someuser=coma&somepost=fooey"
  2. 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.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

Re: VB6 submit button sends information to BBChat

 
0
  #10
Feb 22nd, 2005
1)and so, will that snippet be sucsessful in both GET and POST functions? Bcause I've looked at the source-- in the PHP HTML (PHTML) it uses the post method in the form... so thats that
2) Is there a way I can use this function without opening the page the data is being sent to?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC