Results for "Volume: 2002C"
Can Change The Shape of any form
Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API
This is a collection of functions that will make it easy to connect and disconnect from remote computers as well as sending and receiving data. Worth a look, i think =D Important: Be sure to link your code with wsock32.lib and mpr.lib (already done in the sample) !! The sample shows you how to connect and listen for connections, send and receive data, and how to retrieve all computers connected to the LAN. For an online documentation visit http://code.jakobbieling.de/. Have fun (PS: I recommend using the new CNetworking. Browse through my other submissions to find it.)
This tutorial has been made for new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials.
This is the first game I ever coded. I whipped it out in a few minutes and decided that it might be useful(ha!) for other people. Should work on any compiler in any OS. Sorta fun to play if your really bored, shows use of simple random numbers.
this code sets the screen into VGA mode and fades the screen different colors by pressing certin keys!!!! this code is really easy to understand even for a c++ newbie also this code is very well commented just incase if theres something that you dont understand =]
This example sets up a Server using TServerSock to respond and handel incomming Telnet connections. It can easily be modified into a UserAccount based RemoteAccess system for example. Try it out, a lot of time has been put into this code so it should be almost perfect!
Makes a Form Trans Parent
This subroutine shows how to Really put a ComboBox (or any control with a hWnd) onto a ToolBar (or any other control/window with a hWnd).
The tutorial is designed for the novice programmer and the programmer who has never used structured language before. It will give an impression how C works. Experts skip this articles.
This is a console menu foundation class. This allows you to create menus in seconds! Methods include: AddMenu(int ID, char *Name); AddItem(int ID, char *Name, void (*Function)()); Draw(); Run(); ...
Reformats URLS for a search engine friendly format (ie look like HTML pages) back into asp querystrings for the ASP pages to use normally.
Get .exe file header info
Explains an interesting way to shutdown a Windows 9x PC in only 1 Line of Source Code. But not only to shutdown... have a look for details
This code shows how to make your first C program. Nearly every line is commented. So if you are willing to learn C language then you must see this !!
This program is a console word processor that replicates Windows NotePad. So far you may only open text files and move around it. Editing feature will be added soon.
Allows sending of e-mail (SMTP) directly from a VB app using Winsock, WITH OUT having to buy an expensive add on componet
This short and sweet function accepts a string containing text to be spell checked, checks the text for spelling using MS Word automation, and then returns the processed text as a string. The familiar MS Word spelling dialog will allow the user to perform actions such as selecting from suggested spellings, ignore, adding the word to a customized dictionary, etc.
This is a Minamal RPG with a besic fight system. This is my first C++ program EVER!! granted it is not the best but what do you expect from a 16-year-old's first 'real' program? Thanx and have fun, you have any suggestions for 'RC1' e-mail me please!! tenchi1@animeinn.net or ffvrules@yahoo.com
This program has almost all the basic c++ graphics functions and also the independence day tune created using sound function. It will act as a great tutorial for those who want to learn graphics in c++.Please vote fr me. visit www.gauravcreations.com for more exciting programs.