Click here to Skip to main content
15,914,368 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: freeze system clock Pin
Christian Graus16-Aug-07 12:31
protectorChristian Graus16-Aug-07 12:31 
GeneralRe: freeze system clock Pin
VIP-CoMmAnDo16-Aug-07 13:21
VIP-CoMmAnDo16-Aug-07 13:21 
AnswerRe: freeze system clock Pin
Luc Pattyn16-Aug-07 12:57
sitebuilderLuc Pattyn16-Aug-07 12:57 
GeneralRe: freeze system clock Pin
VIP-CoMmAnDo16-Aug-07 13:25
VIP-CoMmAnDo16-Aug-07 13:25 
GeneralRe: freeze system clock Pin
Luc Pattyn16-Aug-07 13:44
sitebuilderLuc Pattyn16-Aug-07 13:44 
GeneralRe: freeze system clock Pin
Christian Graus16-Aug-07 14:31
protectorChristian Graus16-Aug-07 14:31 
AnswerRe: freeze system clock Pin
Vasudevan Deepak Kumar17-Aug-07 0:36
Vasudevan Deepak Kumar17-Aug-07 0:36 
QuestionSelect Case VS2005 Express. What is wrong with this [modified] Pin
TheFoZ16-Aug-07 10:40
TheFoZ16-Aug-07 10:40 
Hi.

I am trying to use a select case statement for reading the value in a tag in a control. I use these alot in VBA and either I am not seeing something or the syntax has comlpetely changed

The code I am using is
<br />
For Each ctr In Me.Controls<br />
    Select Case ctr.Tag<br />
         Case Is  "1", "14", "27", "40"<br />
             'Method goes here<br />
    End Select<br />
Next


This code causes a squigly to appear under the "1".

If I change it to Case "1", .... (as it suggests in the MSDN) they all get squiglies.

What am I missing?




-- modified at 16:46 Thursday 16th August, 2007

The FoZ

AnswerRe: Select Case VS2005 Express. What is wrong with this Pin
TheFoZ16-Aug-07 10:52
TheFoZ16-Aug-07 10:52 
QuestionREGEX Pin
ant1xxx16-Aug-07 9:49
ant1xxx16-Aug-07 9:49 
AnswerRe: REGEX Pin
Christian Graus16-Aug-07 11:45
protectorChristian Graus16-Aug-07 11:45 
GeneralRe: REGEX Pin
ant1xxx16-Aug-07 15:31
ant1xxx16-Aug-07 15:31 
QuestionVertical Navigation Menu Pin
ryan11716-Aug-07 8:16
ryan11716-Aug-07 8:16 
AnswerRe: Vertical Navigation Menu Pin
Tom Deketelaere16-Aug-07 21:39
professionalTom Deketelaere16-Aug-07 21:39 
Questioncode to extract or convert image to word document Pin
syed khader16-Aug-07 5:34
syed khader16-Aug-07 5:34 
AnswerRe: code to extract or convert image to word document Pin
Christian Graus16-Aug-07 11:46
protectorChristian Graus16-Aug-07 11:46 
QuestionCreating Word 2007 project Pin
Savas Cilve16-Aug-07 4:23
Savas Cilve16-Aug-07 4:23 
Questioncreate monitoring application Pin
Rupesh Kumar Swami16-Aug-07 4:16
Rupesh Kumar Swami16-Aug-07 4:16 
AnswerRe: create monitoring application Pin
MunsSw19-Aug-07 20:02
MunsSw19-Aug-07 20:02 
QuestionProgramatically select a treeview node Pin
Rob Brookes16-Aug-07 3:48
Rob Brookes16-Aug-07 3:48 
AnswerRe: Programatically select a treeview node Pin
Kschuler16-Aug-07 7:55
Kschuler16-Aug-07 7:55 
GeneralRe: Programatically select a treeview node Pin
Rob Brookes16-Aug-07 8:06
Rob Brookes16-Aug-07 8:06 
GeneralRe: Programatically select a treeview node Pin
Rob Brookes18-Aug-07 14:27
Rob Brookes18-Aug-07 14:27 
GeneralRe: Programatically select a treeview node Pin
Mark Churchill19-Aug-07 15:41
Mark Churchill19-Aug-07 15:41 
GeneralRe: Programatically select a treeview node Pin
Rob Brookes19-Aug-07 22:07
Rob Brookes19-Aug-07 22: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.