Click here to Skip to main content
15,896,727 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionStarting a process from a windows service running as User? Pin
James Dowthwaite21-Jan-09 10:10
James Dowthwaite21-Jan-09 10:10 
AnswerRe: Starting a process from a windows service running as User? Pin
Dave Kreskowiak21-Jan-09 11:06
mveDave Kreskowiak21-Jan-09 11:06 
GeneralRe: Starting a process from a windows service running as User? Pin
James Dowthwaite21-Jan-09 11:46
James Dowthwaite21-Jan-09 11:46 
GeneralRe: Starting a process from a windows service running as User? Pin
Dave Kreskowiak21-Jan-09 12:09
mveDave Kreskowiak21-Jan-09 12:09 
GeneralRe: Starting a process from a windows service running as User? Pin
James Dowthwaite22-Jan-09 2:16
James Dowthwaite22-Jan-09 2:16 
GeneralRe: Starting a process from a windows service running as User? Pin
Dave Kreskowiak22-Jan-09 12:15
mveDave Kreskowiak22-Jan-09 12:15 
QuestionFramework Bug - Known or Unknown? Pin
nlarson1121-Jan-09 10:02
nlarson1121-Jan-09 10:02 
AnswerRe: Framework Bug - Known or Unknown? Pin
Dave Kreskowiak21-Jan-09 11:03
mveDave Kreskowiak21-Jan-09 11:03 
This is not a bug and there's no "fix". This is actually the expected behavior.

The focus does not get transferred to the next control until AFTER the Leave event handler is finished executing and the remaining event handlers (Validating, Validated, LostFocus, ...) are finished executing for the control losing the focus. By the time the execution gets to calling Focus on the next control (as a result of you hitting tab), the control is already disabled by you setting it's Enabled property to False.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Framework Bug - Known or Unknown? Pin
nlarson1121-Jan-09 11:15
nlarson1121-Jan-09 11:15 
GeneralRe: Framework Bug - Known or Unknown? Pin
Dave Kreskowiak21-Jan-09 12:13
mveDave Kreskowiak21-Jan-09 12:13 
GeneralRe: Framework Bug - Known or Unknown? Pin
nlarson1121-Jan-09 14:07
nlarson1121-Jan-09 14:07 
GeneralRe: Framework Bug - Known or Unknown? Pin
Dave Kreskowiak21-Jan-09 18:33
mveDave Kreskowiak21-Jan-09 18:33 
AnswerRe: Framework Bug - Known or Unknown? Pin
Eddy Vluggen21-Jan-09 23:53
professionalEddy Vluggen21-Jan-09 23:53 
GeneralRe: Framework Bug - Known or Unknown? Pin
nlarson1122-Jan-09 4:15
nlarson1122-Jan-09 4:15 
AnswerRe: Framework Bug - Known or Unknown? Pin
Ben Fair22-Jan-09 9:19
Ben Fair22-Jan-09 9:19 
QuestionDynamic Item Template DropDownList in DataGrid, Grid disappears on SelectedIndexChanged Pin
Member 327333921-Jan-09 6:37
Member 327333921-Jan-09 6:37 
QuestionQuestion on strongly typed datasets and using the typed datarows. Pin
Jon_Boy21-Jan-09 4:39
Jon_Boy21-Jan-09 4:39 
AnswerRe: Question on strongly typed datasets and using the typed datarows. Pin
Steven J Jowett21-Jan-09 22:04
Steven J Jowett21-Jan-09 22:04 
GeneralRe: Question on strongly typed datasets and using the typed datarows. [modified] Pin
Jon_Boy22-Jan-09 1:11
Jon_Boy22-Jan-09 1:11 
GeneralRe: Question on strongly typed datasets and using the typed datarows. Pin
Steven J Jowett22-Jan-09 5:16
Steven J Jowett22-Jan-09 5:16 
Questionin msaccess val function what is in oracle? Pin
premprakashbhati21-Jan-09 2:26
premprakashbhati21-Jan-09 2:26 
AnswerRe: in msaccess val function what is in oracle? Pin
EliottA21-Jan-09 2:44
EliottA21-Jan-09 2:44 
AnswerRe: in msaccess val function what is in oracle? Pin
Wendelius21-Jan-09 20:18
mentorWendelius21-Jan-09 20:18 
Questionhow to publish vb.net 2005 project with sqlserver database help me anyone Pin
NaliniNagarajan21-Jan-09 2:09
NaliniNagarajan21-Jan-09 2:09 
AnswerRe: how to publish vb.net 2005 project with sqlserver database help me anyone Pin
EliottA21-Jan-09 2:44
EliottA21-Jan-09 2:44 

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.