Click here to Skip to main content
15,895,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
jacobjordan4-Jul-08 16:10
jacobjordan4-Jul-08 16:10 
GeneralRe: Telling the computer to shutdown, restart, standby, and hibernate Pin
jzonthemtn4-Jul-08 16:37
jzonthemtn4-Jul-08 16:37 
QuestionJust wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 10:46
LloydA1114-Jul-08 10:46 
AnswerRe: Just wondering about the/any differences in this code? Pin
jacobjordan4-Jul-08 12:03
jacobjordan4-Jul-08 12:03 
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 12:04
LloydA1114-Jul-08 12:04 
GeneralRe: Just wondering about the/any differences in this code? Pin
Christian Graus4-Jul-08 12:07
protectorChristian Graus4-Jul-08 12:07 
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 13:15
LloydA1114-Jul-08 13:15 
GeneralRe: Just wondering about the/any differences in this code? Pin
supercat94-Jul-08 13:19
supercat94-Jul-08 13:19 
In VB.net, it is necessary to enclose an identifier in brackets if (1) the identifier matches the name of a keyword, and (2) the identifier is used in a context where the keyword would be valid. Enclosing an identifier is harmless in any case (except, of course, when what one really wants is the keyword).

I would expect that some programmers habitually enclose in brackets identifiers that would be valid as keywords in any context, rather than try to worry about contexts where they might be mistaken as keywords.

As for the parentheses around the string literal, I see no particular reason for them. They're harmless, but pointless.
GeneralRe: Just wondering about the/any differences in this code? Pin
LloydA1114-Jul-08 13:23
LloydA1114-Jul-08 13:23 
QuestionForm Multipanel Pin
zagari4-Jul-08 9:24
zagari4-Jul-08 9:24 
AnswerRe: Form Multipanel Pin
Christian Graus4-Jul-08 9:46
protectorChristian Graus4-Jul-08 9:46 
QuestionHow to show desktop from an application Pin
jacobjordan4-Jul-08 9:23
jacobjordan4-Jul-08 9:23 
AnswerRe: How to show desktop from an application Pin
Christian Graus4-Jul-08 9:46
protectorChristian Graus4-Jul-08 9:46 
AnswerRe: How to show desktop from an application Pin
jzonthemtn4-Jul-08 9:46
jzonthemtn4-Jul-08 9:46 
AnswerRe: How to show desktop from an application Pin
DaveyM694-Jul-08 10:34
professionalDaveyM694-Jul-08 10:34 
QuestionHow to draw on an image Pin
asteriskgr4-Jul-08 8:29
asteriskgr4-Jul-08 8:29 
AnswerRe: How to draw on an image Pin
Christian Graus4-Jul-08 9:45
protectorChristian Graus4-Jul-08 9:45 
AnswerRe: How to draw on an image Pin
sa_runner7-Jul-08 4:14
sa_runner7-Jul-08 4:14 
QuestionData Gridview colume hiding Pin
rajesh_ncc4-Jul-08 3:53
rajesh_ncc4-Jul-08 3:53 
AnswerRe: Data Gridview colume hiding Pin
Rupesh Kumar Swami4-Jul-08 4:04
Rupesh Kumar Swami4-Jul-08 4:04 
Questionvb6 adodc delete Pin
Amit Battan Ror4-Jul-08 3:04
Amit Battan Ror4-Jul-08 3:04 
AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:23
professionalVimalsoft(Pty) Ltd4-Jul-08 4:23 
AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd9-Jul-08 4:54
professionalVimalsoft(Pty) Ltd9-Jul-08 4:54 
QuestionGet value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 2:33
Sarfaraj Ahmed4-Jul-08 2:33 
AnswerRe: Get value from Mutiple fom Pin
nlarson114-Jul-08 3:07
nlarson114-Jul-08 3:07 

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.