Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change decimal symbol Pin
Dave Kreskowiak6-Aug-04 7:41
mveDave Kreskowiak6-Aug-04 7:41 
QuestionHow can i capture video Pin
Member 12810976-Aug-04 6:45
Member 12810976-Aug-04 6:45 
GeneralTransparent Panel Pin
kbson16-Aug-04 6:27
kbson16-Aug-04 6:27 
GeneralRe: Transparent Panel Pin
Not Active6-Aug-04 10:14
mentorNot Active6-Aug-04 10:14 
GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Dave Kreskowiak6-Aug-04 7:26
mveDave Kreskowiak6-Aug-04 7:26 
GeneralRe: ORACLE: TNS Packet Writer Failure w/ ADO. NET Pin
Nick Parker6-Aug-04 7:28
protectorNick Parker6-Aug-04 7:28 
Generalcreating a vu-meter Pin
gumigyuri6-Aug-04 5:00
gumigyuri6-Aug-04 5:00 
GeneralConverting from a Byte Array to an int / double Pin
bob rt456-Aug-04 4:58
sussbob rt456-Aug-04 4:58 
I'm relatively new to C#.

I need to find a way to convert a section of a byte[] to an double or convert to an int if required.

In C++ I would use the algorythms below but I don't know how to express this in a form that c# is happy with.

for an int

BYTE dBytes[4];
int ret = *(int*) dBytes;


for a double

BYTE dBytes[8];
int ret = *(int*) dBytes;

GeneralRe: Converting from a Byte Array to an int / double Pin
MicrosoftBob6-Aug-04 5:15
MicrosoftBob6-Aug-04 5:15 
GeneralThanks That's it Pin
Bob rt456-Aug-04 5:34
sussBob rt456-Aug-04 5:34 
GeneralDevice Pin
sreejith ss nair6-Aug-04 3:26
sreejith ss nair6-Aug-04 3:26 
GeneralRe: Device Pin
Dave Kreskowiak6-Aug-04 3:46
mveDave Kreskowiak6-Aug-04 3:46 
GeneralRe: Device Pin
Nick Parker6-Aug-04 3:59
protectorNick Parker6-Aug-04 3:59 
GeneralRe: Device Pin
Michael P Butler6-Aug-04 5:07
Michael P Butler6-Aug-04 5:07 
GeneralForm location Pin
the last free name6-Aug-04 2:30
the last free name6-Aug-04 2:30 
GeneralRe: Form location Pin
Nick Parker6-Aug-04 3:28
protectorNick Parker6-Aug-04 3:28 
GeneralRe: Form location Pin
the last free name6-Aug-04 3:40
the last free name6-Aug-04 3:40 
GeneralAgain: Reflection and array´s... Pin
Norman-Timo6-Aug-04 2:27
Norman-Timo6-Aug-04 2:27 
GeneralRe: Again: Reflection and array´s... Pin
Nick Parker6-Aug-04 3:12
protectorNick Parker6-Aug-04 3:12 
GeneralRe: Again: Reflection and array´s... Pin
leppie6-Aug-04 5:06
leppie6-Aug-04 5:06 
GeneralMDI Child Window Sizing Pin
James Spibey6-Aug-04 1:13
James Spibey6-Aug-04 1:13 
QuestionHow to find File from C# code Pin
Member 12499155-Aug-04 23:41
Member 12499155-Aug-04 23:41 
AnswerRe: How to find File from C# code Pin
Nick Parker6-Aug-04 3:04
protectorNick Parker6-Aug-04 3:04 
AnswerRe: How to find File from C# code Pin
Looney Tunezez6-Aug-04 10:29
Looney Tunezez6-Aug-04 10:29 
GeneralTrace in .NET remoting Pin
Md Saleem Navalur5-Aug-04 23:05
Md Saleem Navalur5-Aug-04 23:05 

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.