Click here to Skip to main content
15,901,921 members
Home / Discussions / C#
   

C#

 
AnswerRe: ConnectionString Problem with MSACCESS Pin
Luc Pattyn12-Aug-09 2:54
sitebuilderLuc Pattyn12-Aug-09 2:54 
QuestionLimit checkedListBox for maximum values [modified] Pin
bonzaiholding12-Aug-09 2:08
bonzaiholding12-Aug-09 2:08 
AnswerRe: Limit checkedListBox for maximum values Pin
Ashfield12-Aug-09 2:09
Ashfield12-Aug-09 2:09 
GeneralRe: Limit checkedListBox for maximum values Pin
bonzaiholding12-Aug-09 2:11
bonzaiholding12-Aug-09 2:11 
AnswerRe: Limit checkedListBox for maximum values Pin
Alan N12-Aug-09 2:34
Alan N12-Aug-09 2:34 
GeneralRe: Limit checkedListBox for maximum values Pin
bonzaiholding12-Aug-09 2:39
bonzaiholding12-Aug-09 2:39 
Questionbrowse my computer Pin
Vivek Vijayan12-Aug-09 2:02
Vivek Vijayan12-Aug-09 2:02 
AnswerRe: browse my computer Pin
musefan12-Aug-09 2:09
musefan12-Aug-09 2:09 
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 

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.