Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for Kalusingh

Hi Kalusingh, Please check this two sites a lot of samples of project and code [url]http://visualbasicnetcode.blogspot.com/[/url] [url]http://visualbasic-source-code.com/[/url] Regards, VB Boy

Member Avatar for kinwang2009
0
262
Member Avatar for jemz

Thanks for sharing this information.... [url=http://visualbasic-source-code.com/] :icon_razz: [/url] [url=http://visualbasicnetcode.blogspot.com//] :icon_smile: [/url]

Member Avatar for jemz
0
83
Member Avatar for dixie_flatline

How about using rnd function sample: dim total1 as double,hrs as single, rate as single total1 = format(rnd(hrs*rate),"###,##0.00")

Member Avatar for dixie_flatline
0
2K
Member Avatar for Krunalexpert

I agree with vb5prgrmr you must create a ODBC here's the site on how to create ODBC [url]http://visualbasicnetcode.blogspot.com/2010/04/training-how-to-connect-database-using.html[/url]

Member Avatar for vbboy
0
134
Member Avatar for babz83

Hi babz83, sample payroll system this site using vb.net 2005 with sql database [url]http://visualbasic-source-code.com/[/url] Hopefully it may help.

Member Avatar for vbboy
0
663
Member Avatar for vkscool

Hey, pls considered this two sql statement 'use this if LICENSE_NO Field is text type "SELECT * FROM LERNER WHERE LICENSE_NO='" & Text1.Text & "'", db,... 'use this if LICENSE_NO Field is integer or autonumber "SELECT * FROM LERNER WHERE LICENSE_NO=" & Text1.Text you may also visit this site for …

Member Avatar for vbboy
0
114
Member Avatar for soilarmoon

Hi soilarmoon, may also use this code from this site [url]http://visualbasic-source-code.com/visual-basic-6-categories/visual-basic-6[/url] Hopefully it may help. 'Code Function Search_Data() On Error GoTo errHandler Dim mSQL$ mSQL = “Select Code,Name,Address From Supplier Where Code Like ‘%” & text1 & “%’ Or Name Like ‘%” & text1 & “%’ ” & _ ” …

Member Avatar for vbboy
0
146

The End.