Results for "Volume: ASP_Volume3"
The most successful program of all time on Planet Source Code is RJSoft's textured 3D cube, it has had 176 excellent votes for it including my vote. People obviously were impressed by real time 3D texture mapping - it's the best graphics you can get. RJSoft's program produced these cool graphics using DirectX 7, it is a very well written program. But what if I were to tell you that it is possible to do this WITHOUT DIRECTX?! Yep, this is texture mapped 3D in PURE VB CODE! It doesn't use DirectX, no OpenGL, no DLL's, just label and image controls, and NO DRAWING API's - not even Windows ones. It doesn't use ANY API's in the main rendering loop!!! Yet it still has several rendering modes to choose from and runs at the following frame rates (on my 400Mhz PC). Corners Only - 135 FPS WireFrame - 120 FPS Outline - 110 FPS Flat Colour Polygons - 40 FPS Single Texture Mapped Polygons - 20 FPS Multiple Texture Mapped Polygons - 11 FPS That's FAST! I don't promise the graphics to be as good as RJSoft's program, but I do promise they're done in pure VB code. You can spin the cube on the x,y and z axis and stop it too. You can change the rendering mode by pressing the spacebar. So, 176 of you voted for RJSoft's program using DirectX, I hope you think this deserves a vote too. NOTE - for best performance run the compiled .exe (supplied) and close all other programs. This doubles the frame rates!
Mint is an instant messenger for Windows NT. IT uses the NetSendMessage API and many others to display a constantly-updated list of users you have chosen to monitor, and allows you to send messages to them, ignore them, and be notified when they go online/offline! Mint does all this without requiring the other person to be running Mint themselves. (although Mint is required if they wish to reply). The interface is similar to that used by ICQ, and provides many similar features, but without requiring a central server, or other clients
This is version 2 because it actually works, i responded to an e-mail about it. This one does work i promise. This is an easy to use web explorer. It can logon automatically to the net, it has a hovering surfing panel (never seen before) to enable a full browsing screen it has pre-coded web sites. Any problems, e-mail at [email protected] Each e-mail will be read and taken into account and used to make the next version even better.
Simple Waveform/FM synth. Use it to create wavs for trackers, or games, or whatever you have in mind. New version features 13 filters, and sweet fm synthesis. Generate using the default settings to hear the FM.
This is just a simple skin example. It uses the BitBlt Statement. Please leave all feedback. I will try to email a reply, or ill post it here.
It allocates to process the first memory block satisfying the need of the process.
This code allows you to download all files included in a directory (and also in subdirectories) using FTP. If you stop download, when you restart it application verify all file dimension to avoid to download againg files and restart download from where you stop it. In this code you can find a class that implemts ftp comands over MS Internet controls (very useful).
Shows the basic save/load procedure in Binary
This will generate a unique serial number from your username! This is very handy for protecting your software! The code is fully commented so u can see what the hell is going on :o)
Detects Numega SoftICE-NT (WinNT/2K) using a generic services module to hunt down the NTICE service.
This is the update to my O'clock that I posted early today.Vote for me or at least give me some comments!
Have you ever seen it in a program? A long snake that is following your mouse pointer. Here is the code. PLEASE VOTE FOR ME!!!
This code lets you take out differet thing from a webpage, In this case I used the swedeish Site "Avanza" its a stock site that showing stock in realtime. I have done a filter that takes out all stock and their value,+/- ratings and alot of more thing......
it show how to enable / disable back & forward in a webbrowser control
Search for all Drives connected to the computer including networked drives and states them in a list box.
This Code allows you to change the title of the title bar of IE 4.x and above on a Windows9x machine. It also has an option to backup and restore the system registry as the above change a registry key. I want to thank all who contribute to this site. I am a beginner and I have learned a lot from all.
drag and drop files into a textbox is simple with this code
This is a FULLY FUNCTIONAL Custom Control. I have not loaded it with features for the purpose of letting you download it and add to it yourselves! The code Included Allows RemoveItem, Clear, Listcount, Item(X), and AddItem(Text, Bold, Color)
qpEngine is a 2d rendering engine with 3d elements. Supports 8,16,24 & 32 bit modes. Features: aligned fills, RLE compression, decompression and blits, alpha transparency, affine and perspective correct texture mapping. New: Added MMX copy/fill routines, blits & fills are around %20 faster. Modified rle blitting & conversion code. conversion is almost %300 faster. The texture mapper is totally redesigned. now there are no restrictions on texture dimensions or size. We're using an active edge list, so polygons no longer need to be decomposed to triangles, and we are no longer restricted to convex polyhedra. This should handle any non-complex polygon. Performance wise we have cut down edge calculations for anything with more than three verts, and overall mapping is around 40% faster. Also the vector library has been overhauled, although at the moment it's still pretty experimental.
This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!