Click here to Skip to main content
15,928,713 members
Home / Discussions / C#
   

C#

 
GeneralMime parsing algorithm suggestions requested Pin
Member 9628-Mar-03 8:52
Member 9628-Mar-03 8:52 
GeneralRe: Mime parsing algorithm suggestions requested Pin
leppie28-Mar-03 11:53
leppie28-Mar-03 11:53 
GeneralRe: Mime parsing algorithm suggestions requested Pin
Member 9628-Mar-03 12:12
Member 9628-Mar-03 12:12 
GeneralC# class Question Pin
econner28-Mar-03 6:32
econner28-Mar-03 6:32 
GeneralRe: C# class Question Pin
leppie28-Mar-03 6:52
leppie28-Mar-03 6:52 
GeneralRe: C# class Question Pin
econner28-Mar-03 6:57
econner28-Mar-03 6:57 
GeneralRe: C# class Question Pin
leppie28-Mar-03 7:10
leppie28-Mar-03 7:10 
GeneralRe: C# class Question Pin
econner29-Mar-03 13:08
econner29-Mar-03 13:08 
Generalout Arguments calling a COM+ Component Pin
ricvilla28-Mar-03 4:27
ricvilla28-Mar-03 4:27 
GeneralRe: out Arguments calling a COM+ Component Pin
pallep428-Mar-03 7:01
pallep428-Mar-03 7:01 
GeneralRe: out Arguments calling a COM+ Component Pin
ricvilla28-Mar-03 7:09
ricvilla28-Mar-03 7:09 
GeneralMemory usage Pin
Oleksandr Kucherenko28-Mar-03 4:15
Oleksandr Kucherenko28-Mar-03 4:15 
GeneralRe: Memory usage Pin
pallep428-Mar-03 7:07
pallep428-Mar-03 7:07 
GeneralHelp me please ! Design form Pin
tuan_tomy28-Mar-03 0:54
tuan_tomy28-Mar-03 0:54 
GeneralRe: Help me please ! Design form Pin
Stephane Rodriguez.28-Mar-03 2:24
Stephane Rodriguez.28-Mar-03 2:24 
GeneralDockingManager Focus Problems Pin
pallep427-Mar-03 22:07
pallep427-Mar-03 22:07 
GeneralDetect if any control in a form has changed Pin
Braulio Dez27-Mar-03 21:06
Braulio Dez27-Mar-03 21:06 
GeneralRe: Detect if any control in a form has changed Pin
krisp28-Mar-03 7:30
krisp28-Mar-03 7:30 
GeneralRe: Detect if any control in a form has changed Pin
Lee Nowotny28-Mar-03 8:31
Lee Nowotny28-Mar-03 8:31 
Furthermore, if you only care about whether a control changed, you can assign the same event handler to all the "change" events of the controls on the form. Then, if you need to do more, you could use the sender object to do extra things (besides just determining if a control changed). You would just need a generic event handler in the form:

ControlChanged( object sender, EventArgs e )



"Shut up brain, or I'll stab you with a QTip!" - Homer Simpson
GeneralProgramically move scrollbars on RichTextBox Pin
krisp27-Mar-03 20:27
krisp27-Mar-03 20:27 
GeneralCasting Problem Pin
John Pepper27-Mar-03 10:21
John Pepper27-Mar-03 10:21 
GeneralRe: Casting Problem Pin
Nick Pirocanac27-Mar-03 18:16
Nick Pirocanac27-Mar-03 18:16 
GeneralKeygen Pin
BoudewijnEctor27-Mar-03 9:13
BoudewijnEctor27-Mar-03 9:13 
GeneralRe: Keygen Pin
Daniel Turini27-Mar-03 10:28
Daniel Turini27-Mar-03 10:28 
GeneralSetting CommandLine Args For Windows Service Pin
nlgarvey27-Mar-03 8:58
nlgarvey27-Mar-03 8: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.