Click here to Skip to main content
15,888,816 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Studio Installer Pin
Steve S16-May-04 23:07
Steve S16-May-04 23:07 
GeneralRe: Visual Studio Installer Pin
RichardGrimmer17-May-04 0:42
RichardGrimmer17-May-04 0:42 
GeneralRe: Visual Studio Installer Pin
Steve S17-May-04 1:03
Steve S17-May-04 1:03 
GeneralRe: Visual Studio Installer Pin
RichardGrimmer17-May-04 4:26
RichardGrimmer17-May-04 4:26 
GeneralRe: Visual Studio Installer Pin
Steve S17-May-04 23:24
Steve S17-May-04 23:24 
GeneralA very small query Pin
r i s h a b h s16-May-04 21:08
r i s h a b h s16-May-04 21:08 
GeneralRe: A very small query Pin
RichardGrimmer16-May-04 21:46
RichardGrimmer16-May-04 21:46 
GeneralRe: A very small query Pin
Dave Kreskowiak17-May-04 0:38
mveDave Kreskowiak17-May-04 0:38 
Yes, you could call it a reserved word. The '#' character has the following uses:

As a Double type specifier. These two statements are identical:
Dim myDbl As Double
Dim myDbl#

and this will denote the number should be treated as a Double:
myDbl = 123.45#

As the prefix to a compiler directive:
#Const Version = "1.0"
#Region "This is a Region directive"
#EndRegion



RageInTheMachine9532
GeneralMaking some Text of RichTextBox Readonly Pin
Het210916-May-04 19:09
Het210916-May-04 19:09 
GeneralRe: Making some Text of RichTextBox Readonly Pin
RichardGrimmer16-May-04 21:47
RichardGrimmer16-May-04 21:47 
GeneralRe: Making some Text of RichTextBox Readonly Pin
Het210916-May-04 22:31
Het210916-May-04 22:31 
GeneralRe: Making some Text of RichTextBox Readonly Pin
Dave Kreskowiak17-May-04 0:31
mveDave Kreskowiak17-May-04 0:31 
GeneralRe: Making some Text of RichTextBox Readonly Pin
Het210917-May-04 0:49
Het210917-May-04 0:49 
GeneralRe: Making some Text of RichTextBox Readonly Pin
Dave Kreskowiak17-May-04 3:05
mveDave Kreskowiak17-May-04 3:05 
GeneralRe: Making some Text of RichTextBox Readonly Pin
VBGuruWantabe17-May-04 10:53
VBGuruWantabe17-May-04 10:53 
Questionhow to control the network bandwidth Pin
victor_virus16-May-04 15:16
victor_virus16-May-04 15:16 
AnswerRe: how to control the network bandwidth Pin
Dave Kreskowiak17-May-04 0:25
mveDave Kreskowiak17-May-04 0:25 
AnswerRe: how to control the network bandwidth Pin
VBGuruWantabe17-May-04 11:03
VBGuruWantabe17-May-04 11:03 
Generalto database or not to database Pin
rigamonk16-May-04 10:29
rigamonk16-May-04 10:29 
GeneralRe: to database or not to database Pin
Mike Ellison16-May-04 10:48
Mike Ellison16-May-04 10:48 
GeneralRe: to database or not to database Pin
VBGuruWantabe17-May-04 11:00
VBGuruWantabe17-May-04 11:00 
GeneralRe: to database or not to database Pin
VBGuruWantabe17-May-04 11:02
VBGuruWantabe17-May-04 11:02 
GeneralVB6 - Open the DOS window Pin
xfitr216-May-04 9:57
xfitr216-May-04 9:57 
GeneralRe: VB6 - Open the DOS window Pin
VBGuruWantabe17-May-04 11:11
VBGuruWantabe17-May-04 11:11 
Generalgetting paint even to fire on button click Pin
kowplunk15-May-04 16:24
kowplunk15-May-04 16:24 

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.