Results for "Volume: 2002C"
Select color value either in RGB, HEX or LONG. Very easy to include in your own project.
BlitEngine is a 'mini graphic engine' suitable for games. It uses no DirectX - these are pure GDI API calls. It illustrates several concepts, including transparent blitting, 'dirty rectangle' processing, double buffering, multiple on-screen sprites on the screen, loading pictures into memory bitmaps instead of picture boxes, 8-bit vs. 24-bit color, 'inverse masks' which enable transparency, tracking frames per second, animating graphics on the screen, implementing a 'demo' mode, and more. With this app, I get 42 frames per second on a 233 mhz Pentium and 140 frames per second on a 350 mhz Compaq. What speed do YOU get, on what machine?
Is a simple notepad like text editors with a few extra features...
This is a VB version of a game I found on the internet somewhere. Very simply, a load of chickens run across the screen, you just click to shoot. Did I mention that there are randomly generated, adjustable levels, where so select how bumpy they are, and wait for the fun to start (Though you'll be waiting along time =0) ) I've now put a picture here, so all you who wern't downloading this ace game can see what your missing, and increase the hit count for me.
The zip includes an Expression Parser Class that parses and computes mathematical expressions (such as "-pi * sin(50 + 3 * 4) / -3"), and a demo client application. The parser supports built-in and user defined constants and built-in functions. Also, it demonstrates a variety of error-handling and VB tricks.
allows zoom on most picture formats including EMF, click on picture to zoom in / out Modifiy ZoomFactor and ScrollFactor to increase or decrease zooming and scrolling speed Included a fairly large embedded bitmap as example (a must see) VB5 (SP3)
Converts images (bmp,gif,ico,jpg,cur,wmf, etc) to bmp files. Supports drag and drop of files. Can only save as .bmp files. Picks up where Paint Shop Pro leaves off.
Shows how to add files to a listview with the associated icons It is a litle tricky and I hope you vote for me Needs Microsoft Scripting Runtime
It allows you to skin forms. It wierd with the way i have done it but it works. Thanks for the people who put the code planet source code as it come sin very handy.
Here's just a few special effects which I have thought of to do with a picture because I've seen an interest in the subject at PSC (laser effects - whoever first thought of it well done). With this code you can make any picture wave like a flag and animate it to flip as if it were a 2D piece of card being turned over. Both these effects can be applied horizontally or vertically. There is also a bonus zoom effect thrown in there. All effects can have the speed adjusted for different tastes/PC's.
This describes briefly how and more importantly why to hide data instead of just encrypting it.
Auto Save/Load/Add/Remove from/to a List
It allows you to embed HTML documents into your software and create HTML documents on the fly, without needing a connection to the internet.. I think it's limited to IE. Also - I have not hit the upper limit of the about:HTML method. HOWEVER, you must URL ENCODE the CRLFs and Spaces. One last thing... You can not edit a page once you put it up using this method, but you could use a BeforeNavigate Sub to capture the URL the person clicked on and set variables that way..
Net Tools by PiK Soft has 12 differnt net tools including: Raw Connect, SMTP Email, Finger, Get HTML, Listen, Host Lookup, Ping, Port Scan, Speed Check, Trace Route, and Whois!!! It even has shareware protection built right in. You have to check out this code, if you dont you'll regret it!
It is an isometric maze game that helps you with file input/output and API ,especially Bitblt to create bitmaps with transparent areas. Included editor. Create your own textures, view readme file
This is an update to the previous code by Eric Sullivan. Great code mate...but there were simply way too many bugs. This version has a much better 'save as' option, along with lots of bug fixes. Escpecially for changing drives when opening and the 'ROOT OPENING' bug. ENJOY!
This is my old nibbles game revised I add a few new things like save game and load game and difficulty levels and made the apperence alot better looking .
This Code clears all textboxes in a form.This code is useful if u use so much textbox contols in a form and have to clear all of them when the user selects (New Record) selection.
Have you ever wanted to connect multi computers together with Winsock?? well this will do it!! Connect an infinite number of computers together! This code has no options at ALL its very simple and easy... its just to show u how to connect multi computers together using winsock! So dont complain about the IFace sucking or whatever thanx and vote if u find it usefull!
A full functional registry viewer with treeView and ListView controls using API's