Results for "Volume: ASP_Volume2"
Displays a floating progress bar next to the cursor. Form follows cursor displaying the progress bar.
Version 2.0!! NOW WITH MIDI PLAYBACK, Can Pick Or Strum!!!! I Have used, not copied as i already had most of it done, Frederick J. Benjamin's RiffMaster 2 idea, mainly for ease of use, I have programmed it myself, the way he programmed the midi inspired mine tho! ALSO! NOW USES DATABASE! U WILL NEED TO REFERENCE DAO 3.6 AND IT IS AN ACCESS 2000 DATABASE! MIDI Uses just the MIDI Mapper for now!
This is a Skinnable OptionButton. Works like the original OptionButton provided by MS. Fixed problem when setting all optionbuttons value to true in desing time. Now only one can have value set to true in design time.
It's like that ad for "rainbow art" or whatever.
This is the super update of the previous submission. This program can now calculate the factorial of more than 20000000. I have not tested the factorial of this number, I cannot spend hours to find the result. But this program can actually find the factorial of numbers may be larger than this. This code is really amazing. I have tested the factorial of 100000. The result is 2.82422940796034787e+456573. It also asks you to save the whole result in a file. And if you are really interested in math, then you must check it out. The code is very well commented. Read the comments carefully. You will know many things. Please, vote for me. Thanks.
This very simple function will handle all Checkboxes (parents & childs) of a TreeView control. If you click a child node it will check all parents of this node. Also, if you "uncheck" a child node when nomore nodes are checked on the same hierarchy, this code will auto uncheck all the parents. Simple function. Recursive calls. The code encapsulated in a separated .BAS. Only add this .BAS in your project and enjoy. If you have any doubts, please let me know. Sorry by the horrible english... []'s Roberto Wolf (Brasil/SP). MCP+Site Building
Desktop Backround Image Changer (Win 2000/ Windows XP)
Example of how to put the MS Agents to work!
Test the strength of your website's authentication by using brute force dictionary method's! Not 100% complete but fully functional. FEATURES: Full proxy support - Load and validate proxy lists - Word manipulation - Use up to 99 socket's or 'Bots' at a time - and more... Must rename TrayIcon.oc_ to TrayIcon.ocx. All original code except for the BASE64 Encode and the TrayIcon. Excellent examples of how to use Listview's, Toolbar's, Coolbar's, Winsock, and more
Creates a translucent window. No DLL/OCX, No flick, No Static, No headache !! You create a new form, copy and paste into General Declarations section, and [F5]... " Já foi pra conta!" It's done... >
This program takes a bitmap of your choice and writes the code that you would need to draw the picture (pixel by pixel). You can also set the transparent color. I wrote this to save me loads of time whilst writing custom controls. try it!
Squeak be gone! Have you ever wondered how to hide the user's cursor (mouse pointer)? Well, this simple API call will do the trick! See what you can do with it, and please vote!
I created this code so people can get there self into an Internet Explorer.
To disable form's system menues.(close,Min,Max)
Have you ever wanted to display an extra button or two next to the minimize, maximize and close buttons? Now you can! Just download this easy to use ActiveX control and you're done. Compile it (it's safer that way in the IDE) and just add some to your form. The only thing you'll need to do manually is position the buttons on your window's caption bar (only if you have more than one), set a picture to use on it and you'll receive nice MouseMove, MouseUp, MouseDown and Click events from it, just like a normal button. A test project is included, see the screenshot.
This Module allows easy connection to SQL Server 2000, ODBC, Access 97 and Access 2000 databases. The code is well commented, so may also help a beginner to get started with DB programming. If you use it, please rate it, and i look forward to any feedback you might have.
To show how useful a flexgrid is.
This Code reads and follows the VB code in a textbox using "Microsoft Scripting Controls" (Only one line of code required) The Ocx file can be found at: http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/MSDN-FILES/027/001/732/msdncompositedoc.xml&frame=true
This code shows make form, modules and how to use command button, pictures, combo box,timers etc. while start learning VB.This code also shows some advanced concepts like running the application in background (system tray) and how to make your form stay on top of all the running applications.
Hi! Remember my multithreading code one year ago? Now I'm back with a project I've been working on for some time: The LARGE NUMBER HANDLING SYSTEM. With this module, you can simply calculate with numbers of ANY size (up to 32768 digits). Functions include: Add, Subtract, Multiply, Power, Compare. NOTE: The Divide Function doesn't work yet! I've not found out how to achieve this! All the math done in this code is based on logical thinking by me, not on formulas found in books. Please see it as this, and as a great project to continue and improve. Have fun!