Click here to Skip to main content
15,905,322 members
Home / Discussions / Mobile
   

Mobile

 
Questionflowlayout in windows mobile? Pin
bryce15-Oct-08 15:43
bryce15-Oct-08 15:43 
QuestionPassing Bitmap value to a Sub(routine). Pin
Hurricane300015-Oct-08 3:15
Hurricane300015-Oct-08 3:15 
AnswerRe: Passing Bitmap value to a Sub(routine). Pin
Joel Ivory Johnson4-Nov-08 19:22
professionalJoel Ivory Johnson4-Nov-08 19:22 
QuestionSHCreateMenuBar + TBSTYLE_CUSTOMERASE + NM_CUSTOMDRAW Pin
Voland.cpp14-Oct-08 9:55
Voland.cpp14-Oct-08 9:55 
Questionhide Link label focus rectangle Pin
~Khatri Mitesh~14-Oct-08 2:44
~Khatri Mitesh~14-Oct-08 2:44 
AnswerRe: hide Link label focus rectangle Pin
Hurricane300014-Oct-08 12:11
Hurricane300014-Oct-08 12:11 
GeneralRe: hide Link label focus rectangle Pin
~Khatri Mitesh~14-Oct-08 19:23
~Khatri Mitesh~14-Oct-08 19:23 
GeneralRe: hide Link label focus rectangle Pin
Hurricane300015-Oct-08 8:06
Hurricane300015-Oct-08 8:06 
If I understood well, you want say that when you run application, there is a LinkLabel selected by default(only one and every time the same).

If I understood correctly, this is caused because the LinkLabel that appear selected have the lower value of TabIndex property, automatically assigned to all controls you designed on the form (in the same order you designed them on the form, starting from value 0).

Probably you created firstly LinkLabels and after other controls.
If you don't like it, the only way I know to correct it, is to manually modify the TabIndex assigned to controls (assigning TabIndex = 0 to another control that is not a LinkLabel).
For example to a TextBox or a Button.
You can also create a not visible and not enabled control and assign to it TabIndex = 0.
This work in the development environment of course.
May be this can be done also programmatically.

I hope this help you.
QuestionBlackBerry Application Pin
Parasmani Swamy13-Oct-08 20:00
Parasmani Swamy13-Oct-08 20:00 
QuestionRe: BlackBerry Application Pin
bhushan kasturiwale17-Nov-08 21:19
bhushan kasturiwale17-Nov-08 21:19 
QuestionRobot navigating via Touch Sensitive Panel Pin
Amrish Deep13-Oct-08 9:10
Amrish Deep13-Oct-08 9:10 
QuestionHow can I secure files on .NET CF Pin
Vimvq198712-Oct-08 7:15
Vimvq198712-Oct-08 7:15 
AnswerRe: How can I secure files on .NET CF Pin
Joel Ivory Johnson4-Nov-08 19:32
professionalJoel Ivory Johnson4-Nov-08 19:32 
QuestionResizing great size images. Pin
Hurricane300012-Oct-08 6:29
Hurricane300012-Oct-08 6:29 
QuestionDeveloping for Nokia E90 (OS: Symbian s60) Pin
Rafferty Uy9-Oct-08 15:22
Rafferty Uy9-Oct-08 15:22 
AnswerRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Hurricane300010-Oct-08 3:09
Hurricane300010-Oct-08 3:09 
GeneralRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Rafferty Uy10-Oct-08 4:59
Rafferty Uy10-Oct-08 4:59 
GeneralRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Hurricane300010-Oct-08 5:38
Hurricane300010-Oct-08 5:38 
GeneralRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Rafferty Uy13-Oct-08 15:41
Rafferty Uy13-Oct-08 15:41 
GeneralRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Hurricane300014-Oct-08 9:13
Hurricane300014-Oct-08 9:13 
GeneralRe: Developing for Nokia E90 (OS: Symbian s60) Pin
Rafferty Uy14-Oct-08 15:40
Rafferty Uy14-Oct-08 15:40 
QuestionDrawing in VB2005 Pin
flamingo29-Oct-08 1:43
flamingo29-Oct-08 1:43 
QuestionHow to clean a PictureBox? Pin
Hurricane30008-Oct-08 8:23
Hurricane30008-Oct-08 8:23 
AnswerRe: How to clean a PictureBox? Pin
Adam Maras8-Oct-08 9:15
Adam Maras8-Oct-08 9:15 
GeneralRe: How to clean a PictureBox? Pin
Hurricane30008-Oct-08 9:27
Hurricane30008-Oct-08 9:27 

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.