Advertisement

Results for "Volume: 2002VB"

2002VB #17392
32-bit Floating Toolbar (NT & 95)

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.

2002VB #24787
A 30+ page Beginner's Manual to C!

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.

2002VB #17393
Aprostrophe

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.

2002VB #24710
Simple Hit Counter

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

2002VB #24944
Using Printf and brief explanation of variables

Brief introduction to printf and using C/C++'s basic variables

2002VB #24943
DirWalk - Getting all directory structure with Win32 API

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.

2002VB #24940
Binary Search

Demonstrates binary search with either recursion or a loop.

2002VB #24704
modeless dialog app

This is a GREAT / COOL program that would let begginers write your C, C++ programs in windows rather that DOS.

2002VB #24939
Teach Yourself ANSI C++

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++)!!

2002VB #24942
A XService DEMO - Learn how to make easiest way a WinNT Service

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.

2002VB #24713
Simple Calculator Program

Simple Calculator Program

2002VB #17372
Distance Calculation

This code shows how to use Visual Basic to calculate great circle distance (distance between 2 points using decimal latitudes and longitudes).

2002VB #17412
4 function Calculator with 8 level memory

This is a 4 function calculator with 8 - level memory, it performs calculations

2002VB #24945
graphics demo

It draws lines on the screen. Looks like a screensaver. Shows some basic C++ coding techniques.

2002VB #25769
ASP Guestbook

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.

2002VB #17394
Copying List Items to the Clipboard

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

2002VB #17283
RegCodes

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.

2002VB #24948
Fraction Calculator

Fraction calculator. MFC dialog application that adds, subtracts, multiplies and divides proper and improper fractions.

2002VB #24670
Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).

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.

2002VB #17410
Office97 Assistant Plays Games!!!

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!!!!

Languages
Top Categories
Global Discovery