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

C#

 
GeneralRe: Two simple questions Pin
mikker_12328-Dec-06 0:16
mikker_12328-Dec-06 0:16 
QuestionSet value in "(Default)" registry key Pin
CodeItWell15-Dec-06 9:23
CodeItWell15-Dec-06 9:23 
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 
I have a child form that acts as a login prompt. When the login button is press it should open up another child form. which process the login information. For some reason i cannot call a child window from a child. Below is what i have (mainFrm being the parent form and functFrm being the other form i'm trying to open).

private void butLogin_Click(object sender, EventArgs e){
    mf = new mainFrm();
    Functions functFrm = new Functions(user, pass, host);
    functFrm.MdiParent = mf;
    functFrm.Show();
}


Could someone point me in the right direction. Thanks



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

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 
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 

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.