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

C#

 
AnswerRe: Replace File Only If Newer (Deployment) Pin
Not Active15-Dec-11 0:25
mentorNot Active15-Dec-11 0:25 
QuestionHow to find coordinates of each word in pdf file using iTextSharp Pin
NarVish14-Dec-11 23:18
NarVish14-Dec-11 23:18 
QuestionMake a sql query object by C#. Pin
Vincet Shen14-Dec-11 17:05
Vincet Shen14-Dec-11 17:05 
AnswerRe: Make a sql query object by C#. Pin
OriginalGriff14-Dec-11 21:35
mveOriginalGriff14-Dec-11 21:35 
GeneralRe: Make a sql query object by C#. Pin
Vincet Shen15-Dec-11 22:11
Vincet Shen15-Dec-11 22:11 
QuestionEvent Handler for button clicks Pin
Miwin Solutions14-Dec-11 7:43
Miwin Solutions14-Dec-11 7:43 
AnswerRe: Event Handler for button clicks Pin
Luc Pattyn14-Dec-11 8:28
sitebuilderLuc Pattyn14-Dec-11 8:28 
GeneralRe: Event Handler for button clicks Pin
Miwin Solutions14-Dec-11 9:24
Miwin Solutions14-Dec-11 9:24 
GeneralRe: Event Handler for button clicks Pin
Miwin Solutions14-Dec-11 22:46
Miwin Solutions14-Dec-11 22:46 
GeneralRe: Event Handler for button clicks Pin
Luc Pattyn14-Dec-11 23:41
sitebuilderLuc Pattyn14-Dec-11 23:41 
AnswerRe: Event Handler for button clicks Pin
BillWoodruff14-Dec-11 21:42
professionalBillWoodruff14-Dec-11 21:42 
GeneralRe: Event Handler for button clicks Pin
Miwin Solutions14-Dec-11 22:49
Miwin Solutions14-Dec-11 22:49 
GeneralRe: Event Handler for button clicks Pin
SilimSayo15-Dec-11 4:05
SilimSayo15-Dec-11 4:05 
250 buttons? What is the rationale for using one event handler for 250 buttons? What's wrong with one event handler per button? Is there alot of common code for each button? For 250 buttons I would have an event hander for each button and create a method which executes common code. The button handler would call this method and pass (to the method) parameters specific for each button.
AnswerRe: Event Handler for button clicks Pin
Luc Pattyn15-Dec-11 5:57
sitebuilderLuc Pattyn15-Dec-11 5:57 
AnswerRe: Event Handler for button clicks Pin
BillWoodruff15-Dec-11 14:20
professionalBillWoodruff15-Dec-11 14:20 
QuestionC# VS10 and error "no suitable method to override" issue Pin
Deborah Palmer McCain14-Dec-11 6:27
Deborah Palmer McCain14-Dec-11 6:27 
AnswerRe: C# VS10 and error "no suitable method to override" issue Pin
Richard MacCutchan14-Dec-11 22:23
mveRichard MacCutchan14-Dec-11 22:23 
GeneralRe: C# VS10 and error "no suitable method to override" issue Pin
Deborah Palmer McCain15-Dec-11 5:27
Deborah Palmer McCain15-Dec-11 5:27 
AnswerRe: C# VS10 and error "no suitable method to override" issue Pin
BillWoodruff15-Dec-11 14:30
professionalBillWoodruff15-Dec-11 14:30 
GeneralRe: C# VS10 and error "no suitable method to override" issue - books for beginners Pin
Deborah Palmer McCain15-Dec-11 16:35
Deborah Palmer McCain15-Dec-11 16:35 
GeneralRe: C# VS10 and error "no suitable method to override" issue - books for beginners Pin
BillWoodruff15-Dec-11 18:40
professionalBillWoodruff15-Dec-11 18:40 
GeneralRe: C# VS10 and error "no suitable method to override" issue - books for beginners Pin
Deborah Palmer McCain15-Dec-11 20:37
Deborah Palmer McCain15-Dec-11 20:37 
QuestionShowDialog not displaying form. Pin
mnaveed14-Dec-11 6:23
mnaveed14-Dec-11 6:23 
AnswerRe: ShowDialog not displaying form. Pin
BillWoodruff14-Dec-11 22:03
professionalBillWoodruff14-Dec-11 22:03 
QuestionError 1067 C# windows service Pin
eyesark14-Dec-11 4:07
eyesark14-Dec-11 4:07 

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.