Click here to Skip to main content
15,905,325 members
Home / Discussions / C#
   

C#

 
Questionraw WM_INPUT for IR Controller Pin
Lapje7-Sep-05 5:19
Lapje7-Sep-05 5:19 
QuestionComposite Key constraint logic Pin
Anonymous7-Sep-05 3:36
Anonymous7-Sep-05 3:36 
AnswerRe: Composite Key constraint logic Pin
Guffa7-Sep-05 4:09
Guffa7-Sep-05 4:09 
GeneralRe: Composite Key constraint logic Pin
Anonymous7-Sep-05 6:36
Anonymous7-Sep-05 6:36 
AnswerRe: Composite Key constraint logic Pin
Guffa8-Sep-05 11:35
Guffa8-Sep-05 11:35 
QuestionTargeting a Framework version? Pin
bosfan7-Sep-05 1:40
bosfan7-Sep-05 1:40 
Questionhours minutes seconds Pin
PHDENG817-Sep-05 1:27
PHDENG817-Sep-05 1:27 
AnswerRe: hours minutes seconds Pin
John Fisher7-Sep-05 7:06
John Fisher7-Sep-05 7:06 
AnswerRe: hours minutes seconds Pin
machocr7-Sep-05 11:43
machocr7-Sep-05 11:43 
QuestionHow to install a snapin for MMC 2.0?? Pin
Socket_Layer7-Sep-05 0:34
Socket_Layer7-Sep-05 0:34 
QuestionCan FolderBrowserDialog be extended? Pin
Socket_Layer7-Sep-05 0:29
Socket_Layer7-Sep-05 0:29 
QuestionFinding Excpetion Line Number Pin
Tiger4567-Sep-05 0:27
Tiger4567-Sep-05 0:27 
AnswerRe: Finding Excpetion Line Number Pin
Mohamad Al Husseiny7-Sep-05 7:03
Mohamad Al Husseiny7-Sep-05 7:03 
QuestionCreateprocewwwithlogonw & .NET 2.0 Pin
Ruchirdhar6-Sep-05 23:25
Ruchirdhar6-Sep-05 23:25 
Questionset the input for a text box from addition class. Pin
cue_ball6-Sep-05 22:32
cue_ball6-Sep-05 22:32 
AnswerRe: set the input for a text box from addition class. Pin
Ashok Dhamija6-Sep-05 23:11
Ashok Dhamija6-Sep-05 23:11 
GeneralRe: set the input for a text box from addition class. Pin
cue_ball6-Sep-05 23:54
cue_ball6-Sep-05 23:54 
GeneralRe: set the input for a text box from addition class. Pin
Ashok Dhamija7-Sep-05 0:11
Ashok Dhamija7-Sep-05 0:11 
GeneralRe: set the input for a text box from addition class. Pin
cue_ball7-Sep-05 15:10
cue_ball7-Sep-05 15:10 
QuestionGet data from Com Port Pin
quocbao6-Sep-05 20:36
quocbao6-Sep-05 20:36 
AnswerRe: Get data from Com Port Pin
Russell Jones6-Sep-05 23:02
Russell Jones6-Sep-05 23:02 
QuestionUpdating data in Form A from form B? Pin
Johan Glysing6-Sep-05 20:17
Johan Glysing6-Sep-05 20:17 
Hi, im pretty new to c# and have a data management question.
I have a windows application and 2 forms.
Form A is the main application form and form B is opened from form A and contains
a CheckedListBox with 5 selections.

Now my problem is that when ive checked my coices and close form B, i need to get the data from form B and update some events based on the choices in form A.

I opened an instance like this:

GetForm getForm = new GetForm();
getForm.Show();

But i guess i have to have a check like this:
if (getForm.ClickedOK() == true) { process data }

And some way to retrieve the checkedlists to read them in form A.
Also, how can i show form B in a modal way?

Thanks in advance
/Johan
AnswerRe: Updating data in Form A from form B? Pin
Gavin Jeffrey6-Sep-05 22:21
Gavin Jeffrey6-Sep-05 22:21 
GeneralRe: Updating data in Form A from form B? Pin
Johan Glysing6-Sep-05 22:40
Johan Glysing6-Sep-05 22:40 
GeneralRe: Updating data in Form A from form B? Pin
Ashok Dhamija6-Sep-05 23:26
Ashok Dhamija6-Sep-05 23:26 

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.