Click here to Skip to main content
15,891,529 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Record Audio From Microphone Pin
JamesS[C1]25-Sep-07 3:49
JamesS[C1]25-Sep-07 3:49 
AnswerRe: Record Audio From Microphone Pin
Eddy Vluggen6-Nov-09 8:13
professionalEddy Vluggen6-Nov-09 8:13 
QuestionGet Computer Name Using VB6 Pin
Widgets14-Sep-07 15:05
Widgets14-Sep-07 15:05 
AnswerRe: Get Computer Name Using VB6 Pin
nitin314-Sep-07 19:46
nitin314-Sep-07 19:46 
AnswerRe: Get Computer Name Using VB6 Pin
Dave Kreskowiak15-Sep-07 2:34
mveDave Kreskowiak15-Sep-07 2:34 
QuestionThe meaning of the # in VB Pin
Andy20214-Sep-07 11:16
Andy20214-Sep-07 11:16 
AnswerRe: The meaning of the # in VB Pin
Dave Kreskowiak14-Sep-07 12:45
mveDave Kreskowiak14-Sep-07 12:45 
AnswerRe: The meaning of the # in VB Pin
Dave Doknjas14-Sep-07 13:46
Dave Doknjas14-Sep-07 13:46 
This is one of the older style type suffix characters (e.g., #, $, %,...).
You can still even declare variables without specifying a type with these (e.g., Dim myDouble# - not recommended though). This is outdated syntax that should be purged from the language.

I would recommend using the newer type suffix 'R' for this case. ('R' for double literals, 'D' for decimal literals, 'S' for short literals, 'I' for integer literals, 'UI' for unsigned integer, and 'US' for unsigned short).


David Anton
http://www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
C++ to C# Converter: converts C++ to C#
C++ to VB Converter: converts C++ to VB
C++ to Java Converter: converts C++ to Java
Instant C++: converts C# to C++/CLI and VB to C++/CLI

QuestionRounding Question [modified] Pin
Hags14-Sep-07 10:25
Hags14-Sep-07 10:25 
AnswerRe: Rounding Question Pin
Dave Kreskowiak14-Sep-07 12:41
mveDave Kreskowiak14-Sep-07 12:41 
Questionradio button vb.net 1.1 Pin
mshytech14-Sep-07 8:04
professionalmshytech14-Sep-07 8:04 
AnswerRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 9:16
mveDave Kreskowiak14-Sep-07 9:16 
GeneralRe: radio button vb.net 1.1 Pin
mshytech14-Sep-07 9:43
professionalmshytech14-Sep-07 9:43 
AnswerRe: radio button vb.net 1.1 [modified] Pin
Taylor Kobani14-Sep-07 9:27
Taylor Kobani14-Sep-07 9:27 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 9:29
mveDave Kreskowiak14-Sep-07 9:29 
GeneralRe: radio button vb.net 1.1 Pin
Taylor Kobani14-Sep-07 9:46
Taylor Kobani14-Sep-07 9:46 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 10:22
mveDave Kreskowiak14-Sep-07 10:22 
AnswerRe: radio button vb.net 1.1 Pin
rohitsrivastava14-Sep-07 23:39
rohitsrivastava14-Sep-07 23:39 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak15-Sep-07 2:24
mveDave Kreskowiak15-Sep-07 2:24 
GeneralRe: radio button vb.net 1.1 Pin
Paul Conrad15-Sep-07 3:49
professionalPaul Conrad15-Sep-07 3:49 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak15-Sep-07 6:05
mveDave Kreskowiak15-Sep-07 6:05 
GeneralRe: radio button vb.net 1.1 Pin
mshytech17-Sep-07 10:36
professionalmshytech17-Sep-07 10:36 
GeneralRe: radio button vb.net 1.1 Pin
mshytech18-Sep-07 10:26
professionalmshytech18-Sep-07 10:26 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak18-Sep-07 12:16
mveDave Kreskowiak18-Sep-07 12:16 
GeneralRe: radio button vb.net 1.1 Pin
mshytech19-Sep-07 2:52
professionalmshytech19-Sep-07 2: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.