Click here to Skip to main content
15,917,795 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Record Status or Detecting Value Changes Pin
led mike2-Jun-08 4:33
led mike2-Jun-08 4:33 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm2-Jun-08 12:41
FyreWyrm2-Jun-08 12:41 
GeneralRe: Record Status or Detecting Value Changes Pin
darkelv2-Jun-08 22:48
darkelv2-Jun-08 22:48 
GeneralRe: Record Status or Detecting Value Changes Pin
led mike3-Jun-08 5:19
led mike3-Jun-08 5:19 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm3-Jun-08 15:32
FyreWyrm3-Jun-08 15:32 
GeneralRe: Record Status or Detecting Value Changes Pin
led mike4-Jun-08 5:00
led mike4-Jun-08 5:00 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm4-Jun-08 13:39
FyreWyrm4-Jun-08 13:39 
AnswerRe: Record Status or Detecting Value Changes Pin
Mike Dimmick2-Jun-08 6:01
Mike Dimmick2-Jun-08 6:01 
A code-saving technique that few developers seem to be aware of is that you can wire multiple events to a single event handler. You can make each control's Changed event call the same function.

Visual Studio's designers don't make this very easy, but you can enter the same function name in the Events part of the Properties pane for each control.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm2-Jun-08 12:45
FyreWyrm2-Jun-08 12:45 
GeneralRe: Record Status or Detecting Value Changes Pin
Robert Rohde2-Jun-08 22:22
Robert Rohde2-Jun-08 22:22 
AnswerRe: Record Status or Detecting Value Changes Pin
Pete O'Hanlon2-Jun-08 21:42
mvePete O'Hanlon2-Jun-08 21:42 
GeneralRe: Record Status or Detecting Value Changes Pin
FyreWyrm3-Jun-08 16:05
FyreWyrm3-Jun-08 16:05 
GeneralRe: Record Status or Detecting Value Changes Pin
Pete O'Hanlon4-Jun-08 2:01
mvePete O'Hanlon4-Jun-08 2:01 
QuestionRe: Record Status or Detecting Value Changes Pin
FyreWyrm5-Jun-08 7:44
FyreWyrm5-Jun-08 7:44 
AnswerRe: Record Status or Detecting Value Changes Pin
Pete O'Hanlon5-Jun-08 10:17
mvePete O'Hanlon5-Jun-08 10:17 
QuestionFTP / User Upload Pin
jonig1930-May-08 10:14
jonig1930-May-08 10:14 
AnswerRe: FTP / User Upload Pin
led mike2-Jun-08 4:28
led mike2-Jun-08 4:28 
Questionconnecting to the google talk server Pin
joachimpr30-May-08 8:54
joachimpr30-May-08 8:54 
AnswerRe: connecting to the google talk server Pin
led mike30-May-08 9:13
led mike30-May-08 9:13 
JokeRe: connecting to the google talk server Pin
joachimpr1-Jun-08 20:09
joachimpr1-Jun-08 20:09 
GeneralRe: connecting to the google talk server Pin
led mike2-Jun-08 4:26
led mike2-Jun-08 4:26 
GeneralRe: connecting to the google talk server Pin
joachimpr4-Jun-08 2:29
joachimpr4-Jun-08 2:29 
GeneralRe: connecting to the google talk server Pin
led mike4-Jun-08 5:17
led mike4-Jun-08 5:17 
GeneralRe: connecting to the google talk server Pin
joachimpr5-Jun-08 21:07
joachimpr5-Jun-08 21:07 
GeneralRe: connecting to the google talk server Pin
Harvey Saayman2-Jun-08 20:33
Harvey Saayman2-Jun-08 20:33 

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.