Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
QuestionHow can I implement a C++ interface in C# Pin
tiancaidao6-Feb-06 22:37
tiancaidao6-Feb-06 22:37 
AnswerRe: How can I implement a C++ interface in C# Pin
Kiran Kumar Singani6-Feb-06 23:37
Kiran Kumar Singani6-Feb-06 23:37 
GeneralRe: How can I implement a C++ interface in C# Pin
tiancaidao7-Feb-06 16:58
tiancaidao7-Feb-06 16:58 
QuestionFetching dynamically generated data from a string of 10 lines using C# Pin
H he el el oooo6-Feb-06 22:16
H he el el oooo6-Feb-06 22:16 
AnswerRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
leppie6-Feb-06 22:19
leppie6-Feb-06 22:19 
GeneralRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
J4amieC6-Feb-06 23:59
J4amieC6-Feb-06 23:59 
GeneralRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
leppie7-Feb-06 0:35
leppie7-Feb-06 0:35 
AnswerRe: Fetching dynamically generated data from a string of 10 lines using C# Pin
J4amieC7-Feb-06 0:02
J4amieC7-Feb-06 0:02 
There are a few ways to do this.

1) Parse it line by line until you come to a line starting 'Oxy=' or 'BPM=' and read from the first char after '=' to the end of the line. Look up String.IndexOf and String.Substring

2) Use regular expressions. 2 patterns (one to look for each combination) need to be defined and then the string parsed through the expession to get the match. Look up System.Text.RegularExpesssions namespace.
QuestionAbout attachments ?????!!!!!! Pin
students552 university6-Feb-06 21:41
students552 university6-Feb-06 21:41 
AnswerRe: About attachments ?????!!!!!! Pin
J4amieC6-Feb-06 23:54
J4amieC6-Feb-06 23:54 
Questionmoving an object in a panel Pin
hpetriffer6-Feb-06 20:23
hpetriffer6-Feb-06 20:23 
QuestionDeployment Pin
JacquesDP6-Feb-06 19:46
JacquesDP6-Feb-06 19:46 
AnswerRe: Deployment Pin
mav.northwind6-Feb-06 21:29
mav.northwind6-Feb-06 21:29 
QuestionRe: Deployment Pin
JacquesDP6-Feb-06 22:04
JacquesDP6-Feb-06 22:04 
AnswerRe: Deployment Pin
mav.northwind7-Feb-06 0:02
mav.northwind7-Feb-06 0:02 
GeneralRe: Deployment Pin
JacquesDP7-Feb-06 0:38
JacquesDP7-Feb-06 0:38 
QuestionRe: Deployment Pin
JacquesDP6-Feb-06 22:58
JacquesDP6-Feb-06 22:58 
QuestionCOM+ and .NET Pin
paully6-Feb-06 18:51
paully6-Feb-06 18:51 
AnswerRe: COM+ and .NET Pin
leppie6-Feb-06 22:24
leppie6-Feb-06 22:24 
Questiongenerate the C# application by coding C# Pin
tadung6-Feb-06 17:31
tadung6-Feb-06 17:31 
AnswerRe: generate the C# application by coding C# Pin
jdkulkarni7-Feb-06 1:57
jdkulkarni7-Feb-06 1:57 
QuestionTransaction Number Pin
knight_sky6-Feb-06 16:04
knight_sky6-Feb-06 16:04 
AnswerRe: Transaction Number Pin
Judah Gabriel Himango6-Feb-06 16:10
sponsorJudah Gabriel Himango6-Feb-06 16:10 
AnswerRe: Transaction Number Pin
JacquesDP6-Feb-06 20:15
JacquesDP6-Feb-06 20:15 
Questionlocation of current document Pin
edel_ong6-Feb-06 15:06
edel_ong6-Feb-06 15:06 

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.