Results for "Volume: C_Volume2"
This program creates an animation using blitting with assembly after getting memory addresses of pixel information using scanline. To understand the code, you'll need some knowledge of assembly.
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!
This header file contains functions to: Return the n number of characters from the left/right of a character string, remove trailing and leading spaces and replace a character with a string that is specified. The functions are pretty straight forward.
This is a utility similar to task manager. It shows all the running processes, the modules loaded by the processes, and version information about each module.
Makes a Form Trans Parent
Help you send mail in HTML format , Here you can change the variables as required to suit your needs , please make it sure that the code is on live server (Server Connected to Internet) which can be accessed by http protocal
Cool GUI paint utility for C++ use. You can use the software to make and edit the Images and the add them to your programs. It even loads 16-color low resol ution BMP images, so you can transform them into this format and load em to your programs. I works only in VGA HI mode. It has many cool tools that make it a complete image editor. - It has standard tools like paint,Draw , Ellipse , Box , text with changable fonts etc.. It also has these : Flip the image horizontally or vertically , Invert colors , Cut , copy paste , Color replacer, Selective Saving capability. It manages all These functions without any memory constraint. Its memory is as big as your hard drive, but you will never need more than 350 kb. I am also supplying the file IMAGE.CPP - this is an include file for cpp programs, it contains the function to load the image : - SYNTAX : image(x1,y1,"filename") - x1,y1 are the coordinates of the image. Please see the screenshot. Have fun !! and don't forget to view the readme (V.V. Imp) I will be grateful to you for your comments and suggestions. Please Vote for me. Thanks !!
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).
This code can be used to determine the X,Y coordinates of the mouse cursor and use them to check for idle mouse activity. This code is useful in that it does not require your current form to be in focus (active windows status). The GetCursorPos can be used in conjunction with or be replaced by another API call GetCaretPos, which determines the X,Y coordinates of the text cursor. Hopefully this will be useful to anyone looking to check for an idle desktop. (Richard Puckett, puckettr@mindspring.com)
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.
WinAdmin is based on a sample from MS. It is a taskmanager like app with extended info on drivers, services, and applications, plus a built in control panel, a change log, and quick support tab for looking up Windows errors and finding solutions. There are many examples here to learn from. The code is slightly messy and not commented very well. I hope this helps! PLEASE VOTE!!!
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.
The following procedure acts similar to strtok in C++. Call it once with your string (S), and then everytime you call it from there on out, you can break your string apart with tokens! Included is a function StrMid() and an overload for StrMid that simulate the Mid() function in Visual Basic.
The screen shot shows what he does. The tStickMan class, is thoroughly explained in html pages to help you add it into your programs. Have fun with it and if you like it, please vote.
Get .exe file header info
This code will go out to http://uptime.netcraft.com and grab the uptime graph (if there is one) for your site. Each time the graph on netcraft.com is updated, this code will update the graph that is being displayed on your local site.
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 is a flat file mailing list system. It saves all member names and emails to text files and send confirmation signup emails. People can signup easily with a simple form and you can then send out an email to all members in one hit very easily.