Results for "Author: foundations software"
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...
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
Very simple pixel collision detection. This code can be used as a starting point for a map-type game for beginners in visual basic
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 ..
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
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...
Find a point in a polygon. Useful for some graphics applications
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...
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
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...
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
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...
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
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...
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
Very simple pixel collision detection. This code can be used as a starting point for a map-type game for beginners in visual basic
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 ..
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
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...
Find a point in a polygon. Useful for some graphics applications