Results for "Volume: 2002VB"
This code gives you the ability to create a 'floating toolbar' within your application. The old SetWindowWord function is only good for 16-bit applications, so it won't run under a 32-bit OS (like NT4). The API call you should use if you are programming a 32-bit application is SetWindowLong. It works the same way as SetWindowWord, only uses DWORD(Long) values instead of WORD values for the 32-bit OS.
This is a COMPLETE introduction to the powerful C programming language (not C++). Perfect for absolute beginners to the language who want it all! Now, I tend to write as I talk so if you find a concept is tought too fast (you want more examples, etc), leave a comment and I'll fix it and reupload it! Please do leave a rating after I fix the problem.
Have you ever try so send a string variable to MS Access that have apostrophes using a SQL Statement? If YES you will get a run time ERROR Here is your solution....A function that formats the variable before sending it to the database.
This is a simple hitcounter written in c that writes the number of page hits to a file then displays the number as .Gif's (Gif's Included) SSI required to use. Exapmle Included
Brief introduction to printf and using C/C++'s basic variables
DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.
Demonstrates binary search with either recursion or a loop.
This is a GREAT / COOL program that would let begginers write your C, C++ programs in windows rather that DOS.
I found this E-Book, so I thought I would upload it so it could help you guys. (I don't really program in C++)!!
A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.
Simple Calculator Program
This code shows how to use Visual Basic to calculate great circle distance (distance between 2 points using decimal latitudes and longitudes).
This is a 4 function calculator with 8 - level memory, it performs calculations
It draws lines on the screen. Looks like a screensaver. Shows some basic C++ coding techniques.
This is an Access-based guestbook; DSN or DSN-less database connection. Zipfile includes scripts to display, enter and delete entries, plus readme file. Can be customized simply by changing html code.
This code is a demonstration of a quick and easy way to copy an entire list (without needing to select them all) or selected list items to the clipboard for pasting into other applications. It simply copies the items to a hidden text box and then uses the clipboard method. Follow the instructions below to see how it works
This class contains two functions which can be helpful in creating an online shareware registration system for your software projects. GenerateKeyCode takes a username, or any other string, and generates a unique human-readable registration code (such as 9397-JQM0LD0YJV from the string: Andy Carrasco). GenerateKeyCode will generate a totally unique registration code over and over again, even for the exact same name! VerifyKeyCode is the partner function, and will verify if a keycode matches a given name.
Fraction calculator. MFC dialog application that adds, subtracts, multiplies and divides proper and improper fractions.
Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.
This code makes the irritating office assistant a fun playmate, he play games of Paper, Scissors, Stone...and his expressions change according to your actions!!!!