Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #67318
Brick_Game

I have made this program for my 4th Semester project. Its a simple Brick Game with 9 levels and sounds.

C_Volume2 #67319
Use BitBlt Masks for flicker free animation

Call me sad, but I wanted a moving starfield with fading in text for my splash screen. Using bitBlt, masking and frame buffering, it can easily be done looking professional and flicker free! (The *dynamic* masking of the text enables the stars to pass behind the gaps in the text) If you type in new text it'll fade it back in from black. Remember it doesn't have to be a starfield or text, but it shows how BitBlt'ng everything to a buffer first really makes a difference when producing flicker free gfx. Please comment and vote.

C_Volume2 #67320
Different On Top Forms

Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!

C_Volume2 #67321
Memory Read\Write Functions

This is a module that contain functions to easily read\write Byte, Integer and Long datatypes (which is the three most common datatypes you would need in a basic trainer) to a process' memory and you are free to use the module in your own programs\trainers or just use it for educational purpose if you like. In the same project file as the module, there is a little memory manipulation program I wrote that shows how to use each of the read\write functions, and to make the test-suite complete, I wrote a small program you can test the functions on by manipulating Byte, Integer and Long variables. You can find the memory offsets for each variable in a text file named Offsets.txt, though the program was also designed so you can try to find the offsets by using a memory search tool such as GameHack or TSearch. The whole project is widely commented and I suggest you read through it for a better understanding of what's going on.

C_Volume2 #67531
Extract RGB with CopyMemory

Extract RGB components with CopyMemory & GetPixel API functions. Just a few lines of code. Comments and suggestions are welcome.

C_Volume2 #67532
nice and simple Icon Editor

Its a simple 32*32 icon editor with some basic editing functions.

C_Volume2 #67533
Adjust DataGrids Column Width Based on Longest Field in Underlying Source

When you display data from a database to a DataGrid, you will see that DataGrid's columns width cannot adjust to the longest data in the field. I made one procedure that can fix the problem. This procedure will adjust DataGrids column width based on longest field in underlying source. Enjoy!!!

C_Volume2 #67534
Minesweeper Hexagonal, updated

This is a new twist on Minesweeper with its hexagonal tiles. Uses a subrutine recursively to clear out open areas and transperant BitBlt to draw the tiles(fast!). 3 difficulty levels. Straight foward, commented code. Now with custom level & high scores!

C_Volume2 #67535
A Complete ADO Code Database Programming

Confused how to make a database programming using ADO Code? This project shows you how to make a complete ADO Code database programming with: navigation (move first, move next, move previous, move last), add, update, delete, cancel, refresh, find first, find next, filter, unfilter, sort (ascending-descending), bookmark, and adjust datagrid's column. This project uses reference "Microsoft ActiveX Data Objects 2.0 Library" and database Microsoft Access 97. I made this project by using "VB Application Wizard" in Visual Basic's Project Type Dialog Box and I choose "ADO Code" and "Master-Detail" through "Data Access From". Then I modified the code by adding find, filter, sort, and bookmark procedure - each of them in one form. The comments in the source code using Indonesia language (because I am an Indonesia ;) ). Sorry for this. May be I will translate them to English some other time. I hope you understand the code because the name of procedure using English language, for example: cmdAdd_Click, cmdUpdate_Click, cmdDelete_Click, etc. Enjoy the code! Any comments and votes would be appreciated.

C_Volume2 #67536
Circular Clock

This will display a Anolog clock with Hour, Minute, Second hands and the Day in circular pattern. It will display this clock where ever you put your mouse :)

C_Volume2 #67537
Credits Demo

It's a demonstartion of a really great About formular. It has tranparent effects and scrolls to the top. It also has a gradient background.

C_Volume2 #67538
Soccer Game

Hi Ppl, Well!! I was feeling bored and lonely so thought should code a game, well this code I started in the soccer world cup fever and now it has finished. Well, about the game; a simple soccer game which shows you how to use different objects and how to move them around the form by using some maths functions, great master piece of mine till now. I want to request you guys about one thing, if you are downloading this code, please try to rate it coz thats how we get the recognition on this site,just few second of urs can give an identity to a programmer in this big world of programming. Thank you Enjoy

C_Volume2 #67539
Looking through translucent glass

Translucent effect of looking through a glass using GetDIBits and SetDIBits API. Based on tutorial on some website (I forgot the address). Comments and suggestions are welcome!

C_Volume2 #67605
Process Commander 1.0

This program lists all the applications, modules, and threads in tree view and list view. It can also suspend or resume thread, kill process, and gives you detailed informations for each process or module. And it works under Win XP/NT/2000 .... or any other Windows platform. This is finished program, but classes and modules are very easy to use. It is only 64Kb file, and there are many things to learn from it.

C_Volume2 #67606
Bot Prevention - Human-only Readable Text

An interesting and simple program to demonstrated how bot prevention pictures are made (like the vote one on this site ;-) ). Also included is a new feature that would further confuse any OCR program. I have included extensive comments to try and make it as clear as possible on what’s happening.

C_Volume2 #67607
Ultrabox 2.0 , A Listbox Replacement

This is an update to my previous submission. New updates include: *A picture can be added to the begining of each item, with optional transparency. *Bold, Italic, Underline can be added to the items, with the ability to have only part of the string any of those three (or a combo of them) *Can Enabled/Disable the whole listbox *Has a Sorted property to sort the list in ABC order. (A bit slow, but its the best I could make, 100 items takes about 1 second) *MultiSelect, ability to select more then 1 item, while holding down the CTRL button. Other original features: *Multicolored items *Check/Option items *Horizontal Scrollbar *Find method and FindInStr. >Find matches exact string >FindInstr works if the input is found anywhere in the item, it will be triggered as found. *Enabled/Disable certain items *Progressbar Item *Fill View as either Lined or NoStyle >Lined with have every other item a light grey, and the other items white. *5 Different Border Styles >Raised >Sunken >Etched >Bumped >Line >None To come: A Print method that will allow you to print out the list in a number of formats. I am still having some trouble on this part, but it will come.

C_Volume2 #67608
A cool chat program

You can comunicate with your friends without using other chat programs. Also you can choice to comunicate in public or private mode

C_Volume2 #67609
Image Resize / Aspect Ratio

If you want to load an image and resize it maintaining the original aspect ratio, this is simple, short and works. Coded in VB6 but is most likely compatible with previous versions. Start with an Image control INSIDE a PictureBox with the default names (Image1, Picture1). There are two versions of the sub one with and one without comments. Call this sub when you load a picture and from the Form_Resize() if your Picture1 resizes with the form.

C_Volume2 #67610
Image Resize

This is example of Zecho`s Image Resize/Aspect Ratio code in a PictureViewer Example

C_Volume2 #67611
Doodle Bytes (Updated)

Doodle Bytes by Robert Rayment. (Updated) This shows a variety of animations using the technique of drawing to a byte array and blitting to the screen with a palette. Win98 (exe WinXP) 14 KB.

Languages
Top Categories
Global Discovery