Advertisement

Results for "Author: foundations software"

5_2007-2008 #189530
SIMPLE PIXEL COLLISION DETECTION

Very simple pixel collision detection. This code can be used as a starting point for a map-type game for beginners in visual basic

5_2007-2008 #189531
PATH FINDING ALGORITHM

simple path finding example. Also shows some sprite animation. Use arrow keys to move the hero around the map and watch the skeleton follow you around. Enjoy ..

5_2007-2008 #189532
dBase Viewer

View the contents of a dBASE file (.DBF). Good example of how to use ListView and ADO together. Code can be easily modified to handle MSAccess files or even CSV files. Only thing particular about dBASE as opposed to other databases is the manner in which the Connection and SELECT strings are created. oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _ "DriverID=277;" & _ "Dbq=c:\somepath" Then specify the filename in the SQL statement: oRs.Open "Select * From user.dbf", oConn, , ,adCmdText Hope someone finds this useful ... Cheers

5_2007-2008 #189533
Credit Card Validator

ActiveX DLL Project and accompanying demo to demonstrate LUHN Formula (Mod 10) for Validating Credit Card numbers. Also validates the expiry dates to make sure card is not expired... Validates following cards: American Express Diners Club Discover JCB MasterCard Visa Fully commented and very usable functions provided within the DLL for use in many of your credit card validation needs. Once you properly register the DLL, try the demo...

5_2007-2008 #189534
Point in Polygon

Find a point in a polygon. Useful for some graphics applications

6_2008-2009 #212048
SIMPLE PIXEL COLLISION DETECTION

Very simple pixel collision detection. This code can be used as a starting point for a map-type game for beginners in visual basic

6_2008-2009 #212049
PATH FINDING ALGORITHM

simple path finding example. Also shows some sprite animation. Use arrow keys to move the hero around the map and watch the skeleton follow you around. Enjoy ..

6_2008-2009 #212050
dBase Viewer

View the contents of a dBASE file (.DBF). Good example of how to use ListView and ADO together. Code can be easily modified to handle MSAccess files or even CSV files. Only thing particular about dBASE as opposed to other databases is the manner in which the Connection and SELECT strings are created. oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _ "DriverID=277;" & _ "Dbq=c:\somepath" Then specify the filename in the SQL statement: oRs.Open "Select * From user.dbf", oConn, , ,adCmdText Hope someone finds this useful ... Cheers

6_2008-2009 #212051
Credit Card Validator

ActiveX DLL Project and accompanying demo to demonstrate LUHN Formula (Mod 10) for Validating Credit Card numbers. Also validates the expiry dates to make sure card is not expired... Validates following cards: American Express Diners Club Discover JCB MasterCard Visa Fully commented and very usable functions provided within the DLL for use in many of your credit card validation needs. Once you properly register the DLL, try the demo...

6_2008-2009 #212052
Point in Polygon

Find a point in a polygon. Useful for some graphics applications

7_2009-2012 #234566
SIMPLE PIXEL COLLISION DETECTION

Very simple pixel collision detection. This code can be used as a starting point for a map-type game for beginners in visual basic

7_2009-2012 #234567
PATH FINDING ALGORITHM

simple path finding example. Also shows some sprite animation. Use arrow keys to move the hero around the map and watch the skeleton follow you around. Enjoy ..

7_2009-2012 #234568
dBase Viewer

View the contents of a dBASE file (.DBF). Good example of how to use ListView and ADO together. Code can be easily modified to handle MSAccess files or even CSV files. Only thing particular about dBASE as opposed to other databases is the manner in which the Connection and SELECT strings are created. oConn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & _ "DriverID=277;" & _ "Dbq=c:\somepath" Then specify the filename in the SQL statement: oRs.Open "Select * From user.dbf", oConn, , ,adCmdText Hope someone finds this useful ... Cheers

7_2009-2012 #234569
Credit Card Validator

ActiveX DLL Project and accompanying demo to demonstrate LUHN Formula (Mod 10) for Validating Credit Card numbers. Also validates the expiry dates to make sure card is not expired... Validates following cards: American Express Diners Club Discover JCB MasterCard Visa Fully commented and very usable functions provided within the DLL for use in many of your credit card validation needs. Once you properly register the DLL, try the demo...

7_2009-2012 #234570
Point in Polygon

Find a point in a polygon. Useful for some graphics applications

Languages
Top Categories
Global Discovery