Advertisement

Results for "Author: foundations software"

ASP_Volume2 #26809
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...

ASP_Volume2 #27177
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

ASP_Volume3 #61715
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

ASP_Volume3 #61716
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 ..

ASP_Volume3 #61717
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

ASP_Volume3 #61718
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...

ASP_Volume3 #61719
Point in Polygon

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

C_Volume2 #67871
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...

C_Volume2 #68239
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

Java_Volume1 #86415
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...

Java_Volume1 #86783
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

2_2002-2004 #113563
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...

2_2002-2004 #113931
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

3_2004-2005 #132106
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...

3_2004-2005 #132474
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

4_2005-2006 #167012
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

4_2005-2006 #167013
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 ..

4_2005-2006 #167014
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

4_2005-2006 #167015
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...

4_2005-2006 #167016
Point in Polygon

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

Languages
Top Categories
Global Discovery