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

C#

 
AnswerRe: how do u create a stand alone C# program Pin
KingTermite8-Jun-03 11:23
KingTermite8-Jun-03 11:23 
GeneralRe: how do u create a stand alone C# program Pin
9-Jun-03 0:43
suss9-Jun-03 0:43 
QuestionHow can i determine the click on one master-detail DataGrid is in the master table or in the detail table ? Pin
Xpeive8-Jun-03 5:35
Xpeive8-Jun-03 5:35 
AnswerRe: How can i determine the click on one master-detail DataGrid is in the master table or in the detail table ? Pin
A.Wegierski8-Jun-03 23:37
A.Wegierski8-Jun-03 23:37 
GeneralBooks Pin
Makover8-Jun-03 2:33
Makover8-Jun-03 2:33 
GeneralRe: Books Pin
Rocky Moore8-Jun-03 5:52
Rocky Moore8-Jun-03 5:52 
GeneralRe: Books Pin
Makover8-Jun-03 6:05
Makover8-Jun-03 6:05 
GeneralRe: Books Pin
leppie8-Jun-03 7:16
leppie8-Jun-03 7:16 
GeneralRe: Books Pin
Makover8-Jun-03 7:25
Makover8-Jun-03 7:25 
GeneralRe: Books Pin
leppie8-Jun-03 7:59
leppie8-Jun-03 7:59 
GeneralRe: Books Pin
Kant9-Jun-03 9:58
Kant9-Jun-03 9:58 
GeneralRe: Books Pin
KingTermite8-Jun-03 8:37
KingTermite8-Jun-03 8:37 
GeneralRe: Books Pin
Makover8-Jun-03 8:53
Makover8-Jun-03 8:53 
GeneralRe: Books Pin
Makover9-Jun-03 0:43
Makover9-Jun-03 0:43 
GeneralRe: Books Pin
Makover9-Jun-03 1:04
Makover9-Jun-03 1:04 
GeneralRe: Books Pin
David Stone9-Jun-03 8:03
sitebuilderDavid Stone9-Jun-03 8:03 
GeneralRe: Books Pin
Makover9-Jun-03 11:09
Makover9-Jun-03 11:09 
GeneralRe: Books Pin
KingTermite10-Jun-03 3:11
KingTermite10-Jun-03 3:11 
Generalaccessing GUI Pin
stonee747-Jun-03 23:00
stonee747-Jun-03 23:00 
GeneralRe: accessing GUI Pin
Rocky Moore8-Jun-03 5:41
Rocky Moore8-Jun-03 5:41 
GeneralRe: accessing GUI Pin
stonee748-Jun-03 10:06
stonee748-Jun-03 10:06 
GeneralRe: accessing GUI Pin
Rocky Moore8-Jun-03 17:57
Rocky Moore8-Jun-03 17:57 
If you your main class knows about your class taht you have the 'OnAnswer' in, you could use a delegate to notify your main class to feed the listbox. You could also pass the listbox to the other class and have it fill it for you. Personally, I would rather have the delegate trigger an event that the main class picks up. You can pass the message in the delegate to the main class.

Rocky Moore <><
QuestionIs there a good way to do this? Pin
dratti7-Jun-03 22:39
dratti7-Jun-03 22:39 
AnswerRe: Is there a good way to do this? Pin
Iulian Serban8-Jun-03 6:04
Iulian Serban8-Jun-03 6:04 
AnswerRe: Is there a good way to do this? Pin
KingTermite8-Jun-03 8:39
KingTermite8-Jun-03 8:39 

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.