Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #82340
Bff (BrowseForFolder)

This example showes the use of BrowseForFolder Dialog Box using its hook procedure to create a new Button. By typing in the Edit field a name and then clicking on the "Create" Button, you will be asked to create a new folder. You can easily add Bff.cpp in your projects and change the code according to your needs.

C_Volume2 #75262
Easy method of Writing And Reading Small Text File

Easy method of Writing And Reading Small Text Files

C_Volume2 #82341
Have your Exe Delete Itself

Whether your making a setup application, an uninstaller, or for whatever reason, your probably going to be faced with the problem of self deletion. How can you delete your own EXE thus leaving no traces of your program on the computer? You can't use another program that you've written, ..then how do you delete that EXE? It turns out that we can rely on good ol' windows to help us commit Hari Kari, but the technique is different on NT based machines. First I'll show you the code for 9x/ME machines. For those systems you need to add an entry into wininit.ini, this is a initialization file that windows will use on boot. This file resides in your windows directory but might not be present on your computer since it gets renamed to WININIT.BAK after each use. This doesn't concern us since the WritePrivateProfileString function will create whatever is missing, that is the function used to write data to ini files. What you add is the string: NUL=yourexe.exe With the path of course, into the [RENAME] section . After this is called the file will be deleted next time you reboot your machine. Here is the code:

C_Volume2 #75263
sql connect

since i couldn't find any code that let me connect to an sql data source i got to work and wrote one i think it's real easy and it lets you connect to the sql server while still using a data control

C_Volume2 #82342
updated scientific calculater

This is an updated version of my previous code. Ive made some changes and have tried to make the look even better.plzzzzzzz rate my code

C_Volume2 #75264
a simple DataBase Search project for Newbies

This sample project will show you how to easily structure a query to a DataBase. The sample uses the NWND.MDB that ship by default with VB5 and 6 and demonstrates on a searchform how to search on a text from a textBox and use the different comparison operators like =,>,LIKE, etc. NOTE: This is for total newbies that have a hard time figuring this out. I myself had a hardtime in the doc to get an easy explanation on this. Cheers, and hope you enjoy.

C_Volume2 #75265
FTP Server using the Winsock control

This is a simple FTP server I developed using the Winsock control. Its got a few bugs in it that need to be solved as well as some missing features. But I think you will find this useful. It is more complete than any other FTP servers posted here. Its got plenty of comments so I hope it is easy to follow. If you make any additions or improvments please let me know. Would be neet if we could make this sort of a collaborative effort towards a decent FTP server. Updated: *FIXED sending files to the client. (FINALLY!)

C_Volume2 #75266
a Better way of testing if connected to the NET

Ok i had previously posted the Improper way of doin a test for fun :) I just ran across this code on MVPS.ORG This code uses the wininet.dll VIA API calls, and it will tell you if you are connected and wether you are connected via LAN, modem, or proxy ! I had to post this up since it seems many ppl are lookin for somethin like this.

C_Volume2 #82343
State Capital Guessing Game

My code is a state capital guessing game. The game can be played with one or two players. The object of the game is to guess all fifty capitals. The game keeps track of how many answers are correct and incorrect. I also added a flag using bool for correct answers. This way it will not ask the same question over.

C_Volume2 #82344
Click Me

Just For Users Enjoyment.

C_Volume2 #75267
A GOOD WAY TO: Save&Load a Rich Text Box contents!

This code is VERY usefull! It can load a files contents into a Rich Text Box and also save the contents!

C_Volume2 #82345
Inheritance

Three good examples of inheritance using public, protected, and private access specifiers.

C_Volume2 #82346
TicTacTix

This is a windows tic tac toe simulator. You can either play against the program or watch a simulated game. The AI is great. Enjoy. (Pls. don't forget to vote.... :)

C_Volume2 #82347
MasterX SDK 2.0 *Special Edition* graphics.h winbgi port

This is a special version of MasterX SDK 2.0 , it contains a library I found called winbgi which I did not write, but modified to use MasterX SDK to initilize directX. It ports graphics.h programs to run under windows, in a directX fullscreen application. You can use the masterX hwnd object inside your graphics.h application ports so you can play mp3's, play sounds, and get direct input.

C_Volume2 #75268
A Code Designer

Ever had a look on someones other well designed source code and wondered how they did this ? With this little Application u can do the same with one click

C_Volume2 #82348
[Memory Usage Viewer]

This is a very simple way to view all memory in the computer. Most of the code is just self explainitory.

C_Volume2 #82349
A Packet Sniffer for Win2k/XP

This code will show you how get raw ip packetes with raw sockets on Win2k/XP.

C_Volume2 #82350
[Bitblt To Desktop pure API]

This is a simple example that shows you how to load a picture from a file and create the correct DC for it. From there we just bitblt to the screen.

C_Volume2 #75269
Add Wav Files To Your App.

Add Wav Files To Your App. This sample is in .zip formatYou need a versio of Winzip to open it. You can download it @winzip.com

C_Volume2 #75270
Multipule MDI forms in a single application

Have you ever wished that you could add an MDIParent form as an MDIChild form to another MDIParent? Now you can!! Create MDI parent containers within an MDIParent container. Have you ever wanted to load an MDIChild form from a DLL into an MDIParent application? Now you can.. While this demo is not a "true" MDI.. it most certinaly gives the apperance of one, and is FAR more flexiable.

Languages
Top Categories
Global Discovery