Results for "Volume: 7_2009-2012"
This function quickly retrieves a range of lines from a text file.
This paint utility is similar to the Paint we have in windows Accessories, but with a limited functions. But this paint can be executed in Dos Environment without the support of Windows. This is not a master piece application in this kind, but I have tried to simulate the windows controls, menus, popups, and GUIs in the simple C graphics functions. You will definitely find the Interface of this application quite interesting with Icons, Menus, Message Boxes etc. and these functions and procedures can be reused for any of your application in which you may want to add some GUI interface. This is fully Mouse Driven. Other feature is the Image that you create using this application is compatible to the Windows Paint UTILITY - that is you will get the ACtual BMP which will be recognised as BMP by any other applications.(like word etc). Please Vote High, if you find it worth enough.
A simple guess the number game.
This code performs mathematical functions such as finding factorials, permutations and combinations, GCF and LCM, tests for perfect numbers and also can generate a fibonacci sequence.
This is a simple demonstration of a simple console application written in C#.
Highly helpful for editing files
Aims to count how many words in the infile
This program shows how a 2D particle engine works. It's not the best code but it gets the job done. I know it could be greatly optimized but I just needed the code like this.
This code is a simple fully functional text editor and was created with the main purpose of creating pretty forms using transparency. It is commented and should be a begginer->intermediate code. It can be easilly reutilized to any other application. I hope u have fun with it, if you like it, please give it a high rating =). Thanks for your time. Check the screen shot so you can c how pretty it is =).
Ever wanted to configure ODBC Programmatically, from your code without any client configuration?. Here is how to do it. Please tell me what do you think ?! Please note that the code loads odbccp32.dll, that must be available at the Windows\System directory or on the search path, this DLL is installed by default with ODBC32.
Shows how to create a counter, as well as record the date and time into a file.
This is my first VB.NET program. It has a Tray Icon that reacts when clicked/double clicked/right clicked, saves the text in the registry, and has 3 tabs to organize the data.
It asks you name, age, height, etc. and puts them in a *.txt file...
It automatically changes the desktop wallpaper after specified time. It converts GIF's and JPEG's to bmp before setting the wall paper. It creates two regsitry entries for the first time. Two entries are Image directory: Path of the directory where all image files resides and Time slice. It also creates a regsitry entry: HKEY_LOCAL_MACHINE/SOFTWARE/AUTOWALLPAPER
On my website I've got lots of tables. Normally updating the news just by editing the HTML/PHP file would be lots of work. That's why I normally used my ASP newsscript. But since my new provider does not have ASP, I've converted it to PHP. This script will read a textfile (no MySQL required!), and parse some command that define the subject,date, and the body. Makes your website far easier to maintain and to update. It's also possible to set a maximum of News items to show. For a working example, check my website: http://www.quadrantwars.com" Please note this is my first "venture" in PHP after all those years of ASP. If something could be better, please tell me. (also, don't forget to read the readme.txt)
This program finds the Minimum number of 7 numbers entered.
This code can count the alphabets even in a large text.
Allows the user to have a poll on their site. This also limits voting to once per IP.
Make your computer talk
A .NET icon control that behaves similarly to a Windows Desktop icon. The icon can be dragged around its container at runtime.