Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in killing both Application.exe and launched process Extract.exe from Application.exe in multiple instances environment Pin
shivmymail1-May-15 19:40
shivmymail1-May-15 19:40 
GeneralRe: Problem in killing both Application.exe and launched process Extract.exe from Application.exe in multiple instances environment Pin
OriginalGriff1-May-15 19:44
mveOriginalGriff1-May-15 19:44 
GeneralRe: Problem in killing both Application.exe and launched process Extract.exe from Application.exe in multiple instances environment Pin
shivmymail1-May-15 20:05
shivmymail1-May-15 20:05 
Questionhow can reading bytes Pin
hasan hadi1-May-15 3:42
hasan hadi1-May-15 3:42 
AnswerRe: how can reading bytes Pin
Eddy Vluggen1-May-15 4:25
professionalEddy Vluggen1-May-15 4:25 
AnswerRe: how can reading bytes Pin
OriginalGriff1-May-15 4:34
mveOriginalGriff1-May-15 4:34 
GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 4:54
hasan hadi1-May-15 4:54 
GeneralRe: how can reading bytes Pin
OriginalGriff1-May-15 5:07
mveOriginalGriff1-May-15 5:07 
Read the following three bytes - you will probably have to wait until they are available.
Then use float.Parse or float.TryParse (or their double equivalents) to convert the value.
Then do the same for the next three bytes.

What part of this is difficult?
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 5:53
hasan hadi1-May-15 5:53 
GeneralRe: how can reading bytes Pin
OriginalGriff1-May-15 6:08
mveOriginalGriff1-May-15 6:08 
GeneralRe: how can reading bytes Pin
Eddy Vluggen1-May-15 7:35
professionalEddy Vluggen1-May-15 7:35 
GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 7:41
hasan hadi1-May-15 7:41 
GeneralRe: how can reading bytes Pin
Eddy Vluggen1-May-15 7:50
professionalEddy Vluggen1-May-15 7:50 
GeneralRe: how can reading bytes Pin
OriginalGriff1-May-15 8:01
mveOriginalGriff1-May-15 8:01 
GeneralRe: how can reading bytes Pin
Gerry Schmitz1-May-15 18:54
mveGerry Schmitz1-May-15 18:54 
GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 19:34
hasan hadi1-May-15 19:34 
AnswerRe: how can reading bytes Pin
hasan hadi1-May-15 8:21
hasan hadi1-May-15 8:21 
GeneralRe: how can reading bytes Pin
OriginalGriff1-May-15 8:34
mveOriginalGriff1-May-15 8:34 
GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 19:15
hasan hadi1-May-15 19:15 
AnswerRe: how can reading bytes Pin
hasan hadi1-May-15 19:50
hasan hadi1-May-15 19:50 
QuestionHow to find references of a Property in the class through code? similar to 'Find All References' in Visual Studio Environment. Pin
Sid_ScienceKid1-May-15 3:18
Sid_ScienceKid1-May-15 3:18 
AnswerRe: How to find references of a Property in the class through code? similar to 'Find All References' in Visual Studio Environment. Pin
Eddy Vluggen1-May-15 3:29
professionalEddy Vluggen1-May-15 3:29 
GeneralRe: How to find references of a Property in the class through code? similar to 'Find All References' in Visual Studio Environment. Pin
Sascha Lefèvre1-May-15 3:38
professionalSascha Lefèvre1-May-15 3:38 
GeneralHow to read an array from 1 class to another Pin
yikes12330-Apr-15 19:21
yikes12330-Apr-15 19:21 
GeneralRe: How to read an array from 1 class to another Pin
Daniel Pfeffer30-Apr-15 20:42
professionalDaniel Pfeffer30-Apr-15 20:42 

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.