Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: Auto Complete a Textbox Pin
Christian Graus25-Sep-07 1:03
protectorChristian Graus25-Sep-07 1:03 
JokeRe: Auto Complete a Textbox Pin
jebin k25-Sep-07 1:31
jebin k25-Sep-07 1:31 
GeneralRe: Auto Complete a Textbox Pin
Pete O'Hanlon25-Sep-07 1:38
mvePete O'Hanlon25-Sep-07 1:38 
GeneralRe: Auto Complete a Textbox Pin
Christian Graus25-Sep-07 1:50
protectorChristian Graus25-Sep-07 1:50 
Questionconsole in c sharp Pin
zafax_24-Sep-07 23:45
zafax_24-Sep-07 23:45 
AnswerRe: console in c sharp Pin
Paras Kaneriya24-Sep-07 23:56
Paras Kaneriya24-Sep-07 23:56 
AnswerRe: console in c sharp Pin
Luc Pattyn25-Sep-07 2:03
sitebuilderLuc Pattyn25-Sep-07 2:03 
Questionconverting decimal into hexadecimal Pin
cyn824-Sep-07 23:39
cyn824-Sep-07 23:39 
AnswerRe: converting decimal into hexadecimal Pin
Paras Kaneriya24-Sep-07 23:47
Paras Kaneriya24-Sep-07 23:47 
GeneralRe: converting decimal into hexadecimal Pin
Martin#25-Sep-07 0:07
Martin#25-Sep-07 0:07 
AnswerRe: converting decimal into hexadecimal Pin
Guffa25-Sep-07 0:09
Guffa25-Sep-07 0:09 
AnswerRe: converting decimal into hexadecimal Pin
Pete O'Hanlon25-Sep-07 0:13
mvePete O'Hanlon25-Sep-07 0:13 
QuestionCommunicating with a child process Pin
Daniel Grunwald24-Sep-07 23:35
Daniel Grunwald24-Sep-07 23:35 
AnswerRe: Communicating with a child process Pin
TJoe25-Sep-07 2:09
TJoe25-Sep-07 2:09 
GeneralRe: Communicating with a child process Pin
Daniel Grunwald25-Sep-07 2:15
Daniel Grunwald25-Sep-07 2:15 
GeneralRe: Communicating with a child process Pin
TJoe25-Sep-07 2:26
TJoe25-Sep-07 2:26 
QuestionMdi Program Problem Pin
ali_reza_zareian24-Sep-07 23:26
ali_reza_zareian24-Sep-07 23:26 
Hi,
I have an mdi program.for this program I must use splitContainer so when I want to show child form it doesn’t appear however child form was created. So for solving this problem I added child form to the splitContainer panel. My code is like this:

<br />
Form1 frm=new Form1();<br />
frm.MdiParent=this;<br />
splitContainer.Panel1.Controls.add(frm);<br />
frm.show();<br />



Now my child form was shown but when it gets focuses its titlebar was inactive yet. I mean it gets focuses but the child form titlebar doesn’t change to be active.So user who will work with this program doesnt know if it gets fouses or not.
What is my wrong for this happening?!
Does it another way to show child form when we have splitContainer in mdi Programs?
AnswerRe: Mdi Program Problem Pin
Dave Kreskowiak25-Sep-07 3:45
mveDave Kreskowiak25-Sep-07 3:45 
QuestionBest video format? Pin
DeepOceans24-Sep-07 23:11
DeepOceans24-Sep-07 23:11 
AnswerRe: Best video format? Pin
Paul Conrad26-Sep-07 17:55
professionalPaul Conrad26-Sep-07 17:55 
QuestionArray Construction Help [modified] Pin
Jason Black24-Sep-07 22:59
Jason Black24-Sep-07 22:59 
AnswerRe: Array Construction Help [modified] Pin
Pete O'Hanlon24-Sep-07 23:09
mvePete O'Hanlon24-Sep-07 23:09 
QuestionSave Form screen as jpg-file Pin
anderslundsgard24-Sep-07 22:28
anderslundsgard24-Sep-07 22:28 
AnswerRe: Save Form screen as jpg-file Pin
Martin#24-Sep-07 22:35
Martin#24-Sep-07 22:35 
AnswerRe: Save Form screen as jpg-file Pin
Ajay.k_Singh24-Sep-07 22:57
Ajay.k_Singh24-Sep-07 22:57 

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.