Click here to Skip to main content
15,921,774 members
Home / Discussions / C#
   

C#

 
GeneralRe: Execute an exe under particular user account? Pin
Eddy Vluggen18-Jan-10 4:43
professionalEddy Vluggen18-Jan-10 4:43 
AnswerRe: Execute an exe under particular user account? Pin
Covean18-Jan-10 4:30
Covean18-Jan-10 4:30 
GeneralRe: Execute an exe under particular user account? Pin
Sunil G 318-Jan-10 6:43
Sunil G 318-Jan-10 6:43 
GeneralRe: Execute an exe under particular user account? Pin
Luc Pattyn18-Jan-10 10:07
sitebuilderLuc Pattyn18-Jan-10 10:07 
GeneralRe: Execute an exe under particular user account? Pin
Covean18-Jan-10 21:11
Covean18-Jan-10 21:11 
Questionc# hook winspool.drv Pin
toronja7218-Jan-10 3:38
toronja7218-Jan-10 3:38 
QuestionReference combobox used on another form? Pin
kanchoette18-Jan-10 1:25
kanchoette18-Jan-10 1:25 
AnswerRe: Reference combobox used on another form? Pin
Keith Barrow18-Jan-10 1:34
professionalKeith Barrow18-Jan-10 1:34 
Its bad practise to make such properties public as it lessens the object orientation of the control containing the combo box and starts going down the route of coupling the 2nd form to the 1st.

The thing to do is to raise an event in the first form (the one containing the combo box) that the second form subscibes to. The event should probably (depending upon your requirements) be raised when the combo box seleceted value changes.

Another way to solver you problem is to implement a model-view-viewmodel pattern, but this requires much more work if you have exisiting code.

CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks

GeneralRe: Reference combobox used on another form? Pin
kanchoette18-Jan-10 1:45
kanchoette18-Jan-10 1:45 
QuestionHow to continue without exiting... Pin
<<Tash18>>18-Jan-10 1:03
<<Tash18>>18-Jan-10 1:03 
AnswerMessage Closed Pin
18-Jan-10 1:21
stancrm18-Jan-10 1:21 
GeneralRe: How to continue without exiting... Pin
<<Tash18>>18-Jan-10 1:51
<<Tash18>>18-Jan-10 1:51 
AnswerRe: How to continue without exiting... Pin
Harvey Saayman18-Jan-10 1:24
Harvey Saayman18-Jan-10 1:24 
GeneralRe: How to continue without exiting... Pin
<<Tash18>>18-Jan-10 1:50
<<Tash18>>18-Jan-10 1:50 
GeneralRe: How to continue without exiting... Pin
Harvey Saayman18-Jan-10 2:01
Harvey Saayman18-Jan-10 2:01 
QuestionHow to simulate click button on win32 form ? Pin
Yanshof18-Jan-10 0:55
Yanshof18-Jan-10 0:55 
AnswerRe: How to simulate click button on win32 form ? Pin
#realJSOP18-Jan-10 1:00
professional#realJSOP18-Jan-10 1:00 
GeneralRe: How to simulate click button on win32 form ? Pin
Yanshof18-Jan-10 1:09
Yanshof18-Jan-10 1:09 
GeneralRe: How to simulate click button on win32 form ? Pin
Wes Aday18-Jan-10 4:15
professionalWes Aday18-Jan-10 4:15 
GeneralRe: How to simulate click button on win32 form ? Pin
#realJSOP18-Jan-10 10:24
professional#realJSOP18-Jan-10 10:24 
GeneralRe: How to simulate click button on win32 form ? Pin
Yanshof18-Jan-10 17:20
Yanshof18-Jan-10 17:20 
GeneralRe: How to simulate click button on win32 form ? Pin
#realJSOP18-Jan-10 23:26
professional#realJSOP18-Jan-10 23:26 
AnswerRe: How to simulate click button on win32 form ? Pin
Rick Shaub18-Jan-10 3:31
Rick Shaub18-Jan-10 3:31 
Question"Unescape" ISO string Pin
Keith Barrow18-Jan-10 0:48
professionalKeith Barrow18-Jan-10 0:48 
AnswerRe: "Unescape" ISO string Pin
PIEBALDconsult18-Jan-10 3:22
mvePIEBALDconsult18-Jan-10 3:22 

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.