Click here to Skip to main content
15,916,188 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
DaveAuld24-Feb-10 2:07
professionalDaveAuld24-Feb-10 2:07 
GeneralRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
Eddy Vluggen24-Feb-10 1:43
professionalEddy Vluggen24-Feb-10 1:43 
GeneralRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
Dave Kreskowiak24-Feb-10 2:03
mveDave Kreskowiak24-Feb-10 2:03 
GeneralRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
Gideon Engelberth24-Feb-10 5:42
Gideon Engelberth24-Feb-10 5:42 
GeneralRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
Dave Kreskowiak24-Feb-10 5:52
mveDave Kreskowiak24-Feb-10 5:52 
AnswerRe: Problem with If Then Else End If block in Visual Studio 2008 code editor Pin
DaveAuld24-Feb-10 1:29
professionalDaveAuld24-Feb-10 1:29 
QuestionConvert Into Integer [modified] Pin
Anubhava Dimri23-Feb-10 21:10
Anubhava Dimri23-Feb-10 21:10 
AnswerRe: Convert Into Integer Pin
Thomas Krojer23-Feb-10 21:45
Thomas Krojer23-Feb-10 21:45 
The VB way to write hex numbers is to use the prefix "&H".

consider this example:

Dim hexNumber As String
Dim hexValue As Integer

hexNumber = "&H10"
hexValue = Microsoft.VisualBasic.Conversion.Int(hexNumber)
MessageBox.Show(hexValue)

AnswerRe: Convert Into Integer Pin
Wayne Gaylard23-Feb-10 21:58
professionalWayne Gaylard23-Feb-10 21:58 
GeneralRe: Convert Into Integer Pin
Thomas Krojer23-Feb-10 22:34
Thomas Krojer23-Feb-10 22:34 
GeneralRe: Convert Into Integer Pin
Wayne Gaylard23-Feb-10 23:27
professionalWayne Gaylard23-Feb-10 23:27 
GeneralRe: Convert Into Integer Pin
Thomas Krojer23-Feb-10 23:47
Thomas Krojer23-Feb-10 23:47 
AnswerRe: Convert Into Integer Pin
Richard MacCutchan23-Feb-10 22:10
mveRichard MacCutchan23-Feb-10 22:10 
GeneralRe: Convert Into Integer Pin
Anubhava Dimri23-Feb-10 22:16
Anubhava Dimri23-Feb-10 22:16 
AnswerRe: Convert Into Integer Pin
David Skelly24-Feb-10 1:52
David Skelly24-Feb-10 1:52 
QuestionExcel 2007 Macro/VB Question DDE Question Pin
ProTrader2223-Feb-10 15:39
ProTrader2223-Feb-10 15:39 
AnswerRe: Excel 2007 Macro/VB Question DDE Question Pin
TheComputerMan25-Feb-10 1:22
TheComputerMan25-Feb-10 1:22 
QuestionHow to dispose cleanup object inside a class that inherits the treenode class [modified] Pin
andre de jong22-Feb-10 20:16
andre de jong22-Feb-10 20:16 
AnswerRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
Dave Kreskowiak23-Feb-10 3:52
mveDave Kreskowiak23-Feb-10 3:52 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
andre de jong23-Feb-10 4:58
andre de jong23-Feb-10 4:58 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
Dave Kreskowiak23-Feb-10 6:53
mveDave Kreskowiak23-Feb-10 6:53 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
andre de jong23-Feb-10 8:12
andre de jong23-Feb-10 8:12 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
Dave Kreskowiak23-Feb-10 9:05
mveDave Kreskowiak23-Feb-10 9:05 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
andre de jong23-Feb-10 10:44
andre de jong23-Feb-10 10:44 
GeneralRe: How to dispose cleanup object inside a class that inherits the treenode class Pin
Dave Kreskowiak23-Feb-10 11:48
mveDave Kreskowiak23-Feb-10 11:48 

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.