Pro Visual Basic 2005For advanced Visual Basic coders working in version 2005. Beginning-level questions will be redirected to other forums, including Beginning VB 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro Visual Basic 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I've started a project in Visual Basic 2005. My end goal is for this program to play an online word game without my assistance. When played normally, a link is clicked on the game website and a form opens. This form only exists for the duration of the game. Into this form players type words and submit them by pressing the enter button. To test one part of my idea, I've set up a form with a button and text box. Into the text box I've entered a word. When I press my form's button I'd like the word to be entered into the game. I have no idea how to do this! Any help would be appreciated.