Click here to Skip to main content
15,915,603 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generallogin to server Pin
fo0lish30-Nov-04 3:52
fo0lish30-Nov-04 3:52 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 5:52
mveDave Kreskowiak30-Nov-04 5:52 
GeneralRe: login to server Pin
fo0lish30-Nov-04 7:47
fo0lish30-Nov-04 7:47 
GeneralRe: login to server Pin
Dave Kreskowiak30-Nov-04 10:02
mveDave Kreskowiak30-Nov-04 10:02 
GeneralDataset Pin
nitin_ion29-Nov-04 22:10
nitin_ion29-Nov-04 22:10 
GeneralRe: Dataset Pin
Jim Matthews30-Nov-04 13:44
Jim Matthews30-Nov-04 13:44 
GeneralForm Design Pin
kellydanielc29-Nov-04 12:39
kellydanielc29-Nov-04 12:39 
GeneralRe: Form Design Pin
Tom John30-Nov-04 5:55
Tom John30-Nov-04 5:55 
Put a bunch of panels on your form, each panel containing the controls that you want to show when a particular button is pressed.

Set all the panel's visible property to false apart from the one you want to show when the form is first loaded.

In the event handler of each button hide the panels that do not relate to the button that was pressed by setting the visible property to false and show the relevant panel by setting its visible property to true.

You can make it all look very tidy using docking and a splitter control.

Hope this helps

Tom
GeneralRe: Form Design Pin
The Man from U.N.C.L.E.2-Dec-04 1:29
The Man from U.N.C.L.E.2-Dec-04 1:29 
QuestionHow to handle a propertyvaluechanged event ( or any event) correctly? Pin
David M J29-Nov-04 9:28
David M J29-Nov-04 9:28 
AnswerRe: How to handle a propertyvaluechanged event ( or any event) correctly? Pin
Tom John30-Nov-04 5:50
Tom John30-Nov-04 5:50 
GeneralEmpty Dataset via Stored Procedure Pin
NorthernExposure29-Nov-04 6:51
NorthernExposure29-Nov-04 6:51 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure30-Nov-04 21:13
NorthernExposure30-Nov-04 21:13 
GeneralRe: Empty Dataset via Stored Procedure Pin
Colin Angus Mackay1-Dec-04 0:41
Colin Angus Mackay1-Dec-04 0:41 
GeneralRe: Empty Dataset via Stored Procedure Pin
NorthernExposure1-Dec-04 6:36
NorthernExposure1-Dec-04 6:36 
GeneralRe: Empty Dataset via Stored Procedure Pin
Dave Kreskowiak1-Dec-04 0:47
mveDave Kreskowiak1-Dec-04 0:47 
GeneralTab pages Pin
Paps229-Nov-04 6:49
Paps229-Nov-04 6:49 
GeneralRe: Tab pages Pin
Tom John30-Nov-04 6:02
Tom John30-Nov-04 6:02 
GeneralDelete folder with vb.net Pin
sybux200029-Nov-04 4:47
sybux200029-Nov-04 4:47 
GeneralRe: Delete folder with vb.net Pin
Tom John30-Nov-04 6:28
Tom John30-Nov-04 6:28 
GeneralRe: Delete folder with vb.net Pin
sybux200030-Nov-04 7:58
sybux200030-Nov-04 7:58 
QuestionCan any Body Help ME with my project Pin
geekru229-Nov-04 3:32
geekru229-Nov-04 3:32 
AnswerRe: Can any Body Help ME with my project Pin
Dave Kreskowiak1-Dec-04 3:33
mveDave Kreskowiak1-Dec-04 3:33 
AnswerRe: Can any Body Help ME with my project Pin
Dave Kreskowiak2-Dec-04 1:04
mveDave Kreskowiak2-Dec-04 1:04 
GeneralRe: Can any Body Help ME with my project Pin
geekru23-Dec-04 7:04
geekru23-Dec-04 7:04 

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.