Results for "Volume: ASP_Volume3"
This code will show some basics such as: * how to create your own subs to decrease the ammount of coding in your project * use the select case feature for manipulating arrays * how to manipulate common controls such as lines and shapes to create dynamic controls such as a "cool button" (without OCX) and creating a rounded frame Please rate this code and leave your comments
2 custom controls are included in this project. Drag control will allow you to move the form around using any control. controlbox is a custom controlbox with 3 buttons which can be eneabled/disabled, for which you set caption and font properties, a popup menu, icon propery which can also be changed. The custom controlbox can be minimized/maximized/closed like a normal controlbox. This is a must have if you are tired of having same control box every time!!!
AA Sound Meter is a revison of Sound Meter. It displays sound in various diffrent forms such as diffrent peak displays and a visual equalisers.
The purpose of this function is to simply take a screenshot of the entire screen and save it as a bitmap file.
Have you ever needed to read a fixed length text file in Visual Basic? I have written quite a lot of applications where I will receive a fixed length text file from the mainframe. Tired of using the Left$, Right$ and Mid$ functions to parse each line for the individual elements of the line? Then read on. Oh, and thanks to Rockford Lhotka's, book on Visual Basic 6 Business Objects for giving me this idea.
This control will let you visually display Data in an easy to understand way.
This will show you all the cookies you have set for netscape navigator and puts them in ENGLISH!!! Please Vote you you like .
SurfTabs, the open source web browser based on the Microsoft Internet Explorer object. Enabled [backspace] in the URL address text box. Fixed History to prevent duplicate entries. Fixed History to save new entries with out the http://. Fixed Add To Favorites so it saves it as the site name instead of the URL. Also fixed a minor bug in the Favorites code, but did not yet fix the folder with in a folder problem. And a few other minor things. This may be my last posting for SurfTabs here at Planet-Source-Code due to my new SurfTabs site at http://BlacksWeb.com/SurfTabs . There you can find news about SurfTabs, download the program and source code, post requests or bugs, and submit your own code for SurfTabs.
This program counts the ()[]{};"', number of lines, characters and command, and writes an analysis for your use. ALL RIGHTS RESERVED.
A non-graphical RPG game with various functions- fighting, purchasing items, save \ load your character (Save.dat file), and more... ALL RIGHTS RESERVED.
Kill any active process (program) on your computer. You can add or delete any program to the add list. The app will show all active process(program) that is running on your computer. Usefull app with a few clicks kill many active programs...
3dpong, yo! it needs direct 3d 7 it took about 20 mins....so its kinda sloppy hahahah have fun
Great DLL to get the ID3 Tag information or info from an MP3. You can also edit all the ID3 tag fields except for the GENRE which I am still working on.
PLEASE VOTE FOR ME! This is a complete Weather Program Configured for St Louis but u can enter in your zip code, city, state and your own radar links. It gets all watches/warnings, forecasts, conditions, with Dopplar Radar and Zooming into Cities. It has a built in Instant Messanger, Auto Download Timer, Pan radar in any Direction and Advanced Info.
Suppose You try to get the app.path when the app is in the C Drive. the result is "C:\". if the app is in another directory the result may be "C:\Directory". notice there is no backslash. most people skip this because they don't think it is a problem, but it is. when you put in a program, app.path & "\filename.file", when it is in the C Drive or if you put app.path & "filename.file" in a named directory, the computer will either return "C:\\filename.file" or "C:\Directoryfilename.file". this code will show you how to detect the backslash and deal with it.
Amazing mario game code with great graphics and sound. Reall not bluffing. Vote for me. Vote for me. Encourage me to upload new versions
This is a prog someone requested me to make for them (I wont ask why Thomas) but here it is. Very simply, it asks you at startup if you want to update your winamp skins. if your laptop, etc. gets raided, the person doing the raiding will 99% of the time click "no", in which case, bye-bye "unwanted" files! note: you have to add each "unwanted" file individually, so that there is a list of all the files
Move forms together as if they were docked. No Timer needed! I had to separate forms used as a kind of toolbox. My idea was, that it would be nice if I could move these two together if they were both active. VB doesn't tell me when my form is moved. But then I realised that I read s.th. about moving forms without a titlebar. Using this trick my code will perform the following action: 1. The form detects a mousedown event 2. The mouse is released and the form moved by FormDrag 3. The other form is notified of the movement 4. The other form will follow the first Don't forget to vote if you like it ;o)
This code shows how to realize fast Image Processing. I've made a small animation with it.
This is basically a program for sending E-mails, great code if you want to learn Winsock as it is fully commented. The emails show up as being from whatever you type in. Hope this is helpful. Any feedback as in comments, suggestions, deaththreats, marriage proposals will be greatly appreciated. Thanks...