Showing results 1 to 3 of 3
Search took 0.00 seconds.
Posts Made By: chewmp
Forum: VB.NET Dec 6th, 2007
Replies: 13
Views: 6,507
Posted By chewmp
Re: numeric TextBox

if u are using vb.net , it should have a default function name IsNumeric

If Not Isnumeric(txtInput.text) then
messagebox.show("Please enter Number")

end if
Forum: VB.NET Dec 6th, 2007
Replies: 4
Views: 2,362
Posted By chewmp
Re: How to assign key board values to buttons in form

normally i use keydown


Private Sub btnPost_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles btnPost.KeyDown

Select case e.keyCode
case keys.u
...
Forum: VB.NET Dec 6th, 2007
Replies: 1
Views: 362
Posted By chewmp
Re: Displaying Totals based on DB fields

you can try to use the sql statement to retrieve the total number of ppl.
SELECT COUNT(*) FROM pr_mod8 WHERE completed = 1
hope this statement if useful for you.
Showing results 1 to 3 of 3

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:37 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC