Results for "Volume: ASP_Volume2"
Dowload it and then all will see. For more my code samples visit my personal web site: click above on my full name.
Make Your Form Look Coool When You Close It Very Nice And Easy Code Wait you After Download this Code ,Go Head Download code Give Me Commant With Vote !!!
This OCX joins ProgressBar and ScrollBar: 1) Choose back picture and 'fore' picture. 2) Select scroll orientation. 3) Set Min and Max values and 4) Choose caption format... Added in this update: 1) Precise value selection (Incr./decr. by one value by right mouse button) 2) Custom caption. 3) Long values accepted. Sample project included.
It is just a mouseover effect, you mouseover a label and the text color changes.
A 8KB class module for mp3 music playing. Has quite a few features and no need to worry about ocx files. I included a basic example on how to use the module. Also has support for saving and loading winamp playlists(.m3u).
**** UPDATE **** NEW - expressions are better then ever in D++. It can handle all kinds of them, and prevents bad commands. You have to see it! NEW - FOR loops added, and are much faster then DO WHILE or DO UNTIL loops. D++ is faster then ever! Less then 1ms for a series of 10 commands... **** FIXED **** There were some bugs of the previous version of D++, where in loops and if's, they would look IN quotes, which can be very bad. If you downloaded before August 11, please download it again for the full version. I also added it so you can define variables as they are declared, and a simpler syntax for adding 1 to a variable or suptracting 1 from a variable D++ is a scripting language that can handle things like basic I/O, variables, expression evaluation, full if statements, nested loops, functions, and much more! It has a syntax checker which will check your syntax before you run your aplication and tell you of any errors it finds. You can download the latest files using the IDE, and a full help file with new code examples are included. It can compile your application into an EXE, using it's own console or compile to DOS. It now handles if statements better, as beore it did not find the proper endif or else, and can do nested loops (as displayed in screenshot). Full source to the DLL and the IDE are included. Please vote and leave comments so I can improve D++! ***This is new, as there are many different things, different from previous D++ compilers***
A very simple but highly addictive solitare game where the object is to remove large connected blocks of tiles with the same color. Make your mark in the hall of fame. 16 combinations from small to huge, 3 to 6 colours. To clear the hall of fame delete the .DAT file.
This example will show you how to move items from datalist (which is connected to ADO control) to a listbox.
Does anything you want to files in a directory and its subdirectories. For example, if you would like to add MP3's in a directory to a playlist in your MP3 player program, this would be handy for adding all of the files including those residing in subdirectories of that directory.
View any PE executables (exe, dll, ocx etc) resources (icons, cursors, strings, menus, dialogs, AVI etc).
This is a reusable library that demonstrates how to use plugins. The application must have an object model (demonstrated) and the pluginutility DLL also has an object model, which really because a part of the application object model (demonstrated). The app sends events and the plugs have a configuration screen which becomes a part of the application. There is a complete module manager to deal with nitty gritty tasks for you. 1500-2000 lines of code. Update 1: I cleaned this up a little. Should be easier to install. There is a new install.txt file. Added capability to add plugins to menu item, and finsished the FindText plug in. Be sure to check the Settings for the configuration of the plug defaults, you'll learn a lot. Bug Fixes, and the plugs are now early bound. This update should correct the problem mentioned in the feedback. Update 2: Corrected the lock up problem. This only happened before the first plug is registered. Added two project types for templates in the VB Templates directory: HostApplicatoin, PluginModule. Read the Readme.txt. Those are so you can create a new host application from the new projects box, and a new plug for any supported host from the new project box. Added a PluginSettings form for the VB Form Templates so you can add a settings manager compliant form to you're project by choosing Forms->Add->PluginSetting. Other enhancements. Update 3: Added a new plug-in, Autosave. Added some new events and functionality to the sample host application. Minor bug fixes such as correcting the ability to register a plug-in not in the default directory. Updated the project templates to reflect changes. Update 4: Updated the display picture shown below: Update 4b: Right-clicking a module in the module manager will now remove the reference to the plug-in, and unregister the DLL instance. Read the Readme.txt file for more info. *** Please Vote For Me ***
This project demonstates how to prevent keystroke recording for your application. Actually it would be a keystroke recorder jammer, because it sends out a continuous stream of random keystrokes and validates these against the internal streambuffer.
This advanced webserver does downloads, hit counter, IP logger, IP blocker, /..(back directory) protection, custom 404 errors, and even lets you send a personal message to the client computer instead of the HTML document they requested. It also lets you chose how many winsock controls are to be loaded...Very simple to run, just give it the path to your HTML index file Ex: "C:\html\index.php" Then press "Listen" and give people your IP address in this format, "Http://192.168.0.3" Please give me pleany of fedback and make sure you vote!
This projects shows how to convert an RTF box into a dynamic Syntax Colorizer (like the VB IDE colorizes what you type). It uses a text file to build its list of keywords (are you writing your own scripting language?), which you can easily modify by adding your own list of words/commands. Included is a small subset of the VB language syntax to show an example. Routines are very fast, and account for quotes, and comments. Routine also sets keywords to proper case ("print" to "Print" or "backcolor" to "BackColor". Hope this is helpful to some of you out there - I have commented it heavily to help you if you need to make modifications, or you can simply drop the "Colorizer" module into your own projects and use as is (simply pass your forms RTF box and the colors of your IDE you want).
This is an email client that use the Simple Mail Transfer Protocol.Can be used with many SMTP servers ( Haven't found any server that didn't works well yet ).Able to include attachments with Email.Can authenticate with POP server first.Use MS WInsock Control TCP/IP connection.
A simple yet FUN and ADDICTIVE game that I made in about 5 minutes. Very simple game engine. Includes a high score.
As the name suggest, this codes allow you to connect to a POP server and download the messages ( New Email ).Currently didn't support attachments, but I will try to update as soon as I can.Works with most servers.Can't differentiate between new and has been read messages ( Can't figured it out yet, any ideas ?.
This article is just a paper i wrote, in jot-note form about diferent things to check for while programming in VB to make your program run as efficiently as possible, it is concentrated on making your program faster and is a must see for game developers! Enjoy... ALSO NOTE - This article does not cover usingf the compiler options to optimize code in detail, maybe in my next version of this article...
With this few lines of code you can simply add a color filter to a picture (see the ScreenShot!!!). The code is simple and very well comented. Enjoy
This article shows various speed increasing methods, I've done tests myself, you can see the performance difference in a graph and in a table. This article is really worth your time. For example, it shows how one simple "\" instead of "/" will speed up your app with more than 400% percent!