Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
AnswerRe: drawString and Thread problem Pin
Ed.Poore16-Mar-06 5:51
Ed.Poore16-Mar-06 5:51 
Questionread image Pin
tunisia16-Mar-06 3:08
tunisia16-Mar-06 3:08 
AnswerRe: read image Pin
Divyang Mithaiwala16-Mar-06 3:22
Divyang Mithaiwala16-Mar-06 3:22 
AnswerRe: read image Pin
conrado716-Mar-06 3:25
conrado716-Mar-06 3:25 
GeneralRe: read image Pin
Christian Graus16-Mar-06 5:59
protectorChristian Graus16-Mar-06 5:59 
QuestionWhere is the Customer Infomation Dialog information within a Deployment project saved? Pin
GazzaJ16-Mar-06 2:41
GazzaJ16-Mar-06 2:41 
QuestionLaunching Application immediatley after Installation Pin
psmukil16-Mar-06 2:02
psmukil16-Mar-06 2:02 
QuestionMDI form Pin
vatzcar16-Mar-06 1:36
vatzcar16-Mar-06 1:36 
i have two form: Form1, Form2 and Form3. Form1 is MDI Parent form. i'v made Form2 to open when one menu is clicked from Form1. Now Form2 has one button which should show Form3, and i'v done the code this way:

Form3 frmF3 = new Form3();<br />
			Form1 fm1 = new Form1();<br />
<br />
			frmF3.MdiParent = fm1;<br />
			frmF3.Show();


but clicking the button is performing nothing. how can i do that?
AnswerRe: MDI form Pin
rabih_kai16-Mar-06 3:02
rabih_kai16-Mar-06 3:02 
GeneralRe: MDI form Pin
vatzcar16-Mar-06 4:59
vatzcar16-Mar-06 4:59 
QuestionDatagrid select row Pin
Rmokkenstorm16-Mar-06 1:33
Rmokkenstorm16-Mar-06 1:33 
AnswerRe: Datagrid select row Pin
CWIZO16-Mar-06 2:09
CWIZO16-Mar-06 2:09 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 2:15
Rmokkenstorm16-Mar-06 2:15 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 2:44
esjq16-Mar-06 2:44 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 3:33
esjq16-Mar-06 3:33 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 4:25
Rmokkenstorm16-Mar-06 4:25 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 20:30
esjq16-Mar-06 20:30 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 22:20
Rmokkenstorm16-Mar-06 22:20 
GeneralRe: Datagrid select row Pin
esjq17-Mar-06 1:41
esjq17-Mar-06 1:41 
GeneralRe: Datagrid select row Pin
Rmokkenstorm17-Mar-06 1:50
Rmokkenstorm17-Mar-06 1:50 
GeneralRe: Datagrid select row Pin
esjq17-Mar-06 2:05
esjq17-Mar-06 2:05 
GeneralRe: Datagrid select row Pin
Rmokkenstorm17-Mar-06 3:45
Rmokkenstorm17-Mar-06 3:45 
GeneralRe: Datagrid select row Pin
esjq19-Mar-06 20:44
esjq19-Mar-06 20:44 
GeneralRe: Datagrid select row Pin
Rmokkenstorm19-Mar-06 22:22
Rmokkenstorm19-Mar-06 22:22 
GeneralRe: Datagrid select row Pin
esjq20-Mar-06 2:21
esjq20-Mar-06 2:21 

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.