Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
QuestionRecursive Data in Reporting Services Pin
rclassen14-Dec-06 14:17
rclassen14-Dec-06 14:17 
AnswerRe: Recursive Data in Reporting Services Pin
Judah Gabriel Himango14-Dec-06 15:32
sponsorJudah Gabriel Himango14-Dec-06 15:32 
GeneralRe: Recursive Data in Reporting Services Pin
rclassen15-Dec-06 5:34
rclassen15-Dec-06 5:34 
Questionevent order for common controls Pin
amatbrewer14-Dec-06 13:19
amatbrewer14-Dec-06 13:19 
AnswerRe: event order for common controls Pin
Colin Angus Mackay14-Dec-06 13:30
Colin Angus Mackay14-Dec-06 13:30 
AnswerRe: event order for common controls Pin
Judah Gabriel Himango14-Dec-06 15:30
sponsorJudah Gabriel Himango14-Dec-06 15:30 
GeneralRe: event order for common controls Pin
amatbrewer15-Dec-06 5:52
amatbrewer15-Dec-06 5:52 
QuestionForm Closing Problem and MessageBox Independence [modified] Pin
mfcuser14-Dec-06 11:47
mfcuser14-Dec-06 11:47 
Maybe I have to use a form to do that rather than using a messagebox. It seems like a message box depends on the form it is being called.

I do have a form where I have a line of code to call a dialog. From that dialog, I open another form. When the user click ok, I want the first form to close, however it does not close.

here is what I am talking about

for example, assume that my form is form 3, inside my form 3, I have a dialog to open form two. When the user clicks ok, form 2 will open where form 3 will close, however form 3 never closes

inside form 3 I have

if (dialogresponse == dialogresult.ok)
form3.activeform.close();
then create an open form 2

The way to look at it, form 3 only close after form 2 open and close

it does not work, it seems like I have to do that in another form. I don't want fo have a form for that only. Maybe I am missing something.




-- modified at 20:02 Thursday 14th December, 2006
AnswerRe: Form Closing Problem and DialogBox Independence Pin
gnadeem14-Dec-06 12:34
gnadeem14-Dec-06 12:34 
GeneralRe: Form Closing Problem and DialogBox Independence [modified] Pin
mfcuser14-Dec-06 13:57
mfcuser14-Dec-06 13:57 
Questionhow to change colour? Pin
sajid.salim.khan14-Dec-06 9:52
sajid.salim.khan14-Dec-06 9:52 
AnswerRe: how to change colour? Pin
led mike14-Dec-06 10:34
led mike14-Dec-06 10:34 
AnswerRe: how to change colour? Pin
Paul Conrad14-Dec-06 13:11
professionalPaul Conrad14-Dec-06 13:11 
GeneralTHANXXXXXXXXXXXXXXXXXxxx Pin
sajid.salim.khan14-Dec-06 20:38
sajid.salim.khan14-Dec-06 20:38 
QuestionPages per sheet Pin
netJP12L14-Dec-06 9:06
netJP12L14-Dec-06 9:06 
QuestionDialog box Pin
sajid.salim.khan14-Dec-06 8:18
sajid.salim.khan14-Dec-06 8:18 
AnswerRe: Dialog box Pin
Nader Elshehabi14-Dec-06 8:47
Nader Elshehabi14-Dec-06 8:47 
GeneralI Love the Way U answer But ! Pin
sajid.salim.khan14-Dec-06 9:02
sajid.salim.khan14-Dec-06 9:02 
AnswerRe: I Love the Way U answer But ! Pin
Martin#14-Dec-06 9:19
Martin#14-Dec-06 9:19 
GeneralRe: I Love the Way U answer But ! Pin
Nader Elshehabi14-Dec-06 9:47
Nader Elshehabi14-Dec-06 9:47 
GeneralThanXXXXXXXXXXXXXXXXX Pin
sajid.salim.khan14-Dec-06 10:02
sajid.salim.khan14-Dec-06 10:02 
QuestionI found something in the following document Pin
lulaleila14-Dec-06 7:17
lulaleila14-Dec-06 7:17 
QuestionFriendAccessAllowed Attribute Pin
tomerico14-Dec-06 6:34
tomerico14-Dec-06 6:34 
QuestionRe: FriendAccessAllowed Attribute Pin
Hassan Faghihi8-Oct-16 0:56
Hassan Faghihi8-Oct-16 0:56 
QuestionRead and append to a text file Pin
steve_rm14-Dec-06 6:34
steve_rm14-Dec-06 6:34 

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.