Click here to Skip to main content
15,885,216 members

Comments by Anshul R (Top 28 by date)

Anshul R 27-Sep-11 22:45pm View    
Deleted
Okay.

IsNumeric checks if the given string contains only numbers.

We can use this function from Microsoft.VisualBasic.Information

It returns a boolean value on checking if the string is numeric.

So, if you want to check if a string (say text from a textbox) is numeric in the program,

Information.IsNumeric(TextBox1.Text)

will return true if the text is numeric.
Anshul R 25-Jun-11 23:13pm View    
Deleted
Eh?
Anshul R 3-Jun-11 7:42am View    
Check these articles :

http://www.codeproject.com/KB/cs/prettygoodsplashscreen.aspx
http://www.codeproject.com/KB/cs/apploadingarticle.aspx
Anshul R 3-Jun-11 7:38am View    
Are you trying to get your homework done.?
Anshul R 3-Jun-11 7:06am View    
Dave said it.