Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
AnswerRe: Set value in "(Default)" registry key Pin
User 665815-Dec-06 10:47
User 665815-Dec-06 10:47 
QuestionProblem shutting windows when thread running!!! Pin
kmuthuk15-Dec-06 8:20
kmuthuk15-Dec-06 8:20 
AnswerRe: Problem shutting windows when thread running!!! Pin
Nader Elshehabi15-Dec-06 9:09
Nader Elshehabi15-Dec-06 9:09 
GeneralRe: Problem shutting windows when thread running!!! Pin
kmuthuk15-Dec-06 10:21
kmuthuk15-Dec-06 10:21 
GeneralRe: Problem shutting windows when thread running!!! Pin
Nader Elshehabi15-Dec-06 20:58
Nader Elshehabi15-Dec-06 20:58 
QuestionMdi Help Pin
teejayem15-Dec-06 8:09
teejayem15-Dec-06 8:09 
AnswerRe: Mdi Help Pin
jchigg200015-Dec-06 9:05
jchigg200015-Dec-06 9:05 
GeneralRe: Mdi Help Pin
teejayem15-Dec-06 9:54
teejayem15-Dec-06 9:54 
that didn't work either. it wont even compile. i also tried

functFrm.MdiParent = this.MdiParent


also i tried passing the form to the mainFrm class and creating it as a child

private void butLogin_Click(object sender, EventArgs e){
    functFrm = new Functions();
    mf = new mainFrm();
    mf.ShowMdiChild(functFrm);
    this.Dispose();
}



public void ShowMdiChild(Form childForm)
{
    childForm.MdiParent = this;
    childForm.Show();
}


Don't be overcome by evil, but overcome evil with good

GeneralRe: Mdi Help Pin
teejayem17-Dec-06 10:24
teejayem17-Dec-06 10:24 
Questioncheck file exist on different pc Pin
kani9815-Dec-06 7:33
kani9815-Dec-06 7:33 
AnswerRe: check file exist on different pc Pin
gnadeem15-Dec-06 7:53
gnadeem15-Dec-06 7:53 
AnswerRe: check file exist on different pc Pin
Pete O'Hanlon15-Dec-06 9:34
mvePete O'Hanlon15-Dec-06 9:34 
QuestionCompilation Error on Server Pin
DeepToot15-Dec-06 5:35
DeepToot15-Dec-06 5:35 
AnswerRe: Compilation Error on Server Pin
Dario Solera15-Dec-06 6:48
Dario Solera15-Dec-06 6:48 
GeneralRe: Compilation Error on Server Pin
DeepToot15-Dec-06 6:50
DeepToot15-Dec-06 6:50 
Questionicons images Pin
h@s@n15-Dec-06 5:03
h@s@n15-Dec-06 5:03 
AnswerRe: icons images Pin
albCode15-Dec-06 5:18
albCode15-Dec-06 5:18 
GeneralRe: icons images Pin
Frank Kerrigan15-Dec-06 5:25
Frank Kerrigan15-Dec-06 5:25 
AnswerRe: icons images Pin
Ravi Bhavnani15-Dec-06 5:39
professionalRavi Bhavnani15-Dec-06 5:39 
AnswerRe: icons images Pin
Pete O'Hanlon15-Dec-06 9:32
mvePete O'Hanlon15-Dec-06 9:32 
QuestionHow to associate Cut, Copy, Paste Pin
h@s@n15-Dec-06 4:37
h@s@n15-Dec-06 4:37 
AnswerRe: How to associate Cut, Copy, Paste Pin
Judah Gabriel Himango15-Dec-06 8:43
sponsorJudah Gabriel Himango15-Dec-06 8:43 
QuestionASP.Net : Problem in Button.OnClientClick Property. Pin
hdv21215-Dec-06 1:56
hdv21215-Dec-06 1:56 
AnswerRe: ASP.Net : Problem in Button.OnClientClick Property. Pin
Frank Kerrigan15-Dec-06 3:52
Frank Kerrigan15-Dec-06 3:52 
AnswerRe: ASP.Net : Problem in Button.OnClientClick Property. Pin
albCode15-Dec-06 4:39
albCode15-Dec-06 4:39 

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.