Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use ShowDialog in the click event of menu item Pin
JeffPClark4-Jul-07 7:58
JeffPClark4-Jul-07 7:58 
GeneralRe: How to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 22:18
Muhammad Gouda4-Jul-07 22:18 
Thanks Jeff .
It did not work. But you helped me rethinking about my code and discover my fault D'Oh! | :doh: .
The problem was that I defined the MdiParent property of the dialog form to be this
My code was some thing like this.

MyDialogForm dialogForm = new MyDialogForm();<br />
dialogForm.MdiParent = this;  // This was my fault<br />
dialogForm.ShowDialog();


However, Thanks a lot

Mohamed Gouda
Egypt

Question[Message Deleted] Pin
WhiteGirl234-Jul-07 0:12
WhiteGirl234-Jul-07 0:12 
GeneralWow, thats rude! Pin
Martin#4-Jul-07 0:18
Martin#4-Jul-07 0:18 
AnswerRe: tx text control Pin
J4amieC4-Jul-07 0:20
J4amieC4-Jul-07 0:20 
AnswerRe: tx text control Pin
Muhammad Gouda4-Jul-07 0:24
Muhammad Gouda4-Jul-07 0:24 
AnswerRe: tx text control Pin
Pete O'Hanlon4-Jul-07 0:34
mvePete O'Hanlon4-Jul-07 0:34 
QuestionDataset in C sharp Pin
kibromg4-Jul-07 0:11
kibromg4-Jul-07 0:11 
AnswerRe: Dataset in C sharp Pin
J4amieC4-Jul-07 0:22
J4amieC4-Jul-07 0:22 
GeneralRe: Dataset in C sharp Pin
kibromg4-Jul-07 0:30
kibromg4-Jul-07 0:30 
Questionvisual source safe does not get correct file. Pin
arkiboys4-Jul-07 0:03
arkiboys4-Jul-07 0:03 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 0:07
mvePete O'Hanlon4-Jul-07 0:07 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 0:17
arkiboys4-Jul-07 0:17 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 0:32
mvePete O'Hanlon4-Jul-07 0:32 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 0:46
arkiboys4-Jul-07 0:46 
GeneralRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 0:48
mvePete O'Hanlon4-Jul-07 0:48 
Questionuninstallation Pin
D2raghu3-Jul-07 23:37
D2raghu3-Jul-07 23:37 
AnswerRe: uninstallation Pin
Colin Angus Mackay3-Jul-07 23:57
Colin Angus Mackay3-Jul-07 23:57 
QuestionPreserving the old values in an array Pin
M. J. Jaya Chitra3-Jul-07 23:37
M. J. Jaya Chitra3-Jul-07 23:37 
AnswerRe: Preserving the old values in an array Pin
Colin Angus Mackay3-Jul-07 23:50
Colin Angus Mackay3-Jul-07 23:50 
GeneralRe: Preserving the old values in an array Pin
M. J. Jaya Chitra3-Jul-07 23:54
M. J. Jaya Chitra3-Jul-07 23:54 
GeneralRe: Preserving the old values in an array Pin
Dave Doknjas4-Jul-07 3:40
Dave Doknjas4-Jul-07 3:40 
Questionmerge Datasets Pin
kibromg3-Jul-07 23:27
kibromg3-Jul-07 23:27 
AnswerRe: merge Datasets Pin
J4amieC3-Jul-07 23:35
J4amieC3-Jul-07 23:35 
GeneralRe: merge Datasets Pin
kibromg3-Jul-07 23:52
kibromg3-Jul-07 23:52 

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.