Click here to Skip to main content
16,008,299 members
Home / Discussions / C#
   

C#

 
AnswerRe: Muting sound Pin
Lapje9-Sep-05 22:26
Lapje9-Sep-05 22:26 
QuestionDisplaying a form with in a panel control Pin
Rizwan Bashir9-Sep-05 3:04
Rizwan Bashir9-Sep-05 3:04 
AnswerRe: Displaying a form with in a panel control Pin
miah alom9-Sep-05 4:09
miah alom9-Sep-05 4:09 
GeneralRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 4:37
mveDave Kreskowiak9-Sep-05 4:37 
AnswerRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 4:39
mveDave Kreskowiak9-Sep-05 4:39 
GeneralRe: Displaying a form with in a panel control Pin
miah alom9-Sep-05 4:46
miah alom9-Sep-05 4:46 
GeneralRe: Displaying a form with in a panel control Pin
Susan Hernandez9-Sep-05 13:18
Susan Hernandez9-Sep-05 13:18 
GeneralRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 14:07
mveDave Kreskowiak9-Sep-05 14:07 
Yeah, MDI Parent's can only have one set of children and MDI Children are not allowed to have children of their own. The onyl way around this limitation (imposed by Windows, not the .NET Framework) is to treat a form as a control.

Since the Form class derives from Control,
System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form

a Form can be hosted in any container that can accept a System.Windows.Forms.Control object.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionWhy Interface doesn't support fields? Pin
manimalap9-Sep-05 2:42
manimalap9-Sep-05 2:42 
AnswerRe: Why Interface doesn't support fields? Pin
Guffa9-Sep-05 4:04
Guffa9-Sep-05 4:04 
AnswerRe: Why Interface doesn't support fields? Pin
S. Senthil Kumar9-Sep-05 7:42
S. Senthil Kumar9-Sep-05 7:42 
QuestionHow to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 2:21
Dario Solera9-Sep-05 2:21 
AnswerRe: How to make a Form *transparent* to clicks Pin
miah alom9-Sep-05 4:34
miah alom9-Sep-05 4:34 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 7:47
Dario Solera9-Sep-05 7:47 
GeneralRe: How to make a Form *transparent* to clicks Pin
miah alom9-Sep-05 8:04
miah alom9-Sep-05 8:04 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 8:53
Dario Solera9-Sep-05 8:53 
General[Message Deleted] Pin
miah alom9-Sep-05 8:54
miah alom9-Sep-05 8:54 
GeneralRe: [Msg Deleted] Pin
Dario Solera9-Sep-05 8:57
Dario Solera9-Sep-05 8:57 
AnswerRe: How to make a Form *transparent* to clicks Pin
Insincere Dave9-Sep-05 8:13
Insincere Dave9-Sep-05 8:13 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 9:07
Dario Solera9-Sep-05 9:07 
QuestionGet file with Relative Path Pin
rnvrnv9-Sep-05 1:31
rnvrnv9-Sep-05 1:31 
AnswerRe: Get file with Relative Path Pin
Guffa9-Sep-05 2:04
Guffa9-Sep-05 2:04 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:17
Anonymous9-Sep-05 2:17 
AnswerRe: Get file with Relative Path Pin
Super Lloyd9-Sep-05 2:17
Super Lloyd9-Sep-05 2:17 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:24
Anonymous9-Sep-05 2:24 

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.