Results for "Volume: ASP_Volume2"
A complete 3D engine in Pure VB Code and API. Includes a 3D object maker that lets you view your objects in real time 3D while you make ajustments, at the click of a button it automatically generates the code for you!!! The project is FULL of stuff thats commented out because its not needed for this example. Example is a Satilite floating through space and the VisualX logo all in 3D. NO C++, Open GL or DirectX. Just VB. Supports: Custom polygons, polygon edges and faces (colours), draw order sorting, BackBuffering,Object editing, origin movement, angle movement. Please vote and any comments to [email protected] VisualX is Copyright © 2001 - 2002 SpyderNet. This code may be redistrubuted in its intirety when Spyder-Net is mentioned as the author. Copy this and say its yours and I will remove something with rusty scissors >=o) VOTE!!!!!
This code demonstrates how to use a connectionless recordset.
It's a luvly new updated tutorial for doin equally nice 3D stuff in directX8!! Featuring: *Verticies!! *Lighting!! *Matricies!! *Teapots!! umm..i mean Models!! *More Lighting!! *Texturing!! *Plenty commenting!! *No ants!! If u love this tutorial then tell the world! Comment your heart out! Comment if you hate it too so i can track you down and have words. Please note that it aint fully commented YET. Shall be soon though :D. Cheers to gamedev.net and Jack Hoxley for their directX stuff!!
Well, someone told me to help them with a Winsock chat, so I coded them a basic 1 on 1 chat. I just thought i'd post it up here for anyone that may be struggling or wanting to learn winsock.
Directory Tree View. This is an activeX control which which looks like windows explore Folder view. This is to display on you drives in a tree control and and desktop, plus my documents and much more.
The code allows you to set a automated message while ur busy or away using Msn Messenger and its fully customized for what u want it to say
This is a very simple and useful solution to highlight input controls without writting a function for each control. I use the SetWindowsHookEx function to receive all Windows messages in a callback function (in this example WindowProc). The WindowProc function calls the SETKILLFocus function if there is an WM_SETFOCUS or WM_KILLFOCUS message and delivers the the Handle of the control to the SETKILLFocus function.In this Example the highlighting is done only for textboxes and comboboxes but you can easily change the SETKILLFocus function to process other types of controls. I think the explanation in the source code should answer all other questions. Please vote, if you think its a good solution.
Shows Random Number Coding, Case Select and a good for next loop with Listbox. Also a simple counter. Combines words into full sentences. Fun program too, sort of funny, but some generated conspiracies may be TRUE (ewwwww - spooky). Feedback appreciated.
If you're anything like me, you have no use for Windows Messenger and want it GONE from your system. Not only will this program uninstall it from your computer, it will add it to the list of Windows Components (in the Add/Remove Programs control panel applet) so you can manually uninstall it if you wish, or install it at a later time. =)
sample to build your own dictionary
Loads treeview nodes from a text file. Saves treeview nodes to a text file. Saves them as a file containing tab-structured nodes, or as a file containing full paths delimited with a delimiter. Loads nodes from a saved file, containing full paths of nodes or structured with tabs. (See screen shot)
This is the Translator using WorldLingos WebSite i got tired of waiting for then so here it is. Most of the code is from here on psc, i was looking for a translator and found something simiular but didnt work it would only load to a certain point and stop this one works and does well dependent on your internet connection and the WorldLingo's use at the time you use it. enjoy.
A very Impressive Menu
No DLLs, No OCXs, Using Just API functions. After Lots of searching, It's the best TAPI Answering Machine Written in VB that I have ever found. Steven A. Frare (mailto:[email protected])is the Author of this program. his Homepage is: http://www.geocities.com/sfrare/index.html for more information see his homepage.
I have just done a major update! This Form with Scroll Bars Control has everything that you always dreamed of on a Scrolling Form and more! Following is a list of the most important features available on this versatile ActiveX Control: ____________________________________________________ (1) The Form will scroll vertically and horizontally! ____________________________________________________ (2) It will scroll automatically to the field with focus if the field is out of site. ____________________________________________________ (3) It will highlight the field or button that has the Focus (Actually, any Control inside of the Scrolling Form that can get focus). ____________________________________________________ (4) Besides been able to optimize the space on your applications by been able to scroll in any direction, you can now flip pages! This feature is much like a wizard’s page. The control will track the number of added pages and which page is currently been viewed. ____________________________________________________ (5) The control will memorize the last field selected and the scroll bars position on every page. Therefore, whenever you move to a new page, you can opt to have the Scrolling Form ActiveX automatically select the last field selected on the corresponding page or select the first field of the page. ____________________________________________________ (6) The Control can automatically select the text of every Text Box selected. ____________________________________________________ (7) You can add a background picture to the control. This picture will be set as the background picture of every added page! ____________________________________________________ (8) You can set the background color of the control. This color will be set as the background color of every added page! ____________________________________________________ All of these features are neatly packed as an ActiveX Control. It is very easy to use! What are you waiting for?!! Go ahead and download it! The Source Code of the OCX is included and is heavily commented!!
This is an ripple effect (well, it seems to be), which uses pure VB. My friends say, they look like ripples, but I don't. Just Hold the mouse over the form and move it.
ENTERTAINMENT
Animates a Form title
This is a total revision of my contest winning version of kazaa... it uses flex grid control to show and sort your results. It displays an Estimated download time (based on the time the shared folder took to download). you can now search for filename, size or all topics. You can sort your results by name or size. It has a caching function built in to speed up search results. It has its own downloading feature (Allows you to play the song as it downloads). This downloader might be a bit hard to explain but i'll give it a shot. There are 2 source codes involved here. One main code which includes the searching area, and one code for downloading. You must compile the downloader code to a file called "DownloadFile.KMD" located in the same directory as your main code. This file is called when you request to download a file. I did this because if the main program froze for some reason, your download wouldn't stop since it is running independantly from the main program. (Thanks goes to Sean Gallardy for the Easy to use, downloader Active X control) This code is also great to use now since many people i know (including myself) have been having trouble connecting to kazaa. With this, there is no connecting required. Just scan, search and download. I wasn't gonna submit this one because it might make people a bit nervous having 2 source codes but i got a comment on my last one about the interface and the coding so i just thought i would show people how much further this program can be taken with a bit of time. Check it out and leave some comments and/or tips that i can incorporate in later versions.
This snippet/wrapper will show the use of the GetVolumeInformation API call, for those not immediately familiar with it.