Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
AnswerRe: Format of the initialization string does not conform to specification starting at index 0 in my connection establishing statement . Pin
Pete O'Hanlon4-Jul-07 0:57
mvePete O'Hanlon4-Jul-07 0:57 
AnswerRe: Format of the initialization string does not conform to specification starting at index 0 in my connection establishing statement . Pin
kalaveer4-Jul-07 1:06
kalaveer4-Jul-07 1:06 
QuestionSystem.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 0:20
mfmaneef4-Jul-07 0:20 
AnswerRe: System.Net.WebRequest to list contents of remote directory Pin
SHatchard4-Jul-07 2:15
SHatchard4-Jul-07 2:15 
GeneralRe: System.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 6:04
mfmaneef4-Jul-07 6:04 
QuestionHow to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 0:18
Muhammad Gouda4-Jul-07 0:18 
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 

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.