Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help Pin
Luc Pattyn16-Apr-09 13:33
sitebuilderLuc Pattyn16-Apr-09 13:33 
GeneralRe: Help Pin
Christian Graus16-Apr-09 14:53
protectorChristian Graus16-Apr-09 14:53 
JokeRe: Help Pin
Zaegra16-Apr-09 20:29
Zaegra16-Apr-09 20:29 
GeneralRe: Help Pin
Jay Royall16-Apr-09 21:56
Jay Royall16-Apr-09 21:56 
AnswerRe: Help Pin
CPallini16-Apr-09 12:47
mveCPallini16-Apr-09 12:47 
GeneralRe: Help Pin
0x3c017-Apr-09 0:38
0x3c017-Apr-09 0:38 
GeneralRe: Help Pin
Dave Kreskowiak17-Apr-09 3:22
mveDave Kreskowiak17-Apr-09 3:22 
QuestionBitConverter - what am I missing? Pin
dan mur16-Apr-09 11:25
dan mur16-Apr-09 11:25 
OK guys....

I have two hex bytes which I want to convert into a decimal number. Lets say, for instance, 3A2D, or 14893.

Here's what I am doing:

Dim msg As Byte() = New Byte(2) {}
msg(0) = &H3A
msg(1) = &H2D


MsgBox(BitConverter.ToUInt16(msg, 0))


Why does VB give me a completely different number (11578)? What's the correct way to accomplish this?

Thanks,
Dan
AnswerRe: BitConverter - what am I missing? Pin
Luc Pattyn16-Apr-09 11:31
sitebuilderLuc Pattyn16-Apr-09 11:31 
GeneralRe: BitConverter - what am I missing? Pin
dan mur16-Apr-09 13:04
dan mur16-Apr-09 13:04 
GeneralRe: BitConverter - what am I missing? Pin
Luc Pattyn16-Apr-09 13:44
sitebuilderLuc Pattyn16-Apr-09 13:44 
QuestionHow to disable ctrl c, ctrl p and print screen in Web Browser Control - URGENT Pin
AndyASPVB16-Apr-09 11:15
AndyASPVB16-Apr-09 11:15 
AnswerRe: How to disable ctrl c, ctrl p and print screen in Web Browser Control - URGENT Pin
Dave Kreskowiak16-Apr-09 12:51
mveDave Kreskowiak16-Apr-09 12:51 
Generalmanagement student Pin
tranvantrung16-Apr-09 7:37
tranvantrung16-Apr-09 7:37 
GeneralRe: management student Pin
Henry Minute16-Apr-09 8:55
Henry Minute16-Apr-09 8:55 
GeneralRe: management student Pin
Luc Pattyn16-Apr-09 9:04
sitebuilderLuc Pattyn16-Apr-09 9:04 
GeneralRe: management student Pin
Henry Minute16-Apr-09 9:10
Henry Minute16-Apr-09 9:10 
GeneralRe: management student Pin
Luc Pattyn16-Apr-09 9:18
sitebuilderLuc Pattyn16-Apr-09 9:18 
GeneralRe: management student Pin
Eddy Vluggen16-Apr-09 10:09
professionalEddy Vluggen16-Apr-09 10:09 
GeneralRe: management student Pin
Christian Graus16-Apr-09 12:26
protectorChristian Graus16-Apr-09 12:26 
GeneralRe: management student Pin
tranvantrung17-Apr-09 5:05
tranvantrung17-Apr-09 5:05 
GeneralRe: management student Pin
Paul Conrad17-Apr-09 16:54
professionalPaul Conrad17-Apr-09 16:54 
QuestionSigining the script...... Pin
p_196016-Apr-09 2:56
p_196016-Apr-09 2:56 
AnswerRe: Sigining the script...... Pin
Dave Kreskowiak16-Apr-09 4:13
mveDave Kreskowiak16-Apr-09 4:13 
GeneralRe: Sigining the script...... Pin
p_196017-Apr-09 1:04
p_196017-Apr-09 1:04 

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.