Click here to Skip to main content
15,881,248 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTiff Image Pin
Ramuv4-May-07 21:44
Ramuv4-May-07 21:44 
Questionshortcut key Pin
Sonia Gupta4-May-07 20:48
Sonia Gupta4-May-07 20:48 
AnswerRe: shortcut key Pin
Rupesh Kumar Swami4-May-07 21:52
Rupesh Kumar Swami4-May-07 21:52 
QuestionRe: shortcut key Pin
Sonia Gupta4-May-07 22:32
Sonia Gupta4-May-07 22:32 
AnswerRe: shortcut key [modified] Pin
Rupesh Kumar Swami4-May-07 23:35
Rupesh Kumar Swami4-May-07 23:35 
GeneralRe: shortcut key Pin
Sonia Gupta5-May-07 0:52
Sonia Gupta5-May-07 0:52 
Questionimmediate window Pin
Sonia Gupta4-May-07 20:38
Sonia Gupta4-May-07 20:38 
AnswerRe: immediate window Pin
Xandip4-May-07 22:32
Xandip4-May-07 22:32 
its to find the value of any int/char/string...

suppose you have a string STR that stores the value 'ABC' at runtime.

debug the project. after you have passed the line where this STR becomes equal to 'ABC', open up the immediate window and type '?STR' and press the enter key. you will see the value 'ABC' returned.

this is the same with any variable or any property of the objects.

try this..

when debugging, take the imm. window and enter '?Me.Name'. you can see the current form's name..
QuestionRe: immediate window Pin
Sonia Gupta4-May-07 22:34
Sonia Gupta4-May-07 22:34 
AnswerRe: immediate window Pin
Xandip4-May-07 22:41
Xandip4-May-07 22:41 
AnswerRe: immediate window Pin
Dave Kreskowiak5-May-07 3:46
mveDave Kreskowiak5-May-07 3:46 
QuestionLogin Form Pin
Hakmeh Mohannad4-May-07 13:23
Hakmeh Mohannad4-May-07 13:23 
AnswerRe: Login Form Pin
Paul Conrad4-May-07 13:58
professionalPaul Conrad4-May-07 13:58 
AnswerRe: Login Form [modified] Pin
Xandip4-May-07 22:35
Xandip4-May-07 22:35 
AnswerRe: Login Form Pin
Hakmeh Mohannad6-May-07 23:55
Hakmeh Mohannad6-May-07 23:55 
QuestionSorting ListViewSubItems Pin
weirbear4-May-07 11:50
weirbear4-May-07 11:50 
QuestionMonochrome uncompressed BMp Saving in vb.ne Pin
satishns4-May-07 8:24
satishns4-May-07 8:24 
QuestionHow to search through arrays Pin
HurricaneDan4-May-07 7:17
HurricaneDan4-May-07 7:17 
AnswerRe: How to search through arrays Pin
Dave Kreskowiak4-May-07 7:37
mveDave Kreskowiak4-May-07 7:37 
GeneralRe: How to search through arrays Pin
HurricaneDan4-May-07 8:42
HurricaneDan4-May-07 8:42 
AnswerRe: How to search through arrays Pin
nlarson114-May-07 7:47
nlarson114-May-07 7:47 
GeneralRe: How to search through arrays Pin
HurricaneDan4-May-07 8:42
HurricaneDan4-May-07 8:42 
QuestionXML -> VB.NET -> SQL Pin
Ziaous4-May-07 6:26
Ziaous4-May-07 6:26 
AnswerRe: XML -> VB.NET -> SQL Pin
Kevin Nicol4-May-07 6:49
Kevin Nicol4-May-07 6:49 
GeneralRe: XML -> VB.NET -> SQL Pin
Ziaous4-May-07 7:52
Ziaous4-May-07 7:52 

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.