|
|
ICT eBooks by Yeoh HS Software
|
|
|
Easy Way to Build MySQL Client Programs
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API? What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL database, then this package is for you. MyBooks Example Source Codes Package Here's what you'll learn from this package. 1. How to integrate MFC code with C code. 2. How to use a ListBox control 3. How to enable and disable command buttons 4. How to coordinate the interactions between listbox, edit input fields and command buttons 5. Input validation for blanks, numerical data and dates 6. How to connect to a MySQL server using the C API 7. How to create SQL statements to add, edit, delete and search data 8. How to use the MySQL C API functions to add, edit, delete and searchdata 9. How to escape problematic characters like apostrophe in text strings. 10. How to check for duplicate keys
Keywords: mysql client c c++ mfc api deliberately
|
|
|
Win32 NASM Guide #1
Beginner's Guide Series - Win32 Assembly Programming with NASM
Guide #1 Getting Win32 NASM Tools and Building a Simple Win32 Dialog-based Test Program
Keywords: windows nasm win32 assembly guide corrective actions
|
|
|
Easy Way to Build E-Greetings in C++
Would you like to create your own personalized multi-media greeting cards using Visual C++? Use this C++ source codes to create customized greeting cards for any occasion or recipient. It will be a useful marketing tool for your business. The registered version of this package contains the full example source codes for a complete MFC C++ program that shows you how to create your own multi-media greeting card program. Besides using this source codes to create ECards, you can also use it to create EBrochures, EReports, etc. for promoting your business. VCEGreet C++ Source Codes Package Here's what you'll learn from this package. 1. Insert your own text into the ECard 2. Use CSS style sheets to control the layout and fonts in the ECard. 3. Add a background image as a watermark 4. Embed animated gifs into the ECard. 5. Insert a marquee into the ECard 6. Play a MIDI file when the ECard is displayed. 7. Place URL links in the ECard. BONUS for registered buyers only: Included with the full example source codes is the ECard Customization Guide which shows you how to edit the source codes when you want to change details such as background image, font, text, animated images and music. Get the full source codes to this program, ready to compile and run using your Visual C++ compiler. (both Visual C++ 6.0 and Visual C++ 7.x are supported).
Keywords: source codes source codes c++ mfc ecard egreeting visual c++ html rtf
|
|
|
LTFCrypt
Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files. This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C cryptography library, to build your own file encryption program. Supported ciphers: aes, blowfish, xtea, rc5, rc6, safer+, twofish, safer-k64, safer-sk64, safer-k128, safer-sk128, rc2, des, 3des, cast5, noekeon, skipjack, khazad, and anubis. In this example source codes, the symmetric block cipher chaining mode used is CTR (Counter Mode). However, LibTomCrypt also has support for other modes such as CFB, OFB, ECB, CBC. If you use LibTomCrypt, your program does not need any external encryption DLLs or software components. There is no DLL linking so you do not need to distribute any supporting DLLs. There is only static linking using tomcrypt.lib. In addition, there are no messy COM installation problems. LTFCrypt, a free and fully functional program that allows you to encrypt and decrypt any text or binary files can be downloaded from http://www.yeohhs.com/ltfcrypt.htm The LTFCrypt example source code package comes with Visual C++ projects and source codes for Visual C++ 6.0 (file size 652 KB) and Visual C++ 7.x (file size 776 KB) or later. This product comes with a 60-day money back guarantee. All purchasers are also entitled to receive the next updated version free of charge. All orders are processed via an easy and secure online shopping system.
Keywords: encryption file c++ tomcrypt library windows symmetric ciphers languages support
|
|
|
sqlitespl
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite?
What is SQLite? SQLite is a C library that implements an embeddable SQL database engine.
Are you looking for a way to create compact and yet very powerful database applications without without having to buy a commercial database server?
Do you want full control over the size of your database applications without having to use ADO, ODBC and other bloated libraries?
Are you a shareware programmer having trouble finding a database server suits your unique needs? Why not use SQLite?
Download this sample eBook.
Keywords: how-to ebook sqlite embeddedable database database sql visual c learn how create embedded sql database applications using visual c record button
|
|
|
MySharpCode
Would you like to create your own embedded database application in Visual C# using SQLite and its ADO .NET Data Provider?
What is SQLite? From its website at http://www.sqlite.org/, "SQLite is small a C library that implements a self-contained, embeddable, zero-configuration SQL database engine."
In the .NET-framework, you can use the FREE i.e. BSD Licensed, Finisar.SQLite, an ADO.NET Data Provider for SQLite to access SQLite databases.
The FREE demo program is a fully functional program that uses SQLite for keeping a database of C# code snippets. The SQLite database that comes with the demo program contains some C# code snippets from the program's C# source codes.
The registered version of this package contains the step-by-step fully commented example source codes for a complete Visual C# program that shows you how to create your own C# program and use an ADO.NET Data Provider to access SQLite databases. Both SQLite version 2 and version 3 databases are supported.
BONUS for registered buyers: For a limited time only! You will also get to download two additional versions of this program that you can compile using Visual C# 2005 Express edition and SharpDevelop.
Keywords: sqlite c sharp gui visual database embedded- -net ado data provider step step commented sharp example program uses sqlite using internet
|
|
|
Breathe142
This program is a visual and audio aid to guide you during your breathing exercise. It is based on the breathing exercise described in ancient Eastern and Oriental practices. In this breathing exercise, you are to inhale for one count, hold your breath for four counts and then exhale for two counts. For example, if you inhale for 4 seconds, you hold your breath for 16 seconds and then exhale for 8 seconds. How to use Breathe-1:4:2? * To set the "inhale" number of seconds, set the Sec. up-down control value to your desired value. The minimum Sec. value is 1 and the maximum is 32. * To set the number of repetitions, set the Rep. up-down control value to your desired value. The minimum repetition value is 1 and the maximum is 12. * Get ready to begin the breathing exercise, then click the Start button. * To cancel and restore all to default values, click the Reset button. Just below the Reset button is an edit box that shows the number of completed repetitions. Notes: This program is written completely in assembly language. In the trial, all the functions are available except that the number of repetitions is fixed and every time you run and exit the program there will be a reminder dialog. In the full version, you can set the number of repetitions and there is no reminder dialog. You can customize the sounds to be played marking the beginning of each phase of breathing. Just copy your own wav files into the installation folder and rename them as 1.wav, 4.wav and 2.wav, each to be used as markers for the beginning of each breathing phase. Download this trial program to see what it can do for you.
Keywords: breathe 1:4:2 energy pranayama healing breath subtle breathing wave sound files
|
|
|
Page 2 out of 3
1
2
3
|
Copyright (C) 2003-2008 FilesLand.com
|
|