Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need To Decompile My Lost Solution Pin
Dave Kreskowiak23-Sep-12 8:49
mveDave Kreskowiak23-Sep-12 8:49 
AnswerRe: Need To Decompile My Lost Solution Pin
Abhinav S23-Sep-12 23:49
Abhinav S23-Sep-12 23:49 
AnswerRe: Need To Decompile My Lost Solution Pin
BobJanova24-Sep-12 0:36
BobJanova24-Sep-12 0:36 
AnswerRe: Need To Decompile My Lost Solution Pin
Nico Patitz24-Sep-12 1:40
Nico Patitz24-Sep-12 1:40 
AnswerRe: Need To Decompile My Lost Solution Pin
BillWoodruff25-Sep-12 22:17
professionalBillWoodruff25-Sep-12 22:17 
Questionhow to create this form? Pin
calcushtag23-Sep-12 3:27
calcushtag23-Sep-12 3:27 
AnswerRe: how to create this form? Pin
Wes Aday23-Sep-12 4:21
professionalWes Aday23-Sep-12 4:21 
AnswerRe: how to create this form? Pin
BillWoodruff24-Sep-12 19:25
professionalBillWoodruff24-Sep-12 19:25 
There are many types of UI implementation, using a single Form, that you could use here.

If you describe the purpose of this application more specifically, I think you can get more specific advice on which UI type might be be best.

1. do the UI buttons on the left side, always remain fixed, and always have the same title (display text) and function ?

2. when you select one of the possible right-side UI's required: does the amount of horizontal, or vertical space on the Form need to change in order to show all the required controls. That leads to:

3. can the single Form change in Size, or must it remain fixed in size ?

4. finally: can we assume that the varying contents on the right side are going to be a set of facilities, each one with its own unique controls and/or content ?

I will assume in this response you are working in Windows Forms.

For example, here's one idea:

1. You might consider using a SplitContainer control on your form, where the left buttons go on its left panel, and depending on the choice in the left panel, the right panel contents change. A SplitContainer gives you the option to expand the size of the right panel, if it requires more, or less, horizontal space.

The big questions here, to me, are: what are the "units of whatever" that appear on the right side, and do they ever effect what appears on the left side ?

Be happy to respond in more detail if you'll provide more detail here.

best, Bill
<color>"When it comes to atoms, language can be used only as in poetry. The poet, too, is not nearly so concerned with describing facts as with creating images." Niels Bohr

QuestionVS2010 solution file cleaning Pin
PozzaVecia22-Sep-12 22:59
PozzaVecia22-Sep-12 22:59 
AnswerRe: VS2010 solution file cleaning Pin
Wes Aday22-Sep-12 23:45
professionalWes Aday22-Sep-12 23:45 
QuestionGetting Data from Methods of Type Void Pin
ASPnoob22-Sep-12 20:01
ASPnoob22-Sep-12 20:01 
AnswerRe: Getting Data from Methods of Type Void Pin
Pete O'Hanlon22-Sep-12 21:21
mvePete O'Hanlon22-Sep-12 21:21 
AnswerRe: Getting Data from Methods of Type Void Pin
Dave Kreskowiak23-Sep-12 4:30
mveDave Kreskowiak23-Sep-12 4:30 
QuestionGetting Data from methods of Type Void Pin
ASPnoob22-Sep-12 20:00
ASPnoob22-Sep-12 20:00 
QuestionC# pass variable to console application Pin
classy_dog22-Sep-12 10:48
classy_dog22-Sep-12 10:48 
AnswerRe: C# pass variable to console application Pin
Wes Aday22-Sep-12 12:42
professionalWes Aday22-Sep-12 12:42 
QuestionHow to Use Array As Value Type Pin
mohammadkaab22-Sep-12 9:11
mohammadkaab22-Sep-12 9:11 
AnswerRe: How to Use Array As Value Type Pin
Dave Kreskowiak22-Sep-12 9:19
mveDave Kreskowiak22-Sep-12 9:19 
GeneralRe: How to Use Array As Value Type Pin
mohammadkaab22-Sep-12 10:24
mohammadkaab22-Sep-12 10:24 
GeneralRe: How to Use Array As Value Type Pin
Wes Aday22-Sep-12 10:42
professionalWes Aday22-Sep-12 10:42 
GeneralRe: How to Use Array As Value Type PinPopular
Dave Kreskowiak22-Sep-12 13:15
mveDave Kreskowiak22-Sep-12 13:15 
QuestionCreate Instance or invoke members of a class from a loaded assembly Pin
Danzy8322-Sep-12 1:57
Danzy8322-Sep-12 1:57 
AnswerRe: Create Instance or invoke members of a class from a loaded assembly Pin
Eddy Vluggen22-Sep-12 2:54
professionalEddy Vluggen22-Sep-12 2:54 
GeneralRe: Create Instance or invoke members of a class from a loaded assembly Pin
Danzy8322-Sep-12 4:18
Danzy8322-Sep-12 4:18 
GeneralRe: Create Instance or invoke members of a class from a loaded assembly Pin
Eddy Vluggen22-Sep-12 5:01
professionalEddy Vluggen22-Sep-12 5:01 

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.