Click here to Skip to main content
15,887,267 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CopyMemory in VB.Net Pin
Luc Pattyn18-Jun-09 5:30
sitebuilderLuc Pattyn18-Jun-09 5:30 
QuestionWork on Ctrl +C in PropertyGridSelectedItem Pin
VB 8.018-Jun-09 0:57
VB 8.018-Jun-09 0:57 
QuestionVisual Basic Pin
ibrahimsaa17-Jun-09 20:29
ibrahimsaa17-Jun-09 20:29 
AnswerRe: Visual Basic Pin
Rajesh Anuhya17-Jun-09 20:35
professionalRajesh Anuhya17-Jun-09 20:35 
AnswerRe: Visual Basic Pin
0x3c017-Jun-09 20:47
0x3c017-Jun-09 20:47 
GeneralRe: Visual Basic Pin
LCARS x3217-Jun-09 21:05
LCARS x3217-Jun-09 21:05 
GeneralRe: Visual Basic Pin
0x3c017-Jun-09 23:24
0x3c017-Jun-09 23:24 
GeneralRe: Visual Basic Pin
Netblue18-Jun-09 9:05
Netblue18-Jun-09 9:05 
Most .net is the same between the two really, the following is shorter in vb

Select Case number
Case 0
'do something
Case 1
'do something
Case 2
'do something
Case 3
'do something
End Select

I prefer the case insensitivity in vb, strSomething and strsomething should NOT be different, it is not obvious enough when your flying through the code that someone else wrote. And obvious errors are the easiest to discover.

See: http://www.joelonsoftware.com/articles/Wrong.html[^]

Proudly drinking the finest Maryland craft beer. Visiting Maryland for business? First round is on me!

GeneralRe: Visual Basic Pin
dan!sh 17-Jun-09 21:25
professional dan!sh 17-Jun-09 21:25 
GeneralRe: Visual Basic Pin
0x3c017-Jun-09 23:36
0x3c017-Jun-09 23:36 
AnswerRe: Visual Basic Pin
Christian Graus17-Jun-09 21:54
protectorChristian Graus17-Jun-09 21:54 
JokeRe: Visual Basic Pin
Tom Deketelaere17-Jun-09 23:29
professionalTom Deketelaere17-Jun-09 23:29 
GeneralRe: Visual Basic Pin
Luc Pattyn18-Jun-09 0:47
sitebuilderLuc Pattyn18-Jun-09 0:47 
GeneralRe: Visual Basic Pin
Tom Deketelaere18-Jun-09 1:23
professionalTom Deketelaere18-Jun-09 1:23 
GeneralRe: Visual Basic Pin
Netblue18-Jun-09 9:07
Netblue18-Jun-09 9:07 
AnswerRe: Visual Basic Pin
Jon_Boy18-Jun-09 1:33
Jon_Boy18-Jun-09 1:33 
AnswerRe: Visual Basic Pin
Steven J Jowett18-Jun-09 5:00
Steven J Jowett18-Jun-09 5:00 
QuestionMicrosoft Cluster Administration Pin
dhanashree_117-Jun-09 9:16
dhanashree_117-Jun-09 9:16 
AnswerRe: Microsoft Cluster Administration Pin
Dave Kreskowiak17-Jun-09 10:24
mveDave Kreskowiak17-Jun-09 10:24 
Questionvb.net developer [modified] Pin
grunfek17-Jun-09 7:26
grunfek17-Jun-09 7:26 
AnswerRe: vb.net developer Pin
Jon_Boy17-Jun-09 7:42
Jon_Boy17-Jun-09 7:42 
AnswerRe: vb.net developer Pin
Dave Kreskowiak17-Jun-09 8:16
mveDave Kreskowiak17-Jun-09 8:16 
AnswerRe: vb.net developer Pin
Christian Graus17-Jun-09 11:20
protectorChristian Graus17-Jun-09 11:20 
Question[VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 6:18
cavemen17-Jun-09 6:18 
AnswerRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 8:14
mveDave Kreskowiak17-Jun-09 8:14 

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.