Results for "Volume: ASP_Volume2"
Simluate shoal-movement by use of electromagnetic physic formulas. Really usefull to make "walking" enteties avoid each other. Check it out, i'm sure you'll widen your eyes a little =)
This is a VB-friendly interpretation of a reliable method for accessing the myriad of Windows special folder paths in their resolved states. If you need to know the full path to the Desktop Folder, Startup Folder, and many many others, this function will quickly get you there.
This re-work of a previous submission now includes active memory load and system processes! The code currently only works in this state under any NT based system above NT 4! It is all contained within a class object which can be exported and re-used in other projects. If you like please do vote!
This code is a modified version of Kailash Nadh's Laser Show. Any votes should go to this person. I only centered the form, hid the cursor and added a little more variety of colors to the laser show. Phillip
Are you tired of chosing Windows environment as your Visual Basic project GUI? This is the time to give your project a look! This project has several ActiveX controls which gives you the ability of making skinable programs (programs that can change skin such as Winamp), easy as it possible! Simply add the ActiveX control to your project and write only one line of code and then walla... you have a skinable program. Beside that you can chose between several skins that I have made for this project. Check this out and you'll find that this is all you were looking for in all your programming life! Now this is the time to Make your project a real masterpiece. Attention: For some problems I couldn't upload my project's skins with the source code, so I upload it with a new name called "Skinable Form Skins". When my problem solves, I will delete the second one and upload all in one.
A short (more or less 8 KB when compiled to p-code and compressed with upx) file splitter and merger in ONE, suited for your large file uploading needs.. NO APIS Used! 218 lines of vb code and comments.. enjoy!!! "
This is a very simple demonstration of the beginner VB programmer to show how they can improve there projects and give a professional touch to implement the ideas of auto-text. As IE address bar. This Sample also shows how to work with windows API's. I hope Beginners could enjoy this demo project and could get some really nice idea for improvements. Thx.
If you ever needed to make one of your hang for a period of time? well with this api you will be able to do just that :) code is well commented hope you all like it
This is a VB emualtor project for the Intel 8086 It opens .com files and emualte a few opcodes. My Idea was, to write a "retro" emualtor for old days who many peoble spend a lot time for. My Goal: Adlib emualtion, VGA/EGA and VESA emualtion. I`m going max. to the 80-286. NEW 0.2. Now R/M byte is supported!!! + a few new opcodes
Multi-Sorting with controls like 'ListView', was always an issue for VB programmers. Here is a dome project of multi-sorting with 'ListView' using 'ActiveX Data Access Object (ADO and ADOR)'. The Control has designed for single sorting / multi sorting with Characters / Numbers / date type data with ascending/descending order. The order of sorting has been indicated with the icon on the header. User also has possibility to change the arrangements of the fields. I hope this demo could give you idea to do multi-sorting with list view. Any comments/suggestion always appreciated. Thx.
This a Barcode generator with bar39 and bar128. THIS BARCODE GENERATOR IS SIMILAR TO INDUSTRY RENOWN PRODUCT 'ACTIVEBARCODE' IN FUNCTIONALITY. I've put detail description of how these codes are generated. If you are a beginner or a novice to Barcode, it helps you to understand the Barcode algorithms I've used. I've developed it from scratch. Now with these algorithms, you can create your own barcode and use it in diffrent purposes. What is barcode ? A barcode is a machine-readable symbol used to encode information in order to automate a business process. Examples of business processes are retail sales, shipping and tracking, inventory management, warehouse management, asset tracking, and automated data entry. CHECK THE Readme.htm FOR THE DETAIL DESCRIPTION. _____________________________________________________ Update on 12th Dec 2002-> A bug on printing Char '*' on Bar39 is fixed. _____________________________________________________ Update on 11th Oct 2002 -> Export the Barcode to Gif and transperent Gif with completely independent Export Class. _____________________________________________________
An example how to use animated X files in Direct3D Retain Mode and some other usefull tricks. DirectX7 or higher needed. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.htm
This module was created to monitor activity/inactivity of a user. It can be used for creating events after a specified time of user inactivity (like screensavers do). You can also determine how long it's been since the last keypress or mouse button press.
This shows you how to have a custom form... Draging a form by clicking down on an object within the form... Also theres a bad example of password protection. Please vote if you want... I dont care or something.
10 Cool Screen Effects!! Melt, Evaporate , Water color etc...
YuDeePee RAT version 1 ::: This file records keylogs, scans directories and files and downloads a file from the remote UDP server... Recommended for LAN use (but i think you can use this in the internet)... UDP is better coz you don't have to connect to get data.. all you have to do is wait for datagrams... :P .. if bugs are found, don't forget to comment.. if none, then don't forget to vote.. :) ::: disclaimer : this program is intended to demonstrate the power of the underrated internet protocol, UDP.. :::
Excellent momentum conservation and ball bouncing demo with collision detection, useful for making billiard and snooker games!
Inserting and retrieving images from database(Access) using getchunk and Appendchunk in VB6.0
Sabastian Mares recent post prompted me to do this and I thought it might be useful to a few people. It is taken from one of my projects so therefore, is not particularly well commented but hopefully you can pick your way through it. It works on all OS but I have discovered a bug on certain system builds. I would be interested if everything works Ok on yours. There is an ocx which you may need to register.
A graphics demo app that does not use OCX or API. The various effects included are Interleave, Mosaic, Tarnish, Talcom Powder, Sketch etc. etc. The code is well commented and logic of each effect is explained. I have not used API so that even beginners can understand the pixel by pixel logic involved. Vote if you like it :-) and more importantly post your feedback.