Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
um you mean like getting the value of the combo box from one form to another? If thats what you need then try: [CODE]'From form 2 combobox2.items = form1.combobox1.items ' Try items or text, im not so sure[/CODE]
sup all. Im having a major problem with vb.net. im making a program that reads the source code from the webbrowser1 and if it contains these words "You Won!" then all my timers stop and a msgbox comes up and says "You Won!" but when the website actually does say …
The End.
simon66