Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Writing data to binary files Pin
Dave Kreskowiak11-Aug-04 6:01
mveDave Kreskowiak11-Aug-04 6:01 
Generalpdf conversion example program Pin
franco_8210-Aug-04 20:30
franco_8210-Aug-04 20:30 
GeneralRe: pdf conversion example program Pin
Member 53081011-Aug-04 3:17
Member 53081011-Aug-04 3:17 
GeneralRe: pdf conversion example program Pin
Dave Kreskowiak11-Aug-04 4:53
mveDave Kreskowiak11-Aug-04 4:53 
GeneralMessageBox And MsgBox Pin
beowulfagate10-Aug-04 16:25
beowulfagate10-Aug-04 16:25 
GeneralRe: MessageBox And MsgBox Pin
Nick Seng10-Aug-04 16:47
Nick Seng10-Aug-04 16:47 
GeneralRe: MessageBox And MsgBox Pin
normanordas10-Aug-04 20:45
normanordas10-Aug-04 20:45 
GeneralMultiple Form problems Pin
Achithyn10-Aug-04 15:48
Achithyn10-Aug-04 15:48 
Hello everyone,
I am really new with Visual Basic .NET 2003 and have come across a problem that I cannot seem to figure out. I have spent a lot of time reading in books and articles to figure this out, and because it is such a simple problem - it is quite frustrating.

I am making a Tic Tac Toe game to get more familiar with VB. I have already finished a very simple Tic Tac Toe program and now am moving into an advanced version with multiple forms. Each form acts like the next screen within the game - so, I wanted to make it so that the forms would hide and show themselves in the same area as the last screen. Also, at the bottom of the screen - the task bar resets every time a form is loaded.

Any information on how to manage multiple forms to act as if they are only one form would be great. Articles, Links, Examples, anything you can spare.

My current way for showing and hiding a form is:

dim testform as new testform
testfor.show()

I am using key words Show, Close, and Hide. Well, anything would be helpful. Thanks!

~Achithyn

GeneralRe: Multiple Form problems Pin
Nick Seng10-Aug-04 16:11
Nick Seng10-Aug-04 16:11 
GeneralRe: Multiple Form problems Pin
Achithyn10-Aug-04 16:37
Achithyn10-Aug-04 16:37 
GeneralRe: Multiple Form problems Pin
Nick Seng10-Aug-04 16:42
Nick Seng10-Aug-04 16:42 
GeneralRe: Multiple Form problems Pin
Achithyn10-Aug-04 18:47
Achithyn10-Aug-04 18:47 
GeneralRe: Multiple Form problems Pin
Nick Seng10-Aug-04 20:15
Nick Seng10-Aug-04 20:15 
GeneralRe: Multiple Form problems Pin
Dave Kreskowiak11-Aug-04 1:26
mveDave Kreskowiak11-Aug-04 1:26 
GeneralRe: Multiple Form problems Pin
Achithyn11-Aug-04 7:23
Achithyn11-Aug-04 7:23 
GeneralRe: Multiple Form problems Pin
Dave Kreskowiak11-Aug-04 8:57
mveDave Kreskowiak11-Aug-04 8:57 
GeneralRe: Multiple Form problems Pin
Achithyn11-Aug-04 9:45
Achithyn11-Aug-04 9:45 
GeneralDataGridView Pin
mtone10-Aug-04 15:34
mtone10-Aug-04 15:34 
QuestionIs it possible to do this? Pin
Lisana10-Aug-04 14:55
Lisana10-Aug-04 14:55 
AnswerRe: Is it possible to do this? Pin
Nick Seng10-Aug-04 15:24
Nick Seng10-Aug-04 15:24 
GeneralRe: Is it possible to do this? Pin
Lisana10-Aug-04 15:52
Lisana10-Aug-04 15:52 
GeneralRe: Is it possible to do this? Pin
Nick Seng10-Aug-04 16:09
Nick Seng10-Aug-04 16:09 
GeneralRe: Is it possible to do this? Pin
Lisana11-Aug-04 3:24
Lisana11-Aug-04 3:24 
GeneralTCP / Telnet client Pin
sybux200010-Aug-04 10:28
sybux200010-Aug-04 10:28 
GeneralRe: TCP / Telnet client Pin
Dave Kreskowiak11-Aug-04 4:46
mveDave Kreskowiak11-Aug-04 4:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.