Results for "Volume: C_Volume2"
This function allows the application to enter and exit exclusive mode. In this mode any message boxes or prompts from Windows and other applications will not show up infront of the program. This is useful when you don't want anything to come up infront of your application window.
Just to show how to read a txt or .dat file in vb.net
The object of this short tutorial is to demonstrate how processes can be hidden from the windows, its taskbar, and its task manager. It also contains my code to hide from the task manager on 9x machines without crashing when run on NT, or XP.
this list alls the files in a the current directory
Simple Trainer is a small example on how to use WriteProcessMemory to modify a games memory. I was surprised at the lack of source for trainers made in delphi so I whipped this up.
Resamples an uploaded image to 75% jpeg, without changing the ratio! If x and y size is equal, the image will be [100px]*[100px]. If x is bigger than y, the image will be [150px or less] * [100px]. If y is bigger than x, the image will be [100px] * [150px or less].
A fun game using a simple menu. You find yourself in front of a Castle and decide to go in. The object is to get out. Very fun.
This tutorial has been made to give an introduction to new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials. So this is the first lesson.
*(UPDATED)* ADDED: -Code Re-written -Now updates file size if you no the file has been changed by a program. This program makes a list of all the .ini .sys and .com files on you hard-drive in the c:\windows directory and then calculates there size and keeps them in a log. and then every time the program starts it checks the file sizes against the logged ones to see if they differ, if they do then it tells you. I made this because virusses can sometimes alter files and hide inside them so this basicly keeps a eye on them..
delphiworks is a collection of 16 Units, 308 procedures and functions, 98 records/types and 121 constants. A complete documentation is available as compiled HTML help file ( CHM ), as a HTML offline pack or online at authors website ( http://delphiworks.sourceforge.net ). All help files available in german language! Tools for: date/time conversions, registry, multimonitor systems, files and drives, HTML, INI-files, MP3, networks, Windows NT special funtions, numerics and mathematics, operating systems, printers, string- conversions, system internal functions and many many more!
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 code is used to disable the "X" form button (that one top right) in a form
This is my first ever C++ program, only download this if you are at the "Hello World" stage of C++ programming! It is for 2 players, the aim is to guess the opponents number. Since there is no validation or error handling yet, this sad program can easily crash or fall into an endless loop if someone types in an invalid number or a string. Well, it is my first game.
This is a short, simple program that shows how to draw a wire frame for a 3D model. Anyone interested in math or 3D graphics should like playing with this code. It is only about 200 lines so have fun. Please comment and vote on it.
This is an early version of the new password program I am working on, it saves Passwords to disk with very low level encryption and it allows you to call it with-In dos prompt with arguments. Please tell me what you think.
This article shows you how to put a checkbox in a dbgrid. If the column is of boolean type, then a checkbox will appear. Great Look and very easy;
It converts infix equation to postfix or reverse polish notation
This code work with a JPEG, GIF, WMF, BMP skin picture. For Ex. Winamp UI or Freeamp UI etc
A simple but cool guestbook. PLEASE COMMENT!
Sending Files : The programs allow a user to send and recieve a file using both programs using Simple Delphi client and server sockets and filestreams.