Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is any event available ? Pin
Jacobb Michael10-Sep-09 1:33
Jacobb Michael10-Sep-09 1:33 
GeneralRe: Is any event available ? Pin
Dave Kreskowiak10-Sep-09 4:44
mveDave Kreskowiak10-Sep-09 4:44 
Questionconvert byte to octet Pin
hadad10-Sep-09 1:16
hadad10-Sep-09 1:16 
AnswerRe: convert byte to octet Pin
stancrm10-Sep-09 2:24
stancrm10-Sep-09 2:24 
GeneralRe: convert byte to octet Pin
musefan10-Sep-09 2:31
musefan10-Sep-09 2:31 
GeneralRe: convert byte to octet Pin
stancrm10-Sep-09 3:19
stancrm10-Sep-09 3:19 
GeneralRe: convert byte to octet Pin
musefan10-Sep-09 3:21
musefan10-Sep-09 3:21 
AnswerRe: convert byte to octet Pin
musefan10-Sep-09 2:30
musefan10-Sep-09 2:30 
I am confused as why you need to convert a Byte to either octet of hex in order to send data? after all both Octet and Hex are just different was to display a byte value. If you want to convert a byte (or int) to string values for hex then...

string hex = myInt.ToString("X");//Convert to hex string


...I'm not sure of an easy way to convert an int to octet string thou sorry

Life goes very fast. Tomorrow, today is already yesterday.

AnswerRe: convert byte to octet Pin
Luc Pattyn10-Sep-09 2:46
sitebuilderLuc Pattyn10-Sep-09 2:46 
QuestionFileDownload eventhandler not firing Pin
Jacobb Michael10-Sep-09 1:11
Jacobb Michael10-Sep-09 1:11 
Questionc# installer Pin
askhar51610-Sep-09 0:40
askhar51610-Sep-09 0:40 
AnswerRe: c# installer Pin
Keith Barrow10-Sep-09 0:55
professionalKeith Barrow10-Sep-09 0:55 
GeneralRe: c# installer Pin
askhar51610-Sep-09 17:58
askhar51610-Sep-09 17:58 
QuestionRightToLeft ListView ? Pin
Mohammad Dayyan10-Sep-09 0:02
Mohammad Dayyan10-Sep-09 0:02 
AnswerRe: RightToLeft ListView ? Pin
Nuri Ismail10-Sep-09 0:17
Nuri Ismail10-Sep-09 0:17 
QuestionCreate a floating object Pin
billy_iii9-Sep-09 23:36
billy_iii9-Sep-09 23:36 
AnswerRe: Create a floating object Pin
Nuri Ismail10-Sep-09 0:05
Nuri Ismail10-Sep-09 0:05 
GeneralRe: Create a floating object Pin
billy_iii10-Sep-09 13:50
billy_iii10-Sep-09 13:50 
AnswerRe: Create a floating object Pin
carlecomm24-Sep-09 21:33
carlecomm24-Sep-09 21:33 
AnswerRe: Create a floating object Pin
carlecomm24-Sep-09 21:39
carlecomm24-Sep-09 21:39 
QuestionCompatability problem with Transparency key Pin
Vijay Mudunuri9-Sep-09 22:48
Vijay Mudunuri9-Sep-09 22:48 
AnswerRe: Compatability problem with Transparency key Pin
stancrm9-Sep-09 22:54
stancrm9-Sep-09 22:54 
GeneralRe: Compatability problem with Transparency key Pin
Vijay Mudunuri9-Sep-09 23:48
Vijay Mudunuri9-Sep-09 23:48 
AnswerRe: Compatability problem with Transparency key Pin
carlecomm24-Sep-09 21:37
carlecomm24-Sep-09 21:37 
QuestionWhich GUI Toolkit for variable User Interfaces and Mono-Compatibility Pin
softwarejaeger9-Sep-09 22:08
softwarejaeger9-Sep-09 22: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.