Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launching an event with DateTime Pin
Heath Stewart1-Nov-04 14:11
protectorHeath Stewart1-Nov-04 14:11 
GeneralRe: Launching an event with DateTime Pin
Dave Kreskowiak2-Nov-04 0:50
mveDave Kreskowiak2-Nov-04 0:50 
GeneralRe: Launching an event with DateTime Pin
goldoche2-Nov-04 1:47
goldoche2-Nov-04 1:47 
GeneralRe: Launching an event with DateTime Pin
goldoche2-Nov-04 1:37
goldoche2-Nov-04 1:37 
GeneralRe: WindowsPrincipal and Active Directory Pin
Heath Stewart1-Nov-04 8:37
protectorHeath Stewart1-Nov-04 8:37 
GeneralEnter or Arrow Key to replace Tab Key Pin
FredSP1-Nov-04 7:22
FredSP1-Nov-04 7:22 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Alex Korchemniy1-Nov-04 8:53
Alex Korchemniy1-Nov-04 8:53 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Heath Stewart1-Nov-04 9:26
protectorHeath Stewart1-Nov-04 9:26 
Instead of walking the tab indexes yourself, just use the Control.GetNextControl method like so in your Form:
if (ActiveControl != null)
  ActiveControl.GetNextControl(ActiveControl, true);
Use can pass false to the second param to go backward. You should do this when the shift key is down.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Alex Korchemniy1-Nov-04 9:31
Alex Korchemniy1-Nov-04 9:31 
Generalabout memory management Pin
momer1-Nov-04 7:04
momer1-Nov-04 7:04 
GeneralRe: about memory management Pin
Dave Kreskowiak1-Nov-04 7:42
mveDave Kreskowiak1-Nov-04 7:42 
GeneralRe: about memory management Pin
momer1-Nov-04 8:16
momer1-Nov-04 8:16 
GeneralShellExecute in C# Pin
ben21-Nov-04 7:00
ben21-Nov-04 7:00 
GeneralRe: ShellExecute in C# Pin
ben21-Nov-04 7:04
ben21-Nov-04 7:04 
Questiondo i need to double buffer? Pin
vista271-Nov-04 6:26
vista271-Nov-04 6:26 
AnswerRe: do i need to double buffer? Pin
Dave Kreskowiak1-Nov-04 6:41
mveDave Kreskowiak1-Nov-04 6:41 
GeneralTreeView Scrollbar Pin
amadobson1-Nov-04 6:12
amadobson1-Nov-04 6:12 
Questionsave GDI drawing and print them? Pin
xiaowenjie1-Nov-04 6:11
xiaowenjie1-Nov-04 6:11 
AnswerRe: save GDI drawing and print them? Pin
Heath Stewart1-Nov-04 8:40
protectorHeath Stewart1-Nov-04 8:40 
GeneralRe: save GDI drawing and print them? Pin
xiaowenjie1-Nov-04 18:25
xiaowenjie1-Nov-04 18:25 
GeneralRe: save GDI drawing and print them? Pin
Heath Stewart2-Nov-04 5:04
protectorHeath Stewart2-Nov-04 5:04 
Questionreader bar using GDI+? Pin
xiaowenjie1-Nov-04 5:46
xiaowenjie1-Nov-04 5:46 
AnswerRe: reader bar using GDI+? Pin
Alex Korchemniy1-Nov-04 8:40
Alex Korchemniy1-Nov-04 8:40 
Questionmy drawing Moves?? Pin
xiaowenjie1-Nov-04 5:40
xiaowenjie1-Nov-04 5:40 
AnswerRe: my drawing Moves?? Pin
Charlie Williams1-Nov-04 7:11
Charlie Williams1-Nov-04 7:11 

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.