Click here to Skip to main content
15,890,995 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView event arguments Pin
John Ad22-Jun-08 22:44
John Ad22-Jun-08 22:44 
QuestionEventLogPermission Pin
mrcooll22-Jun-08 22:14
mrcooll22-Jun-08 22:14 
AnswerRe: EventLogPermission Pin
DaveyM6922-Jun-08 23:52
professionalDaveyM6922-Jun-08 23:52 
GeneralRe: EventLogPermission Pin
mrcooll23-Jun-08 1:40
mrcooll23-Jun-08 1:40 
Questionsimulate web browsing with c# Pin
moti11122-Jun-08 21:08
moti11122-Jun-08 21:08 
AnswerRe: simulate web browsing with c# Pin
leppie22-Jun-08 21:09
leppie22-Jun-08 21:09 
AnswerRe: simulate web browsing with c# Pin
Christian Graus22-Jun-08 21:10
protectorChristian Graus22-Jun-08 21:10 
QuestionHow to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 21:00
kevinlin_522-Jun-08 21:00 
HI, all, I want to ask a question as what I described in the topic.
For example, now I have some data in the text box, such like :

$VTG,,,,,,,,,N*30
$GGA,,,,,,0,00,99.99,,,,,,*48
$GSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
$GSV,1,1,00*79
$GLL,,,,,,V,N*64
$ZDA,,,,,00,00*48
$GSV,,,,,,,,,,00*67
.
.
.
.
.

From all these data, what I want is only the string starts with $GSV, so how can I pick this kind of string out and put them into another textbox?Should I save all these data first and use the [COLOR="Red"]StreamReader[/COLOR] to read each line of the saved file?

Thank you for your kind helping~!
AnswerRe: How to pick out a specified text in a textbox? Pin
leppie22-Jun-08 21:08
leppie22-Jun-08 21:08 
AnswerRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:10
Harvey Saayman22-Jun-08 21:10 
GeneralRe: How to pick out a specified text in a textbox? Pin
Programm3r22-Jun-08 21:18
Programm3r22-Jun-08 21:18 
GeneralRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:29
Harvey Saayman22-Jun-08 21:29 
AnswerRe: How to pick out a specified text in a textbox? Pin
Christian Graus22-Jun-08 21:11
protectorChristian Graus22-Jun-08 21:11 
AnswerRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:16
Harvey Saayman22-Jun-08 21:16 
GeneralRe: How to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 22:12
kevinlin_522-Jun-08 22:12 
GeneralRe: How to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 23:56
kevinlin_522-Jun-08 23:56 
GeneralRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman23-Jun-08 0:10
Harvey Saayman23-Jun-08 0:10 
GeneralRe: How to pick out a specified text in a textbox? Pin
leppie23-Jun-08 0:12
leppie23-Jun-08 0:12 
GeneralRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman23-Jun-08 0:14
Harvey Saayman23-Jun-08 0:14 
QuestionHeader/Title on Property Grid Pin
Varad_Rajan22-Jun-08 20:18
Varad_Rajan22-Jun-08 20:18 
AnswerRe: Header/Title on Property Grid Pin
Brady Kelly22-Jun-08 20:55
Brady Kelly22-Jun-08 20:55 
QuestionHow to scroll the second panel by scrollbar in first panel? Pin
cocoonwls22-Jun-08 20:16
cocoonwls22-Jun-08 20:16 
AnswerRe: How to scroll the second panel by scrollbar in first panel? Pin
Harvey Saayman22-Jun-08 20:23
Harvey Saayman22-Jun-08 20:23 
GeneralRe: How to scroll the second panel by scrollbar in first panel? Pin
cocoonwls22-Jun-08 23:10
cocoonwls22-Jun-08 23:10 
GeneralRe: How to scroll the second panel by scrollbar in first panel? Pin
Harvey Saayman22-Jun-08 23:24
Harvey Saayman22-Jun-08 23:24 

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.