Click here to Skip to main content
15,888,297 members
Home / Discussions / C#
   

C#

 
GeneralRe: make program work as monitor to store each word and text ? Pin
Ahmed R El Bohoty10-Apr-07 4:52
Ahmed R El Bohoty10-Apr-07 4:52 
GeneralRe: make program work as monitor to store each word and text ? Pin
Dan Neely10-Apr-07 4:58
Dan Neely10-Apr-07 4:58 
QuestionDataGridView keydown event Pin
7110-Apr-07 2:25
7110-Apr-07 2:25 
AnswerRe: DataGridView keydown event Pin
_mubashir10-Apr-07 2:31
_mubashir10-Apr-07 2:31 
QuestionHow to create textbox dynamically Pin
indiaone10-Apr-07 2:24
indiaone10-Apr-07 2:24 
AnswerRe: How to create textbox dynamically Pin
_mubashir10-Apr-07 2:27
_mubashir10-Apr-07 2:27 
AnswerRe: How to create textbox dynamically Pin
sundeeppatil10-Apr-07 11:25
sundeeppatil10-Apr-07 11:25 
QuestionMDI Showdialog() problem Pin
Test27030710-Apr-07 1:49
Test27030710-Apr-07 1:49 
Hello

I have a problem in MDI Form1 is the parent form Form2.
When i call the form2 like this:

frmChild=new FormChild();
frmChild.MdiParent=this;
frmChild.ShowDialog();

that give me an error "Forms that are not top level forms cannot be displayed as a modal dialog. Remove the form from any parent form before calling showDialog."

I want to open frmChild as a Modal Form so the ShowDialog() is necessary. how can i overcome this problem??

thanks


AnswerRe: MDI Showdialog() problem Pin
Nader Elshehabi10-Apr-07 1:57
Nader Elshehabi10-Apr-07 1:57 
QuestionMDI container Pin
Test27030710-Apr-07 1:34
Test27030710-Apr-07 1:34 
AnswerRe: MDI container Pin
Nader Elshehabi10-Apr-07 1:55
Nader Elshehabi10-Apr-07 1:55 
Questioninsert a Word-Document into an Excel-Sheet Pin
SSSelvi10-Apr-07 0:45
SSSelvi10-Apr-07 0:45 
QuestionCreating a word document Pin
Darren Sim10-Apr-07 0:22
Darren Sim10-Apr-07 0:22 
AnswerRe: Creating a word document Pin
GoFast12410-Apr-07 18:40
GoFast12410-Apr-07 18:40 
GeneralRe: Creating a word document Pin
Darren Sim11-Apr-07 22:09
Darren Sim11-Apr-07 22:09 
QuestionFtpWebRequest Response returns Html for ListDirectory Pin
aenon10-Apr-07 0:19
aenon10-Apr-07 0:19 
AnswerRe: FtpWebRequest Response returns Html for ListDirectory Pin
Sathesh Sakthivel10-Apr-07 1:39
Sathesh Sakthivel10-Apr-07 1:39 
QuestionFtpWebRequest Response returns Html for ListDirectory Pin
aenon10-Apr-07 0:16
aenon10-Apr-07 0:16 
AnswerRe: FtpWebRequest Response returns Html for ListDirectory Pin
BrunoLopes23-Aug-10 18:11
BrunoLopes23-Aug-10 18:11 
QuestionCreate control between 2 form Pin
dinivian9-Apr-07 23:04
dinivian9-Apr-07 23:04 
AnswerRe: Create control between 2 form Pin
Martin#9-Apr-07 23:10
Martin#9-Apr-07 23:10 
GeneralRe: Create control between 2 form Pin
Test27030710-Apr-07 2:12
Test27030710-Apr-07 2:12 
GeneralRe: Create control between 2 form Pin
Martin#10-Apr-07 2:50
Martin#10-Apr-07 2:50 
QuestionSocket Programming Pin
SakthiSurya9-Apr-07 22:05
SakthiSurya9-Apr-07 22:05 
QuestionResourceManager add parameters Pin
Ollie19869-Apr-07 21:50
Ollie19869-Apr-07 21:50 

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.