Results for "Volume: ASP_Volume2"
Do you want to make a program like paint, but trying to fighure out how to print your image is driving you mad? It is actually pretty simple! Check out this simple example, and please vote!!!
This example made with DirectX8 demonstrates the power of D3DX by making teapots, spheres, boxes, and toruses(doughnuts)! Also, you can change the light to red, green, blue, white, black, purple, and two other shades of blue. You may change the backcolor to if you like. Please comment and vote! I will hopefully put the comments in shortly, have fun and enjoy!
A complete Skin Layer to any visual Basic Form NOW 10 SKINS WITH XP THEMES , SO YOU CAN CREATE A OFFICE XP LIKE WINDOW WITHOUT WRITING THE CODE FOR IT. It supports Different ANIMATIONS, TIMINGS,RESIZE and ..... . It is the easiest layer to add Skins and transitions to any of your VB form, . whether it is new or Old VB Forms. Now you can Make your Applications Most attractive with a single Statement. the ZIP is (WinZIP/99.0 KB). Memmory Leak Fixed and Transition types are added on 20th July. OFFICE XPTHEME, 5 NEW SKINS and SUCLASSING are added on 29th July. I've also mentioned the All credits after mutual discussion for the Same.
This small piece of code will set the cursor to the hand cursor that is shown when you hover above a hyperlink. I know you can use a .RES file to load the cursor, but the cursor can be changed in the Mouse control panel, and a .RES cursor will not reflect the changes. NOTE: This is not all my code. I found the API call on PSC (had to do quite a bit of searching), and put together a little Subroutine to make it easier to do. The original source is here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31572&lngWId=1
Icon creator
--New features Added to your OLD Richtextbox Control.
Dijkstra's algorithm is of use when working with directional graphs. It constructs the shortest path between a starting-node and a goal-node. The idea of this VB project was to show the work of this algorithm in a visual way.
This is an two player ping-pong. Play ping pong among all other windows on your system. Use [A]-[Z] to control left player's bar, and [']-[/] to control right player's bar.
Play against human or computer opponent. Artificial Intelligence is emulated by your computer, it is possible to make computer to play against itself. Multiple number of balls can be used in a game (up to 7 balls).
This game allows you to select any picture from your hard-drive, divide it into specified number of pieces. Your mission is to make this image back. A simple puzzle game, you know for for kids :) IMPORTANT: open "Group1.vbg" (there are 2 projects).
*** Update: See my new submission here... http://www.exhedra.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1 If you do want the original zip then email me at [email protected] *** cSuperClass.cls is i believe the fastest, safest compiled in window subclasser around. Speed: The WndProc is executed entirely in run-time dynamically generated machine code. The class only calls back on messages that you choose. Safety: So far I've not been able to crash the IDE by pressing the end button or with the End statement. Flexible: The programmer can choose between filtered mode (fastest) and all messages mode. In filtered mode the user decides which windows messages they're interested in and can individually specify whether the message is to callback after default processing or before. Before mode additionally allows the programmer to specify whether or not default processing is to be performed subsequently. No module: AFAIK this is the only subclasser ever to eschew the use of a module. So how do I get the address of the WndProc routine? Simple, the dynamically generated machine code lives in a byte array; you can get its address with the undocumented VarPtr function. The real magic in cSuperClass.cls is getting from the WndProc to the callback interface routine using ObjPtr against the owning Form/UserControl, see the assembler .asm model file included in the zip. Speaking of which... it may well be the case that my assembler is sub-optimal. Any experts out there willing to take a look? I thought I had a nifty/dirty stack trick working for a while but it didn't pan out. Should work with VB5 if VarPtr & ObjPtr were in that release? Sample project included. Regards.
This will monitor all data being sent between an IRC client and server. Just run the program, press listen, then in IRC type /server 127.0.0.1 (6667) And it should work. Great if you want to write an IRC client/server/bot. I tried to comment the code a little. Its pretty easy code too, most of it is just UI stuff.
Beginner level discussion on proper use of the Timer Control. Give your About Box a bit of sex appeal.
This script mergers multiple PDF files into one. You MUST have Adobe PDF writer (http://www.adobe.com/products/acrobat/) installed on your computer. Place your PDF files in the same directory with the Merge.vbs. Double click the Merge.vbs. The script will create a "Output.pdf" file. If you want to control the ORDER in which files are merged, just drag and drop your files onto Merge.vbs; the script will place it into the end of the "Output.pdf" file.
This is the fastest string concatenation method you'll ever come across in Visual Basic. I use a novel buffering technique that leaves the competition choking on my dust.
This simple example shows you how to create an irregular shapped form (see screenshot). You can choost from the sample, or click on the form to view the tamagotchi-shapped form! What shapes can you make? Send the code to me! Thanks!
Remotely control Winamp over a network using winsock and Winamp IPC. The code includes a class module to interface with Winamp's IPC's.
This is a clean recusive set of functions that will check and uncheck parent and child nodes of a treeview If you click a node it will check/uncheck all parents and children of this node. These are Simple Recursive functions. Similar to a previous posting but simpler, cleaner and no API's.
This application allows you to remember the birth dates of dear ones. If placed in the start up folder it runs and checks the system date and reminds you of the birthdays which are in near future.
A Space Invaders game I wrote a while back. Has good AI that tries to dodge your missiles. Has a moving starfield in the background, and little mini-fights in the background as well. (You can turn them off by editing out the code)