Click here to Skip to main content
15,909,091 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: disable tabpages click & click treenode to control pages selected Pin
Dave Kreskowiak23-Nov-10 6:24
mveDave Kreskowiak23-Nov-10 6:24 
QuestionGecko Layout Engine .net Module... Pin
thebiostyle19-Nov-10 12:50
thebiostyle19-Nov-10 12:50 
AnswerRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer21-Nov-10 21:21
Thomas Krojer21-Nov-10 21:21 
GeneralRe: Gecko Layout Engine .net Module... Pin
thebiostyle22-Nov-10 6:22
thebiostyle22-Nov-10 6:22 
GeneralRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer22-Nov-10 21:40
Thomas Krojer22-Nov-10 21:40 
AnswerRe: Gecko Layout Engine .net Module... Pin
Eddy Vluggen22-Nov-10 7:18
professionalEddy Vluggen22-Nov-10 7:18 
QuestionUsing Serial Port to communicate HEX Pin
RyJaBy19-Nov-10 3:10
RyJaBy19-Nov-10 3:10 
AnswerRe: Using Serial Port to communicate HEX Pin
Luc Pattyn19-Nov-10 3:28
sitebuilderLuc Pattyn19-Nov-10 3:28 
A serial port can transmit arbitrary byte values (i.e. binary data) as well as textual data.
The former is supported by methods such as SerialPort.Read() and Write(), the latter by ReadChar(), ReadLine() and more.

Not sure what you mean by "HEX format". Is it just binary data? use Read/Write! Is it text according to some specific format (such as Intel Hex, Motorola S-records, whatever), build your string and send it, or receive your string and decode it.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


Questiontwo UDP socket on the same machine.. Pin
jainiraj18-Nov-10 18:45
jainiraj18-Nov-10 18:45 
AnswerRe: two UDP socket on the same machine.. Pin
Luc Pattyn18-Nov-10 18:59
sitebuilderLuc Pattyn18-Nov-10 18:59 
JokeRe: two UDP socket on the same machine.. Pin
DaveAuld18-Nov-10 23:42
professionalDaveAuld18-Nov-10 23:42 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 1:59
sitebuilderLuc Pattyn19-Nov-10 1:59 
GeneralRe: two UDP socket on the same machine.. Pin
_Erik_19-Nov-10 3:58
_Erik_19-Nov-10 3:58 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 4:01
sitebuilderLuc Pattyn19-Nov-10 4:01 
AnswerRe: two UDP socket on the same machine.. Pin
MikeD 219-Nov-10 2:45
MikeD 219-Nov-10 2:45 
QuestionFile name in a cell [SOLVED] Pin
vijay248218-Nov-10 5:14
vijay248218-Nov-10 5:14 
AnswerRe: File name in a cell Pin
Dave Kreskowiak18-Nov-10 5:57
mveDave Kreskowiak18-Nov-10 5:57 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 20:13
vijay248218-Nov-10 20:13 
AnswerRe: File name in a cell Pin
Tarun.K.S18-Nov-10 18:55
Tarun.K.S18-Nov-10 18:55 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 20:12
vijay248218-Nov-10 20:12 
GeneralRe: File name in a cell Pin
Tarun.K.S18-Nov-10 20:45
Tarun.K.S18-Nov-10 20:45 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 21:27
vijay248218-Nov-10 21:27 
GeneralRe: File name in a cell Pin
Tarun.K.S18-Nov-10 22:26
Tarun.K.S18-Nov-10 22:26 
GeneralRe: File name in a cell Pin
vijay248218-Nov-10 22:48
vijay248218-Nov-10 22:48 
GeneralRe: File name in a cell Pin
thatraja20-Nov-10 3:44
professionalthatraja20-Nov-10 3:44 

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.