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

.NET (Core and Framework)

 
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 
Questiona Diff component? Pin
eidylon26-Sep-03 6:24
eidylon26-Sep-03 6:24 
AnswerRe: a Diff component? Pin
Blake Coverett27-Sep-03 2:32
Blake Coverett27-Sep-03 2:32 
GeneralShortCut Pin
ami-uhle26-Sep-03 5:52
ami-uhle26-Sep-03 5:52 
General.Net Remoting with Visual C++ .NET Pin
Moisés Lima Dutra25-Sep-03 6:54
Moisés Lima Dutra25-Sep-03 6:54 
GeneralSending GET to a web service Pin
Ed K24-Sep-03 9:35
Ed K24-Sep-03 9:35 
GeneralAbout ICodecompiler Interface,CompileAssemblyFromSource(,) method Pin
jian-ping23-Sep-03 17:03
jian-ping23-Sep-03 17:03 
GeneralRe: About ICodecompiler Interface,CompileAssemblyFromSource(,) method Pin
leppie24-Sep-03 7:49
leppie24-Sep-03 7:49 
GeneralRe: About ICodecompiler Interface,CompileAssemblyFromSource(,) method Pin
jian-ping24-Sep-03 16:13
jian-ping24-Sep-03 16:13 
QuestionSockets a scarce resource? Pin
Jeff Monheiser23-Sep-03 5:15
Jeff Monheiser23-Sep-03 5:15 
AnswerRe: Sockets a scarce resource? Pin
Mike Dimmick2-Oct-03 4:52
Mike Dimmick2-Oct-03 4: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.