Click here to Skip to main content
15,914,452 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DirectX ? Pin
James T. Johnson4-Oct-03 8:29
James T. Johnson4-Oct-03 8:29 
GeneralRe: DirectX ? Pin
Tomas Wilhelmsson4-Oct-03 8:31
Tomas Wilhelmsson4-Oct-03 8:31 
GeneralRe: DirectX ? Pin
Null_Vector14-Oct-03 5:09
Null_Vector14-Oct-03 5:09 
GeneralAccesing ICorRuntimeHost. Pin
igor19603-Oct-03 6:51
igor19603-Oct-03 6:51 
GeneralRe: Accesing ICorRuntimeHost. Pin
Stephane Rodriguez.4-Oct-03 2:37
Stephane Rodriguez.4-Oct-03 2:37 
GeneralRe: Accesing ICorRuntimeHost. Pin
igor19604-Oct-03 9:09
igor19604-Oct-03 9:09 
GeneralRe: Accesing ICorRuntimeHost. Pin
Stephane Rodriguez.4-Oct-03 10:53
Stephane Rodriguez.4-Oct-03 10:53 
GeneralGDI+ and memory leaks Pin
mikelb2-Oct-03 8:03
mikelb2-Oct-03 8:03 
GeneralRe: GDI+ and memory leaks Pin
igor19603-Oct-03 13:38
igor19603-Oct-03 13:38 
GeneralRe: GDI+ and memory leaks Pin
Stephane Rodriguez.4-Oct-03 2:41
Stephane Rodriguez.4-Oct-03 2:41 
GeneralOpening a form inside another Pin
Ricky Helgesson2-Oct-03 4:11
Ricky Helgesson2-Oct-03 4:11 
GeneralRe: Opening a form inside another Pin
mikelb2-Oct-03 8:04
mikelb2-Oct-03 8:04 
GeneralRe: Opening a form inside another Pin
Ricky Helgesson2-Oct-03 21:40
Ricky Helgesson2-Oct-03 21:40 
GeneralRe: Opening a form inside another Pin
mikelb3-Oct-03 4:49
mikelb3-Oct-03 4:49 
GeneralRe: Opening a form inside another Pin
Ricky Helgesson7-Oct-03 6:52
Ricky Helgesson7-Oct-03 6:52 
GeneralRe: Opening a form inside another Pin
mikelb7-Oct-03 7:19
mikelb7-Oct-03 7:19 
GeneralRe: Opening a form inside another Pin
Jasper4C#2-Oct-03 11:56
Jasper4C#2-Oct-03 11:56 
GeneralRe: Opening a form inside another Pin
MtnBiknGuy3-Oct-03 5:02
MtnBiknGuy3-Oct-03 5:02 
One other approach would be to derive all your *ListForms from UserControl instead of Form. You can still use the forms designer with a UserControl. I don't think you will lose much, if any, functionality that you need, but you may have more flexibility for reusing the *ListForms and for hosting them in any type of control or form.

I've also been wondering about the best approach for something like this, so I would like to pose a general question to the group. To create the type of "Outlook" UI Ricky asks about, is it better to use Forms or Controls (such as UserControl)?

Which has more flexibility?
Which is easier for RAD UI development?
Which has more support and is more widely used?
Which is easier for integrating menus, toolbars, etc.?

In my case, I have two choices. I could use either a tabbed MDI host (like in VS.NET) with multiple forms, or I could use various host controls (including tab controls, etc.) to display my own UserControl-derived objects.

Any comments are appreciated.

Dave
GeneralProblem with web deployment using cab file Pin
Srikar Y30-Sep-03 0:39
Srikar Y30-Sep-03 0:39 
QuestionCan .NET work as Visual Studio6.0? Pin
joc6129-Sep-03 12:58
joc6129-Sep-03 12:58 
AnswerRe: Can .NET work as Visual Studio6.0? Pin
mikelb2-Oct-03 8:07
mikelb2-Oct-03 8:07 
GeneralGeting/seting the properties of a file Pin
Mattias Olgerfelt29-Sep-03 3:35
Mattias Olgerfelt29-Sep-03 3:35 
GeneralRe: Geting/seting the properties of a file Pin
Jim Taylor7-Oct-03 7:04
Jim Taylor7-Oct-03 7:04 
GeneralRe: Geting/seting the properties of a file Pin
Mattias Olgerfelt7-Oct-03 7:48
Mattias Olgerfelt7-Oct-03 7:48 
Generalshortcut for button in .net cf Pin
tignatov29-Sep-03 0:31
tignatov29-Sep-03 0:31 

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.