Advertisement

Results for "Category: Complete Applications"

2002VB #25016
HandleMon for WinNT/2000

This is a complete application for WinNT and '2000 systems showing processes and their open handles. Instead of using a kernel module, the program utilizes some undocumented functions.

2002VB #25017
directory watchdog

This program runs on WinNT and '2000 systems. It monitors directories or entire volumes and displays certain activities.

2002VB #25019
PAINT for DOS

Ever had problems loading your picture files in DOS for backgrounds in games etc. This program is an answer for such troubles. You create your own full screen picture files using the mouse, arrow keys etc and load them in DOS without any trouble at all. 10 stylish BGI fonts, 16 colors, 10 fill styles, and much more make uo this exciting programs. What's more i have included a code snippet at to how to load the images in other programs(in a readme file) and also all BGI files so that you don't have any graphics errors.

2002VB #25044
MENU MAKER --- creates menus for your applications.through a wizard

Every time you create a program, in C or C++ you have to waste valuable time plugging in code to create a nice menu using arrow keys and stuff. This program is the answer to that. When you compile and run the program it asks you a few simple questions, it runs like an office wizard asking a few simple questions. Depending on your answers it generates a header file menu.h which you can include at the top of your program with a simple function call menu(). MUST for beginners, who wish to enliven up their programs but don't know how to.

2002VB #25059
API-Spion - window/toolbars/menus/processes/modules (DLLs)/threads handling/ 'editing'

NEW V2.0! You can edit windows, menus, toolbars and controls at runtime of a program. With a window/control you can do at runtime: enable/disable, show/hide, destroy (with custom defined return!), change the icon, the password character, the font, the background color, the position, the size, the title... You can edit the menu, toolbar (enable/disable, destroy, get ID, set ID...) of a window too. API Spion shows all processes, threads, modules (DLLs) and windows list. The module viewer load and unload libraries (DLLs) and it can register and unregister OCX/DLL files. Processes can be killed too. Messages like WM_COMMAND can be send to a window and the window can be copied as a bitmap to the clipboard. Very good: You can disable the task manager and you can see the opened files by windows. More info you can find in the file english.txt in the .zip-file. How to select a window/control? Click with right mouse botton on API-Spion (somewhere, where no controls are) and drag 'target-cursor' over a win-control. DISABLED/HIDDEN: To select a disabled or hidden window. Select first the parent window of the disabled/hidden window and check the 'Disabled/Hidden' checkbox. Now you can select all disabled or hidden windows from this parent window. IMPORTANT: Read first Readme.txt in the zip!!! Please VOTE it :-))

2002VB #25060
CPU usage in per cent

This small program shows you the CPU usage in per cent. In the zip file is a very good explanation for the code (how does it works). Please VOTE this program.

2002VB #25070
Fast Fourier Transformation

This program will sample sound from your Audiodevice and apply a Fouriertransformation to the sample buffer. This Program has a GUI and will plot the FFT in a window. You can change BufferSize and SampleRate in order to change the FFT resolution. This is a complete VisualC++ Project and is written in pure C. The code has many comments and you should be able to follow it up easily. Have fun playing with it.

2002VB #25091
GUI ASCII Chart Utility

This program converts char to dec and hex, dec to char and hex, and vice versa. Nice simple gui made from pure ASCII code characters, can convert and list, just like any ascii conversion utility.

2002VB #25101
Bios Clock

It shows your computer's BIOS time. Make sure you don't run it on Windows 2000, becasue Windows 2000 does not fully support BGI in Dos.

2002VB #25112
Encrypto

Encrypts a file

2002VB #25113
Huffman compression algorithm.

Data compression is very popular and widely used thigie today. Huffman compression algorithm is one of the first and simples one, so it's good to start from. This code include code and explanation for algorithm itself and two simple file compression/decompression programms ( just for example)

2002VB #25116
Create A Simple Windows Application

This Code Explains What To Do and You Create A Simple Text Window. I also think this is a good way to learn.

2002VB #25123
Statistical Lab

Hi there ; Today I am here with you with my new code name "STATLAB". Actually I made this for those who work in "Probability And Statistics". These funtionalities are often not found in any Scientific calculators. So Go ahead use it , I made it free of cost for my beloved fellows.

2002VB #25125
ABC Payroll

This program is to get a salesmans commision pay and all that good stuff you will learn a lot from this example. This is a project i had to do with school so plz dont judge it to harshley

2002VB #25140
Sendmail for Windows 98/NT

A simple sendmail utility for Windows 98/NT at the TCPIP socket level, based on RFC821. A needed addon for Windows. Operated in command-line/console mode.

2002VB #25146
Command.com

Command.com - DOS command Interpretor. Open Source Development project at freedos.org. Submit any updates there. Very Interesting!!!

2002VB #25161
Ultra RPG

Basicly, this is a text based rpg. I think it's primary purpose it to develop my own coding abilities, but other beginners can use this as an example of how to take what they have learned and develop it into a seperate program. Last revised on 11-30-01, Now you can fight bosses.

2002VB #25166
R_Paint

R_Paint is MS Paint lookalike.with regular tool set,supports cut copy paste, Transformations and more options.( please VOTE !!! ) The code is Huge , Interesting ,Tricky and is in perfect OOPs style.Forms ,Buttons ,Labels ,Radio Buttons ,Text Boxes ,Check Boxes ,Menus and every thing you need for GUI development . the controls have all popular properties and events ,one form can load another and ........In a way its VB IDE lookalike ,we first start by designing the form( through code ) then we code events and then we set the startup form and through control events or menus we load other forms .......the rest is for you to Peek a boo ( please VOTE !!! ).

2002VB #25167
Parabola Coordinates Program

A program that finds coordinates to a parabola.

2002VB #25205
Post - It

Try this, you can write your notes on yellow windows that can be reduced until 10x10 pixels, i u want they can stay on top or not, they can have a date and a time, so that you can be warned by them appearing, or by a sound, a message box or they can launch a program(with a command line.... or all togheter. ************************************************************************************************************************************ MAIN MENU (Right click on icon in System Tray) ************************************************************************************************************************************ All OnTop (puts all your postits on top All NOT On Top (try to guess....) All Default position (Restore all post-its to their default position, if you have moved them) Reset Defaul position (Make next Post- it to start at 0,0) Open All Closed (Active if you have closed post-its, re-open all of them) Close All (ok, you know) Post - It (it opens a sub-menu with all your opened post - its, - their titles - , you can click a menu item to have that Post - It Active) Closed Post - it (Same as above but only for Closed Post - Its) Delete All (Delete All post - Its and Restores start position) Exit (End the program......if you have not deleted post - Its, they will be loaded when you start program again, with thair last properties.....status, on top...) ************************************************************************************************************************************ POST-IT MENU (Right click on Post - It) ************************************************************************************************************************************ Close (Closes post - it but doesn't delete it) Dock (opens a sub-menu with these options: Top (It does'n allow you to move your Post-it out of the top of the screen) Bottom (....) Left (....) Right (........all these 4 styles can be combined togheter) None (Uncheck all the styles above) On Top (Toggles On Top property of Post - It on-off) Alarm (Opens a window where you can set a date and a time to be warned, from this window you can toggle off this property, or go to another window where you can choose the way you will be alerted) Delete (Deletes this Post-It permanently)

Languages
Top Categories
Global Discovery