Click here to Skip to main content
15,902,938 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: autorun program when cd is inserted Pin
Brad Fackrell28-Oct-04 2:19
Brad Fackrell28-Oct-04 2:19 
GeneralRe: autorun program when cd is inserted Pin
johnjsm28-Oct-04 2:45
johnjsm28-Oct-04 2:45 
GeneralRe: autorun program when cd is inserted Pin
Brad Fackrell28-Oct-04 2:47
Brad Fackrell28-Oct-04 2:47 
GeneralRe: autorun program when cd is inserted Pin
johnjsm28-Oct-04 3:38
johnjsm28-Oct-04 3:38 
GeneralRe: autorun program when cd is inserted Pin
Brad Fackrell28-Oct-04 3:42
Brad Fackrell28-Oct-04 3:42 
General[Message Deleted] Pin
imdx8027-Oct-04 2:20
imdx8027-Oct-04 2:20 
GeneralMigrating from vb6 to vb.net Pin
Anushu27-Oct-04 0:46
Anushu27-Oct-04 0:46 
GeneralSend float and other types as bytes on serial port Pin
aslm26-Oct-04 23:40
aslm26-Oct-04 23:40 
Hi, trying to send a defined type on the serial port, to do that I need to access the bytes for each value in that type.

Lets say I want to send a variable of this type as binary/byte data:

Type test
v1 As Single
v2 As Single
v3 As Long
v4(4) As Single
End Type

How do I get the individual bytes to send, in total 28 bytes in the example abow? Is there a whay to convert this type and others to byte arrays?

And then when recieveing, lets say a single float in binary as 4 bytes on the serial port, how can I transforme that 4 byte array to a single value in visual basic?

regards Me
Generalextract substring using index (VB Script) Pin
xcavin26-Oct-04 23:14
xcavin26-Oct-04 23:14 
GeneralRe: extract substring using index (VB Script) Pin
Dave Kreskowiak27-Oct-04 3:15
mveDave Kreskowiak27-Oct-04 3:15 
GeneralRe: extract substring using index (VB Script) Pin
pigdart31-Oct-04 5:01
pigdart31-Oct-04 5:01 
GeneralUploading Problem Pin
cwayman26-Oct-04 22:10
cwayman26-Oct-04 22:10 
GeneralRe: Uploading Problem Pin
Dave Kreskowiak27-Oct-04 3:12
mveDave Kreskowiak27-Oct-04 3:12 
GeneralRe: Uploading Problem Pin
cwayman27-Oct-04 5:35
cwayman27-Oct-04 5:35 
GeneralRe: Uploading Problem Pin
Dave Kreskowiak28-Oct-04 16:10
mveDave Kreskowiak28-Oct-04 16:10 
GeneralRe: Uploading Problem Pin
cwayman28-Oct-04 21:47
cwayman28-Oct-04 21:47 
QuestionConverter from C++ to vb.net ???? Pin
Dr.Death26-Oct-04 20:27
Dr.Death26-Oct-04 20:27 
AnswerRe: Converter from C++ to vb.net ???? Pin
Dave Kreskowiak27-Oct-04 3:10
mveDave Kreskowiak27-Oct-04 3:10 
Generalnoise level Pin
Hasan sakib26-Oct-04 14:32
sussHasan sakib26-Oct-04 14:32 
GeneralRe: noise level Pin
Christian Graus26-Oct-04 14:48
protectorChristian Graus26-Oct-04 14:48 
Generalrunning applications thru VB.NEt Pin
adi_sie26-Oct-04 11:43
adi_sie26-Oct-04 11:43 
Generalprevent flickering when showing and hiding controls Pin
SveFro26-Oct-04 9:44
SveFro26-Oct-04 9:44 
GeneralException handling in VB.NET db project Pin
Sujitmatrix26-Oct-04 7:54
Sujitmatrix26-Oct-04 7:54 
Generalvb.net regional language support for a database project Pin
Sujitmatrix26-Oct-04 7:53
Sujitmatrix26-Oct-04 7:53 
GeneralYou must implement the Add(System.Object) method - Urgent help needed Pin
RichiLloyd26-Oct-04 6:49
RichiLloyd26-Oct-04 6:49 

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.