Click here to Skip to main content
15,902,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: This control array should work, right? Pin
mikasa21-Feb-03 9:40
mikasa21-Feb-03 9:40 
GeneralRe: This control array should work, right? Pin
David Williams21-Feb-03 10:18
David Williams21-Feb-03 10:18 
GeneralTry to send email Pin
Anonymous20-Feb-03 10:09
Anonymous20-Feb-03 10:09 
GeneralRe: Try to send email Pin
Nick Seng20-Feb-03 15:51
Nick Seng20-Feb-03 15:51 
GeneralRe: Try to send email Pin
Anonymous25-Feb-03 9:03
Anonymous25-Feb-03 9:03 
Generaltextbox loosing focus Pin
Anonymous20-Feb-03 9:06
Anonymous20-Feb-03 9:06 
GeneralRe: textbox loosing focus Pin
Jerome Conus20-Feb-03 19:29
Jerome Conus20-Feb-03 19:29 
GeneralRe: textbox loosing focus Pin
mikasa21-Feb-03 2:35
mikasa21-Feb-03 2:35 
First of all, make sure you have another Control that can get Focus (i.e. It must be Enabled and if there is an "AllowFocus" property, set it to true).

Then in the Validate Event:

If (txtFind.Text.Length = 0) Then txtNext.Focus():Exit Sub

'Otherwise, populate Grid Here
GeneralParallel Port Interfacing Pin
thehms19-Feb-03 22:26
thehms19-Feb-03 22:26 
GeneralMake Window Flash 3 Times Pin
Anomaly102419-Feb-03 13:02
Anomaly102419-Feb-03 13:02 
GeneralRe: Make Window Flash 3 Times Pin
r i s h a b h s19-Feb-03 21:06
r i s h a b h s19-Feb-03 21:06 
GeneralRe: Make Window Flash 3 Times Pin
Anonymous20-Feb-03 13:14
Anonymous20-Feb-03 13:14 
GeneralHelp is on the wheels............. Pin
r i s h a b h s20-Feb-03 21:03
r i s h a b h s20-Feb-03 21:03 
GeneralOLE control Pin
Anthony988719-Feb-03 7:01
Anthony988719-Feb-03 7:01 
GeneralOLE control Pin
Anthony988719-Feb-03 7:01
Anthony988719-Feb-03 7:01 
GeneralLaunch Application From Windows Service Pin
J Smith19-Feb-03 3:49
J Smith19-Feb-03 3:49 
Generalreport width larger then paper width Pin
mcm19-Feb-03 2:42
mcm19-Feb-03 2:42 
GeneralRe: report width larger then paper width Pin
thehms20-Feb-03 5:32
thehms20-Feb-03 5:32 
Generalhelp - Control Array and Refer to the control in KeyDown events in VB.net Pin
gilbertlow18-Feb-03 22:14
gilbertlow18-Feb-03 22:14 
QuestionUsing Windows Animations? Pin
nefilm18-Feb-03 9:52
nefilm18-Feb-03 9:52 
GeneralFreeze columns in MSHFlexGrid Pin
Andy H18-Feb-03 6:20
Andy H18-Feb-03 6:20 
QuestionHow to develop a wrapper around an executable and an argument? Pin
DengJW18-Feb-03 2:51
DengJW18-Feb-03 2:51 
QuestionHow to acces the component running on another machine Pin
suresh_sathya18-Feb-03 0:08
suresh_sathya18-Feb-03 0:08 
AnswerRe: How to acces the component running on another machine Pin
Paul Farry22-Feb-03 17:13
professionalPaul Farry22-Feb-03 17:13 
GeneralMoving around a dataset Pin
Mike Murphy17-Feb-03 7:02
Mike Murphy17-Feb-03 7:02 

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.