Click here to Skip to main content
15,883,901 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
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 
GeneralRe: how can reading bytes Pin
hasan hadi1-May-15 5:53
hasan hadi1-May-15 5:53 
The difficult is how can separated the data from string because this array have multi data
for example
C#
string w;
            w = Port.ReadTo("ST");

and assume the data send "ST12.5127"
this data 12.5127 will store a text in W now I need convert 12.5 from text to float and convert 127 to float how can separated data from W
Sir can be written the code

Regards
GeneralRe: how can reading bytes Pin
OriginalGriff1-May-15 6:08
mveOriginalGriff1-May-15 6:08 
GeneralRe: how can reading bytes PinPopular
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 
GeneralRe: How to read an array from 1 class to another Pin
Richard MacCutchan30-Apr-15 21:16
mveRichard MacCutchan30-Apr-15 21:16 

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.