Click here to Skip to main content
16,005,037 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:12
Waqas Nasir14-Jul-06 7:12 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:15
Ennis Ray Lynch, Jr.14-Jul-06 7:15 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:20
Waqas Nasir14-Jul-06 7:20 
AnswerSend it to the shell Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:04
Ennis Ray Lynch, Jr.14-Jul-06 7:04 
QuestionIdeas on how to stream audio [modified] Pin
BambooMoon14-Jul-06 6:52
BambooMoon14-Jul-06 6:52 
QuestionDataset output to Label [modified] Pin
NiPsTeRs14-Jul-06 6:37
NiPsTeRs14-Jul-06 6:37 
AnswerRe: Dataset output to Label Pin
Not Active14-Jul-06 6:56
mentorNot Active14-Jul-06 6:56 
QuestionAnother byte to int question Pin
Tom Wright14-Jul-06 6:29
Tom Wright14-Jul-06 6:29 
What is the best way to move a 8 digit number from a byte array to an int?

This is how I did it:

public void OnReceivedData(byte[] ByteBuffer)
{
//Encoding enc = ;
int myTracking = Convert.ToInt32(ByteBuffer[32]+ByteBuffer[33]+ByteBuffer[34]+ByteBuffer[35]+ByteBuffer[36]+ByteBuffer[37]+ByteBuffer[38]+ByteBuffer[39]);
MessageBox.Show(myTracking.ToString());

}
This there a better way?

Thanks


Tom Wright
tawright915@yahoo.com
GeneralRe: Another byte to int question Pin
Andrew Lygin14-Jul-06 7:20
Andrew Lygin14-Jul-06 7:20 
AnswerWhat is the data in the byte array Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:23
Ennis Ray Lynch, Jr.14-Jul-06 7:23 
GeneralRe: What is the data in the byte array Pin
stancrm14-Jul-06 8:53
stancrm14-Jul-06 8:53 
GeneralI figured Pin
Ennis Ray Lynch, Jr.14-Jul-06 9:22
Ennis Ray Lynch, Jr.14-Jul-06 9:22 
GeneralRe: What is the data in the byte array Pin
Tom Wright7-Aug-06 11:16
Tom Wright7-Aug-06 11:16 
Questionstring building Pin
spin vector14-Jul-06 6:20
spin vector14-Jul-06 6:20 
AnswerRe: string building Pin
led mike14-Jul-06 6:24
led mike14-Jul-06 6:24 
GeneralRe: string building Pin
spin vector14-Jul-06 6:31
spin vector14-Jul-06 6:31 
GeneralRe: string building Pin
Andrew Lygin14-Jul-06 6:57
Andrew Lygin14-Jul-06 6:57 
QuestionRemoving drop down choices based on dataset Pin
leckey14-Jul-06 6:04
leckey14-Jul-06 6:04 
AnswerRe: Removing drop down choices based on dataset Pin
led mike14-Jul-06 6:22
led mike14-Jul-06 6:22 
QuestionText and image effects Pin
seq-14-Jul-06 5:21
seq-14-Jul-06 5:21 
AnswerRe: Text and image effects Pin
Ravi Bhavnani14-Jul-06 6:12
professionalRavi Bhavnani14-Jul-06 6:12 
GeneralRe: Text and image effects Pin
seq-14-Jul-06 7:46
seq-14-Jul-06 7:46 
QuestionWeb Services Pin
Andrew Mercer14-Jul-06 4:19
Andrew Mercer14-Jul-06 4:19 
AnswerRe: Web Services Pin
Not Active14-Jul-06 4:48
mentorNot Active14-Jul-06 4:48 
Questionfile IO question (human readable) Pin
likefood14-Jul-06 4:10
likefood14-Jul-06 4:10 

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.