Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Security Problem - Please Help Pin
leppie24-Aug-02 2:33
leppie24-Aug-02 2:33 
GeneralRe: C# Security Problem - Please Help Pin
Rodney S. Foley24-Aug-02 12:04
Rodney S. Foley24-Aug-02 12:04 
GeneralRe: C# Security Problem - Please Help Pin
leppie24-Aug-02 12:11
leppie24-Aug-02 12:11 
GeneralRe: C# Security Problem - Please Help Pin
Rodney S. Foley24-Aug-02 12:46
Rodney S. Foley24-Aug-02 12:46 
GeneralRe: C# Security Problem - Please Help Pin
James T. Johnson24-Aug-02 12:53
James T. Johnson24-Aug-02 12:53 
GeneralRe: C# Security Problem - Please Help Pin
Eric Gunnerson (msft)26-Aug-02 11:11
Eric Gunnerson (msft)26-Aug-02 11:11 
QuestionImageFormat and EncoderParams? Pin
Steven Behnke23-Aug-02 14:58
Steven Behnke23-Aug-02 14:58 
GeneralWindows Application Design Question Pin
Chris Austin23-Aug-02 13:07
Chris Austin23-Aug-02 13:07 
Hi Folks,

Most of my programming experience has been on the back-end / server side and I am begging to work on a new Windows project at home.

As I work through the UI, I often find myself wondering if my approach is efficient or "Good." Most of my concern comes when looking at how the program responds to UI events like button clicks ect.

Again, I am on bit of uncertain ground with the UI apps so please bear with me if my questions are a bit off or inaccurate. So on with the questions.

Is it best to construct objects and call methods directly in the ui event handling code (i.e. on_Click)? Or should I attempt to decouple it further by using delegates and registering event listeners in some type of worker class? And if I use this approach how would you suggest manipulating a moderately complex set of controls…. Is it wise to make the run-time changes directly from the event handlers or should a worker class again be employed?

Again, sorry if these question have been less than informed or asked in the past.

Any suggestions are appreciated.

Thanks again

GeneralRe: Windows Application Design Question Pin
David Stone23-Aug-02 13:12
sitebuilderDavid Stone23-Aug-02 13:12 
GeneralRe: Windows Application Design Question Pin
Chris Austin23-Aug-02 13:25
Chris Austin23-Aug-02 13:25 
GeneralRe: Windows Application Design Question Pin
David Stone23-Aug-02 13:34
sitebuilderDavid Stone23-Aug-02 13:34 
GeneralRe: Windows Application Design Question Pin
James T. Johnson24-Aug-02 7:47
James T. Johnson24-Aug-02 7:47 
GeneralRe: Windows Application Design Question Pin
bfarley26-Aug-02 4:20
bfarley26-Aug-02 4:20 
GeneralListBox selection Pin
manson23-Aug-02 12:30
manson23-Aug-02 12:30 
GeneralRe: ListBox selection Pin
David Stone23-Aug-02 12:47
sitebuilderDavid Stone23-Aug-02 12:47 
GeneralRe: ListBox selection Pin
manson23-Aug-02 12:50
manson23-Aug-02 12:50 
GeneralRe: ListBox selection Pin
Domenic Denicola23-Aug-02 17:05
Domenic Denicola23-Aug-02 17:05 
Generalcombining Brushes Pin
manson23-Aug-02 12:26
manson23-Aug-02 12:26 
GeneralRe: combining Brushes Pin
David Stone23-Aug-02 12:28
sitebuilderDavid Stone23-Aug-02 12:28 
GeneralRe: combining Brushes Pin
manson23-Aug-02 12:48
manson23-Aug-02 12:48 
GeneralRe: combining Brushes Pin
David Stone23-Aug-02 13:08
sitebuilderDavid Stone23-Aug-02 13:08 
QuestionMinimumSize - what is that for? Pin
manson23-Aug-02 12:19
manson23-Aug-02 12:19 
GeneralEnums Pin
Nnamdi Onyeyiri23-Aug-02 11:14
Nnamdi Onyeyiri23-Aug-02 11:14 
GeneralRe: Enums Pin
Michael Mac23-Aug-02 11:47
Michael Mac23-Aug-02 11:47 
GeneralRe: Enums Pin
leppie24-Aug-02 2:58
leppie24-Aug-02 2:58 

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.