Click here to Skip to main content
15,914,642 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: From Database To Object Oriented Pin
Hasan Jaffal8-Feb-07 22:06
Hasan Jaffal8-Feb-07 22:06 
AnswerRe: From Database To Object Oriented Pin
dukemus15-Feb-07 1:12
dukemus15-Feb-07 1:12 
QuestionA library/design and storage question Pin
Rip Kirby7-Feb-07 22:27
Rip Kirby7-Feb-07 22:27 
AnswerRe: A library/design and storage question Pin
led mike8-Feb-07 11:45
led mike8-Feb-07 11:45 
QuestionFat file system design Pin
harsha_12347-Feb-07 21:15
harsha_12347-Feb-07 21:15 
AnswerRe: Fat file system design Pin
Steve S7-Feb-07 21:39
Steve S7-Feb-07 21:39 
QuestionHow do I approach a SDI application? Pin
Bob Pokorny5-Feb-07 18:27
Bob Pokorny5-Feb-07 18:27 
AnswerRe: How do I approach a SDI application? Pin
Code_Doctor16-Apr-07 17:50
Code_Doctor16-Apr-07 17:50 
Bob,

Assuming your using VB.NET 2005.
There are tons of techniques. Using a MDI approach would be easy also. You could define a single class for controlling which one is currently visible.

Another approach, is to use multiple Panels on the same form. Hiding each one but the current one.

You can optionally use a Tab control, only showing a single tab at a time.

Of course, I'm not clear on how MS Money does it. But there are also docking controls like the split panel control.

If you are not using VB.NET 2005, instead you are using VB6. Then you'll have to do a little bit more coding, and some of the controls listed are not available in VB6.

In VB6, you can use multiple Panel controls. Set the Left Property of the ones you want to hide to -10000. This moves it completely off the form. You can swap them in and out by setting their corresponding Left property to the setting that makes them visible.

Although, I've created some fairly complex applications in VB6. I've been using VB.NET for quite sometime now.

Hope this helps!

~ CodeDoctor ~
QuestionWhat are better tools or methods to prepare design document(DSD) in asp.net Pin
suriee5-Feb-07 5:27
suriee5-Feb-07 5:27 
QuestionA Question of Object Architecture Pin
Roger Wright1-Feb-07 19:14
professionalRoger Wright1-Feb-07 19:14 
AnswerRe: A Question of Object Architecture Pin
Captain See Sharp4-Feb-07 15:43
Captain See Sharp4-Feb-07 15:43 
GeneralRe: A Question of Object Architecture Pin
DavidNohejl5-Feb-07 22:10
DavidNohejl5-Feb-07 22:10 
AnswerRe: A Question of Object Architecture Pin
#1236-Feb-07 0:05
#1236-Feb-07 0:05 
AnswerRe: A Question of Object Architecture Pin
cmk6-Feb-07 0:23
cmk6-Feb-07 0:23 
GeneralRe: A Question of Object Architecture Pin
Roger Wright7-Feb-07 13:24
professionalRoger Wright7-Feb-07 13:24 
GeneralRe: A Question of Object Architecture Pin
cmk7-Feb-07 16:47
cmk7-Feb-07 16:47 
AnswerRe: A Question of Object Architecture Pin
Pete O'Hanlon6-Feb-07 1:41
mvePete O'Hanlon6-Feb-07 1:41 
GeneralRe: A Question of Object Architecture Pin
Roger Wright7-Feb-07 13:12
professionalRoger Wright7-Feb-07 13:12 
QuestionNDIS Miniport Driver Pin
hkshah1-Feb-07 3:26
hkshah1-Feb-07 3:26 
AnswerRe: NDIS Miniport Driver Pin
Pete O'Hanlon1-Feb-07 4:45
mvePete O'Hanlon1-Feb-07 4:45 
QuestionDIME, Binary SOAP - sending email with attachment problem Pin
sharmankit30-Jan-07 8:20
sharmankit30-Jan-07 8:20 
QuestionQuesting regarding a triggered execution system Pin
JMP130-Jan-07 3:57
JMP130-Jan-07 3:57 
AnswerRe: Questing regarding a triggered execution system Pin
Pete O'Hanlon30-Jan-07 4:11
mvePete O'Hanlon30-Jan-07 4:11 
Question3tier app in vs 2005 Pin
amc404224-Jan-07 21:05
amc404224-Jan-07 21:05 
AnswerRe: 3tier app in vs 2005 Pin
Pete O'Hanlon24-Jan-07 23:52
mvePete O'Hanlon24-Jan-07 23:52 

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.