Click here to Skip to main content
15,894,343 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Byte array problem Pin
Guffa27-Feb-07 22:45
Guffa27-Feb-07 22:45 
loksiu01 wrote:
buffer(0) = &HA55A ' wrong


The value &HA55A is a two byte value. That should be:

buffer(0) = &HA5
buffer(1) = &H5A

or perhaps the other way around, depending on the endianess used.

loksiu01 wrote:
buffer(1) = cmd ' wrong


What's wrong with that (except that the command will be the third byte, not the second byte)?

loksiu01 wrote:
buffer(3) = crcresult
' may be wrong


Why do you think that?

---
single minded; short sighted; long gone;

GeneralRe: Byte array problem Pin
loksiu0128-Feb-07 4:51
loksiu0128-Feb-07 4:51 
AnswerRe: Byte array problem Pin
Guffa28-Feb-07 14:15
Guffa28-Feb-07 14:15 
QuestionVB.NET Midi Player/Editor Pin
RichardBerry27-Feb-07 20:35
RichardBerry27-Feb-07 20:35 
QuestionDateDiff for days and time Pin
steve_rm27-Feb-07 20:04
steve_rm27-Feb-07 20:04 
AnswerRe: DateDiff for days and time Pin
Sachin Gokhale27-Feb-07 20:21
Sachin Gokhale27-Feb-07 20:21 
QuestionRe: DateDiff for days and time Pin
steve_rm27-Feb-07 21:59
steve_rm27-Feb-07 21:59 
Questionconnection string Pin
balakpn27-Feb-07 19:19
balakpn27-Feb-07 19:19 
AnswerRe: connection string Pin
Tamimi - Code27-Feb-07 19:28
Tamimi - Code27-Feb-07 19:28 
AnswerRe: connection string Pin
samerh27-Feb-07 21:15
samerh27-Feb-07 21:15 
QuestionPrint Screen Function? Pin
Yep-ItsMe27-Feb-07 18:59
Yep-ItsMe27-Feb-07 18:59 
AnswerRe: Print Screen Function? Pin
Harini N K27-Feb-07 19:13
Harini N K27-Feb-07 19:13 
GeneralRe: Print Screen Function? Pin
Yep-ItsMe28-Feb-07 3:49
Yep-ItsMe28-Feb-07 3:49 
Questionwhy aint my else working!! Pin
harveyhanson27-Feb-07 16:26
harveyhanson27-Feb-07 16:26 
AnswerRe: why aint my else working!! Pin
Christian Graus27-Feb-07 17:00
protectorChristian Graus27-Feb-07 17:00 
AnswerRe: why aint my else working!! Pin
Guffa27-Feb-07 22:56
Guffa27-Feb-07 22:56 
QuestionCreate Share Folder in VB.NET Pin
alexfromto27-Feb-07 14:26
alexfromto27-Feb-07 14:26 
AnswerRe: Create Share Folder in VB.NET Pin
Dave Kreskowiak28-Feb-07 1:55
mveDave Kreskowiak28-Feb-07 1:55 
GeneralRe: Create Share Folder in VB.NET Pin
alexfromto1-Mar-07 9:38
alexfromto1-Mar-07 9:38 
GeneralRe: Create Share Folder in VB.NET Pin
Dave Kreskowiak1-Mar-07 14:25
mveDave Kreskowiak1-Mar-07 14:25 
GeneralRe: Create Share Folder in VB.NET Pin
alexfromto2-Mar-07 3:16
alexfromto2-Mar-07 3:16 
GeneralRe: Create Share Folder in VB.NET Pin
Wrongway432125-Sep-07 9:30
Wrongway432125-Sep-07 9:30 
Questionposition messagebox? Pin
cstrader23227-Feb-07 13:30
cstrader23227-Feb-07 13:30 
AnswerRe: position messagebox? Pin
Dave Kreskowiak27-Feb-07 13:42
mveDave Kreskowiak27-Feb-07 13:42 
QuestionWeb automation and scraping? Pin
chantymalo27-Feb-07 11:08
chantymalo27-Feb-07 11:08 

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.