Click here to Skip to main content
15,902,635 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: string manipulation Pin
uglyeyes25-Apr-07 20:21
uglyeyes25-Apr-07 20:21 
GeneralRe: string manipulation Pin
uglyeyes26-Apr-07 18:36
uglyeyes26-Apr-07 18:36 
QuestionConversion problem Pin
Xmen Real 25-Apr-07 16:49
professional Xmen Real 25-Apr-07 16:49 
AnswerRe: Conversion problem Pin
Christian Graus25-Apr-07 23:30
protectorChristian Graus25-Apr-07 23:30 
GeneralRe: Conversion problem Pin
Xmen Real 25-Apr-07 23:52
professional Xmen Real 25-Apr-07 23:52 
GeneralRe: Conversion problem Pin
Christian Graus26-Apr-07 0:02
protectorChristian Graus26-Apr-07 0:02 
GeneralRe: Conversion problem Pin
Xmen Real 26-Apr-07 1:09
professional Xmen Real 26-Apr-07 1:09 
GeneralRe: Conversion problem Pin
Christian Graus26-Apr-07 11:10
protectorChristian Graus26-Apr-07 11:10 
Well, gee, if you made yourself clear, I wouldn't be asking you these questions.

Again, the TryParse method is the way to find out if your data is a number or not. If you want to find a number in your string, you can use a regex to find the number within the string, or you can use the split method on the string class, if the noise is always the same.

If that doesn't help, you need to explain yourself better. Probably with examples of the data you're dealing with.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Conversion problem Pin
Xmen Real 26-Apr-07 14:42
professional Xmen Real 26-Apr-07 14:42 
QuestionHow to display message frome client side? [modified] Pin
braleping25-Apr-07 15:46
braleping25-Apr-07 15:46 
AnswerRe: How to display message frome client side? Pin
Dave Kreskowiak26-Apr-07 4:38
mveDave Kreskowiak26-Apr-07 4:38 
GeneralRe: How to display message frome client side? Pin
braleping26-Apr-07 4:48
braleping26-Apr-07 4:48 
GeneralRe: How to display message frome client side? Pin
Dave Kreskowiak26-Apr-07 13:47
mveDave Kreskowiak26-Apr-07 13:47 
GeneralRe: How to display message frome client side? Pin
braleping26-Apr-07 16:15
braleping26-Apr-07 16:15 
GeneralRe: which method to use? Pin
braleping26-Apr-07 16:18
braleping26-Apr-07 16:18 
GeneralRe: Pin
braleping26-Apr-07 4:49
braleping26-Apr-07 4:49 
AnswerRe: How to display message frome client side? Pin
braleping26-Apr-07 4:52
braleping26-Apr-07 4:52 
QuestionDrag and drop program start Pin
bendbock25-Apr-07 15:43
bendbock25-Apr-07 15:43 
AnswerRe: Drag and drop program start Pin
Colin Angus Mackay25-Apr-07 22:36
Colin Angus Mackay25-Apr-07 22:36 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 6:59
bendbock26-Apr-07 6:59 
GeneralRe: Drag and drop program start Pin
Colin Angus Mackay26-Apr-07 7:04
Colin Angus Mackay26-Apr-07 7:04 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 10:20
bendbock26-Apr-07 10:20 
GeneralRe: Drag and drop program start Pin
Colin Angus Mackay26-Apr-07 11:31
Colin Angus Mackay26-Apr-07 11:31 
GeneralRe: Drag and drop program start Pin
bendbock26-Apr-07 13:00
bendbock26-Apr-07 13:00 
GeneralRe: Drag and drop program start Pin
Colin Angus Mackay26-Apr-07 14:07
Colin Angus Mackay26-Apr-07 14:07 

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.