Click here to Skip to main content
16,010,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: Convert Into Integer Pin
Wayne Gaylard23-Feb-10 21:58
professionalWayne Gaylard23-Feb-10 21:58 
You just need to use the Convert class. i.e txtResult.Text = Convert.ToDecimal("0x10", 16). The firat parameter is your Hex figure as a string, and the second parameter is the base to whch you want to convert from(can only be 2,8,10,16). Convert also has different functions to convert to int16, int32, short, long etc. Just type Convert. and intellisense will give you all the options.
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 
Questionsqlserver is installed in system or not??? [modified] Pin
mehrnoosh22-Feb-10 19:37
mehrnoosh22-Feb-10 19:37 

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.