Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionUnable To Serialize TabControl . Pin
shaktisinh12-Aug-09 1:50
shaktisinh12-Aug-09 1:50 
AnswerRe: Unable To Serialize TabControl . Pin
Mike Ellison12-Aug-09 2:46
Mike Ellison12-Aug-09 2:46 
AnswerRe: Unable To Serialize TabControl . Pin
Hristo-Bojilov12-Aug-09 5:16
Hristo-Bojilov12-Aug-09 5:16 
GeneralRe: Unable To Serialize TabControl . Pin
shaktisinh13-Aug-09 0:32
shaktisinh13-Aug-09 0:32 
GeneralRe: Unable To Serialize TabControl . [modified] Pin
Hristo-Bojilov14-Aug-09 0:35
Hristo-Bojilov14-Aug-09 0:35 
QuestionHow to get the File Path using WMI Pin
Jacobb Michael12-Aug-09 1:28
Jacobb Michael12-Aug-09 1:28 
AnswerRe: How to get the File Path using WMI Pin
Dave Kreskowiak12-Aug-09 4:51
mveDave Kreskowiak12-Aug-09 4:51 
Questionproblem with windows application Pin
Member 305788712-Aug-09 1:26
Member 305788712-Aug-09 1:26 
Hi,

I am working on a windows application involving MDI forms and child forms.
The problem here is when I click an item in the menu bar I am displaying a child form. the child form should be in such a way that it is displayed inside the MDI form and should not be like popup box.I have done this as shown below.


Childfrm.TopLevel=False;
this.Panel1.Controls.Add(Childfrm);
Childfrm.show();

it's working well but the controlbox with title bar is being displayed seperately in maximised mode.I want the control box beside MDI form menu and child form title beside mdi form title. A very good example of this functionality is Edit plus.

I request any one who worked on this type of requirement to help me in solving this problem
Thanks in advance
AnswerRe: problem with windows application Pin
0x3c012-Aug-09 1:32
0x3c012-Aug-09 1:32 
GeneralRe: problem with windows application Pin
Member 305788712-Aug-09 3:21
Member 305788712-Aug-09 3:21 
GeneralRe: problem with windows application Pin
Dave Kreskowiak12-Aug-09 4:49
mveDave Kreskowiak12-Aug-09 4:49 
GeneralRe: problem with windows application Pin
Member 305788712-Aug-09 23:10
Member 305788712-Aug-09 23:10 
GeneralRe: problem with windows application Pin
Dave Kreskowiak13-Aug-09 1:52
mveDave Kreskowiak13-Aug-09 1:52 
Questionloop through all nodes in a treeNode Pin
reilak12-Aug-09 0:30
reilak12-Aug-09 0:30 
AnswerRe: loop through all nodes in a treeNode Pin
padmanabhan N12-Aug-09 0:42
padmanabhan N12-Aug-09 0:42 
AnswerRe: loop through all nodes in a treeNode Pin
Luc Pattyn12-Aug-09 0:45
sitebuilderLuc Pattyn12-Aug-09 0:45 
AnswerRe: loop through all nodes in a treeNode Pin
stancrm12-Aug-09 0:46
stancrm12-Aug-09 0:46 
QuestionDataSet DateTime Binding Issue Pin
VenkataRamana.Gali12-Aug-09 0:25
VenkataRamana.Gali12-Aug-09 0:25 
AnswerRe: DataSet DateTime Binding Issue [Post bumping, please ignore] Pin
Henry Minute12-Aug-09 2:16
Henry Minute12-Aug-09 2:16 
QuestionRepeat For Each ListView Item Pin
iNutR11-Aug-09 23:52
iNutR11-Aug-09 23:52 
AnswerRe: Repeat For Each ListView Item Pin
Mycroft Holmes12-Aug-09 1:31
professionalMycroft Holmes12-Aug-09 1:31 
Questionword 2007 template application Pin
AmbitiousBeginner11-Aug-09 23:48
AmbitiousBeginner11-Aug-09 23:48 
AnswerRe: word 2007 template application Pin
benjymous12-Aug-09 0:29
benjymous12-Aug-09 0:29 
GeneralRe: word 2007 template application Pin
AmbitiousBeginner12-Aug-09 0:36
AmbitiousBeginner12-Aug-09 0:36 
GeneralRe: word 2007 template application Pin
benjymous12-Aug-09 0:44
benjymous12-Aug-09 0:44 

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.