I just started learlning Visual Basics 2008. I seriously need help on my VB project. I'm very weak in VB. Thank You!!!
HI!!
Started by unleashed-my-freedom, Nov 14 2009 06:56 PM
8 replies to this topic
#1
Posted 14 November 2009 - 06:56 PM
|
|
|
#2
Posted 14 November 2009 - 07:29 PM
Welcome aboard!
#3
Guest_Jordan_*
Posted 14 November 2009 - 07:48 PM
Guest_Jordan_*
Welcome to CodeCall!
#4
Posted 15 November 2009 - 01:36 AM
Welcome to CodeCall :D How much have you been using Visual Basic?
#5
Posted 15 November 2009 - 09:48 AM
#6
Posted 15 November 2009 - 10:49 AM
Welcome mate :)
#7
Posted 23 November 2009 - 06:00 AM
Hi, Welcome To CodeCall
#8
Posted 03 December 2009 - 05:48 AM
Can someone tell me what is access key and tab order and how to use them in VB?
URGENT!!!
My test is coming soon.
Thank you
URGENT!!!
My test is coming soon.
Thank you
#9
Posted 05 December 2009 - 01:02 AM
Hello. You can set the an access key for a control by putting an '&' before a character in the text property. This allows the user to select the control directly from the keyboard. For instance, if you write E&xit in the exitButton's text property, you can select the button by pressing 'x'. The Tab Order is the sequence that the application will cycle through controls when the user presses the tab key. You can access it under the View options.


Sign In
Create Account

Back to top









