Results for "Volume: ASP_Volume2"
GRAPH! **IMPROVED** This shows the power of the Function to create graph. You can now Maximize/Restore Graph with out distorting the picture. Printing is now available too. It can Dynamically regenerate itself with the change of select statement. This will show you how to make graph either Smooth Line, Bar, Area, Column, 3D Column, 3D Line, 3D Area... etc. I find it so nice, the graph function is so short, you'll love it... please leave some comments and your vote if you like it!!!
Draws Raindrops like most know from Javaapplet. Nice effect and now (updated) real fast. New Version runs smoth on a 333MHz PC (compiled)
3D CLOCK. You've never seen such a clock before. You can change the colors of the clock in run time(With ur favorate colors). You must see this. Sound effect and animated cursor also included.
Here is the update for the Web Scrollbar Designer, same features, and a new was added, you can export your scrollbar design to a CSS or HTML file. Please vote and leave your comments.
Learn how to create fully functional menus with the Windows API. DynMenu is a utility that allows users to create their own functional popup menus that can be accessed by double clicking a .dym file. The menus can also be added to the system tray. DynMenu is used to both create .dym files and to show the menu. This code is the complete source for DynMenu. It shows how to use GGZMLParser, a minimal SAX XML parser and also how to create menus "on the fly" using the Windows API. In addition to the usual code you may have seen for creating menus in this way, the DynMenu code also supports infinitely (resource restricted anyway) many sub menus, splitting menus into a number of columns and adding checked/unchecked menu graphics as are often seen in the VB menus.
By default, the Visual Basic IDE (Integrated Development Environment) opens up with all windows "Normalized" regardless of the state of your windows at last shutdown. This registry tweak will cause all windows in the VB IDE to automatically maximize at startup.
Here it is! Want to enter only numbers in a textbox? Or only currency? And avoid users paste something that is not valid? Try this! This is a class module that lets you turn a standard textbox into a new one, that accepts only numbers (also decimal). The decimal and currency separators depends on the locale settings, and are read via API! New features added also!! Check it out!
The ListView's clear method becomes slow on large lists. This function removes items faster.
Simulates an antique rolling indian-head test pattern using the up and down movement of the mouse as a vertical hold control. Uses StretchBlt to resize the image to current resolution. Have fun...
This program has three functions: to close your PC, reebot and to change sesion.Try it please, you wont repent!vote me, please!
Code to execute any file.exe with any command line. Executes Any dos command line in only 7 lines of code please comment and rate:):)
This tutorial will help you using ASPI in your VB-Project.
This is a 3D real time environment application using Direct3DRM.See the Readme.txt file, please. DirectX7 needed. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.htm
It is mattering with the times that they run to be able to have access in immediate and simple manner to the always increasing mole of information of whom we need, even if to be able have carried them of breast pocket I do not ruin..... N.B: You can found an Italian Version of this Article here: http://web.tiscali.it/mberardi/articoli/panoramica_su_evb30.htm
UDT (user defined types) ar not supported by windows ce but we can use some elegant tips.. see the code..
vbs script code , using recursion , collections , this code convert xml files into sql recordsets. Usefull for search purpose , news management etc...
Erase a specified (mIndex) item in a Dynamic Type Array. When the index is valid it shrinks the Array, so an item will not hold any 'empty' variable/data (1,2,3,4, 0 ,6,7,8 OR "a","b","c","d", "" ,"f","g") This is the fastest possible way I know. Please comment anything!
This is my comercial program!! i have been working on this for the last 6 months. The program involves many in depth wizards which the user can choose from, then the program outputs the HTML code which the user needs for their sig. You can then test the signiture in an ezboard enviroment which the program does for you. Gives the HTML code in the wizards for Text, Images, Links, Sound Files, Video Files, Tables, Lists. Their are also built in adavanced javascripts. PLEASE VOTE, this has taken me a long time.
Never quite understood how Hex, Binary and Decimal worked? Neither did I until about 2 hours ago. This will go through and explain How it works. Even if your not a VB programmer this could be useful. also contains 5 easy to use functions to show you how to do the conversions effortlessly in vb. Functions include: HexToBinary, BinaryToHex, AsciiToHex, HexToAscii, AsciiToDec. Now saved in html format. Please Comment and Vote!
Creates a Lens effect like u know from some demos or the windows screensavers. think this is the fastest way to do this in VB. Runs smooth on my 333MHz PC. NEW Lens Calculation is faster (thx to Carles P.V.) and some errors fixed (Thx to Robert Rayment)