Click here to Skip to main content
16,008,942 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: form.Show(IWin32Window) vs form.owner as windows.forms.form Pin
Dave Kreskowiak7-Jan-09 8:11
mveDave Kreskowiak7-Jan-09 8:11 
AnswerRe: form.Show(IWin32Window) vs form.owner as windows.forms.form Pin
|_josh_|7-Jan-09 12:44
|_josh_|7-Jan-09 12:44 
GeneralRe: form.Show(IWin32Window) vs form.owner as windows.forms.form Pin
Arthur Milfait10-Feb-09 5:43
Arthur Milfait10-Feb-09 5:43 
QuestionDynamically remove multiple innstances of child form from parent form Pin
sohaib_a7-Jan-09 6:43
sohaib_a7-Jan-09 6:43 
AnswerRe: Dynamically remove multiple innstances of child form from parent form Pin
EliottA7-Jan-09 6:54
EliottA7-Jan-09 6:54 
GeneralRe: Dynamically remove multiple innstances of child form from parent form Pin
sohaib_a7-Jan-09 7:21
sohaib_a7-Jan-09 7:21 
QuestionForce a Tab Pin
Cory Kimble7-Jan-09 4:34
Cory Kimble7-Jan-09 4:34 
AnswerRe: Force a Tab Pin
Wendelius7-Jan-09 4:52
mentorWendelius7-Jan-09 4:52 
Check that your locked control has TabStop property set to false. That could be the reason if the focus goes to the locked control.

Also since you now the layout of your form, one way could be that you programmatically use SetFocus method on the control where you want to go.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Force a Tab Pin
Cory Kimble7-Jan-09 5:48
Cory Kimble7-Jan-09 5:48 
GeneralRe: Force a Tab Pin
Wendelius7-Jan-09 6:07
mentorWendelius7-Jan-09 6:07 
AnswerRe: Force a Tab Pin
programmervb.netc++7-Jan-09 5:17
programmervb.netc++7-Jan-09 5:17 
GeneralRe: Force a Tab Pin
Cory Kimble7-Jan-09 5:46
Cory Kimble7-Jan-09 5:46 
GeneralRe: Force a Tab Pin
nlarson117-Jan-09 5:57
nlarson117-Jan-09 5:57 
AnswerRe: Force a Tab Pin
Alan N7-Jan-09 6:37
Alan N7-Jan-09 6:37 
AnswerRe: Force a Tab Pin
Dave Kreskowiak7-Jan-09 6:53
mveDave Kreskowiak7-Jan-09 6:53 
QuestionLinking Excel 2007 Pivot Tables report fields) Pin
PaulRochell7-Jan-09 2:20
PaulRochell7-Jan-09 2:20 
Questionsending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 2:16
uglyeyes7-Jan-09 2:16 
AnswerRe: sending email with dynamically generated htmltable Pin
Colin Angus Mackay7-Jan-09 2:26
Colin Angus Mackay7-Jan-09 2:26 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 3:59
uglyeyes7-Jan-09 3:59 
GeneralRe: sending email with dynamically generated htmltable Pin
Eddy Vluggen7-Jan-09 4:29
professionalEddy Vluggen7-Jan-09 4:29 
GeneralRe: sending email with dynamically generated htmltable [modified] Pin
uglyeyes7-Jan-09 4:38
uglyeyes7-Jan-09 4:38 
GeneralRe: sending email with dynamically generated htmltable Pin
Eddy Vluggen7-Jan-09 8:18
professionalEddy Vluggen7-Jan-09 8:18 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 12:38
uglyeyes7-Jan-09 12:38 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 12:53
uglyeyes7-Jan-09 12:53 
GeneralRe: sending email with dynamically generated htmltable Pin
Colin Angus Mackay7-Jan-09 8:21
Colin Angus Mackay7-Jan-09 8:21 

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.