Click here to Skip to main content
15,794,236 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 1:57
subeditorPete O'Hanlon4-Jul-07 1: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 2:06
kalaveer4-Jul-07 2:06 
QuestionSystem.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 1:20
mfmaneef4-Jul-07 1:20 
AnswerRe: System.Net.WebRequest to list contents of remote directory Pin
SHatchard4-Jul-07 3:15
SHatchard4-Jul-07 3:15 
GeneralRe: System.Net.WebRequest to list contents of remote directory Pin
mfmaneef4-Jul-07 7:04
mfmaneef4-Jul-07 7:04 
QuestionHow to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 1:18
Muhammad Gouda4-Jul-07 1:18 
AnswerRe: How to use ShowDialog in the click event of menu item Pin
JeffPClark4-Jul-07 8:58
JeffPClark4-Jul-07 8:58 
GeneralRe: How to use ShowDialog in the click event of menu item Pin
Muhammad Gouda4-Jul-07 23:18
Muhammad Gouda4-Jul-07 23: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 1:12
WhiteGirl234-Jul-07 1:12 
GeneralWow, thats rude! Pin
Martin#4-Jul-07 1:18
Martin#4-Jul-07 1:18 
AnswerRe: tx text control Pin
J4amieC4-Jul-07 1:20
J4amieC4-Jul-07 1:20 
AnswerRe: tx text control Pin
Muhammad Gouda4-Jul-07 1:24
Muhammad Gouda4-Jul-07 1:24 
AnswerRe: tx text control Pin
Pete O'Hanlon4-Jul-07 1:34
subeditorPete O'Hanlon4-Jul-07 1:34 
QuestionDataset in C sharp Pin
kibromg4-Jul-07 1:11
kibromg4-Jul-07 1:11 
AnswerRe: Dataset in C sharp Pin
J4amieC4-Jul-07 1:22
J4amieC4-Jul-07 1:22 
GeneralRe: Dataset in C sharp Pin
kibromg4-Jul-07 1:30
kibromg4-Jul-07 1:30 
Questionvisual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:03
arkiboys4-Jul-07 1:03 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 1:07
subeditorPete O'Hanlon4-Jul-07 1:07 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:17
arkiboys4-Jul-07 1:17 
AnswerRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 1:32
subeditorPete O'Hanlon4-Jul-07 1:32 
GeneralRe: visual source safe does not get correct file. Pin
arkiboys4-Jul-07 1:46
arkiboys4-Jul-07 1:46 
GeneralRe: visual source safe does not get correct file. Pin
Pete O'Hanlon4-Jul-07 1:48
subeditorPete O'Hanlon4-Jul-07 1:48 
Questionuninstallation Pin
D2raghu4-Jul-07 0:37
D2raghu4-Jul-07 0:37 
AnswerRe: uninstallation Pin
Colin Angus Mackay4-Jul-07 0:57
Colin Angus Mackay4-Jul-07 0:57 
QuestionPreserving the old values in an array Pin
M. J. Jaya Chitra4-Jul-07 0:37
M. J. Jaya Chitra4-Jul-07 0: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.