Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Pete O'Hanlon23-Mar-11 6:45
mvePete O'Hanlon23-Mar-11 6:45 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa23-Mar-11 6:52
Eder Sa23-Mar-11 6:52 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Pete O'Hanlon23-Mar-11 23:07
mvePete O'Hanlon23-Mar-11 23:07 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eddy Vluggen23-Mar-11 8:54
professionalEddy Vluggen23-Mar-11 8:54 
AnswerRe: How to improve listbox databind in WIndows Mobile 6 Pin
Nitheesh George24-Mar-11 2:56
Nitheesh George24-Mar-11 2:56 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Pete O'Hanlon24-Mar-11 3:16
mvePete O'Hanlon24-Mar-11 3:16 
QuestionProblem With sending values via serial port Pin
Honeyboy_2022-Mar-11 9:02
Honeyboy_2022-Mar-11 9:02 
AnswerRe: Problem With sending values via serial port Pin
Luc Pattyn22-Mar-11 9:15
sitebuilderLuc Pattyn22-Mar-11 9:15 
Honeyboy_20 wrote:
I have problem when I am try to send byte to serial port.
for example
int x=153;
when i get the hexa decimal of 153 it's 99
but when I am try to send it , it appear as 3F but I want it to be 99 as hexa decimal

There is more text than information here. It needs dissecting.

Honeyboy_20 wrote:
I have problem when I am try to send byte to serial port.

that is not a question. And neither is the rest of your message. So I will ask some questions you can think about.

Honeyboy_20 wrote:
int x=153;

why would you need an int if you want to send a byte. How about declaring a byte instead?

Honeyboy_20 wrote:
when i get the hexa decimal of 153 it's 99

why would you need hex at all? how is that relevant? you can send bytes through a serial port, no matter what values they contain or whatever they represent.

Honeyboy_20 wrote:
but when I am try to send it , it appear as 3F

that is a bit of a surprise. there must be some magical code involved here. I have a rough idea how one could do it, but hey, I trust your code is much better than that.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Problem With sending values via serial port Pin
Richard MacCutchan22-Mar-11 9:39
mveRichard MacCutchan22-Mar-11 9:39 
GeneralRe: Problem With sending values via serial port Pin
Luc Pattyn22-Mar-11 9:54
sitebuilderLuc Pattyn22-Mar-11 9:54 
AnswerRe: Problem With sending values via serial port Pin
lukeer23-Mar-11 1:26
lukeer23-Mar-11 1:26 
AnswerRe: Problem With sending values via serial port Pin
Bernhard Hiller23-Mar-11 22:05
Bernhard Hiller23-Mar-11 22:05 
GeneralRe: Problem With sending values via serial port Pin
phil.o24-Mar-11 4:56
professionalphil.o24-Mar-11 4:56 
AnswerRe: Problem With sending values via serial port Pin
Sader_L25-Mar-11 3:21
Sader_L25-Mar-11 3:21 
QuestionReceipt Printing Pin
Wamuti22-Mar-11 6:19
Wamuti22-Mar-11 6:19 
AnswerRe: Receipt Printing Pin
TheyCallMeMrJames22-Mar-11 6:47
TheyCallMeMrJames22-Mar-11 6:47 
AnswerRe: Receipt Printing Pin
Dalek Dave22-Mar-11 10:50
professionalDalek Dave22-Mar-11 10:50 
AnswerRe: Receipt Printing Pin
lorenkins23-Mar-11 7:00
lorenkins23-Mar-11 7:00 
QuestionChar* in C++ 6 to C# .Net [modified] Pin
KeithF22-Mar-11 4:06
KeithF22-Mar-11 4:06 
AnswerRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 4:34
mveRichard MacCutchan22-Mar-11 4:34 
GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 4:40
KeithF22-Mar-11 4:40 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 5:10
mveRichard MacCutchan22-Mar-11 5:10 
AnswerRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 4:37
KeithF22-Mar-11 4:37 
GeneralRe: Char* in C++ 6 to C# .Net Pin
Richard MacCutchan22-Mar-11 5:13
mveRichard MacCutchan22-Mar-11 5:13 
GeneralRe: Char* in C++ 6 to C# .Net Pin
KeithF22-Mar-11 5:30
KeithF22-Mar-11 5:30 

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.