Results for "Volume: 2_2002-2004"
This program will retrieve the full menu structure of a Form, up to three levels, and allows the user to modify it. A smooth interface provided with sound and some 3d effects enriches the usefullness of this code. You can easily bundle this project into an OCX. Heavily commented.
Looking at some of the existing VB Console Source Code, I could not find one that did everything I wanted. So I created this one complete with familiar commands like CLS, Locate and Color. Extremely well documented and easy to use sample application included. Vote if you like it!
This code will cycle through a text box or rich text box line by line, select the line and place it into a string array. The array will then be passed to another method where it will be placed into a list box excluding the blank lines. I've seen other code like this but if there is no ending vbCrLf then the last line of the box is not read, I've fixed this and showed how to extract the line information and how to use it. The code is slowed down using a pause routine that I made about a year ago.
Same 2 osc. synth. New features: Save the machine state (patch). Higher resolution. Load user drawn envelopes (UDE). Uses an xternal program (with source) to draw these envelopes. smoothing! NOTE: No new effects have been added >>YET
Take a blank form with 3 Labels, add some VB code and it turns out to be a method of making your own Custom Calendar Control or Application!! (EXE INCLUDED) *Please Vote*
Shows how to write private profile strings to ini's and get them.
In basic stages but works very well. Screen tool bar. Vote for this very basic and usfull code.
Makes gradient easy...
This is a Small and simple websever I made affters seeing Web severs on here I wanted to have got and make my own so I did. This simple server has been tested on my computer also has been run over the internet. and seems to run fine. I have tryed to inplant a simple guest book it does work but maybe it can be made to look a bit better. I have aslo inplanted a simple search engine. That I think is quit cool. any way I like to know what you think of my fist webserver any way.
this is and update of lotto number checker it checks your lotto numbers for you
The humble ClickMe!. The button moves when the mouse hovers.
make a DLL in Visual basic... works just like an active X control
NOw you can get the inbox from outlook (if enhanced you can get mails from other computers inboxes.) with this simple code. Please feedback if you cannot do anything with this code, so that I post the zip file with a sample prject. It also can send messages to people in OUtlook.
It takes some information from you and then generates a web page based on your given information.Tabbed Kool Interface A must see for those who want to program just like this !
Hey, you always have seen some people adding some cool addin to VB which esase their programming right? now you can do it too...You can add commands, command buttons, to menus with any command you like...
Have a Tab control in your application with out having to have the huge OCX that microsoft provide. It's in the early stages yet but seems to work okay at the moment.
What do you get when you combine two programming languages? Morphyx. I've been working on this program for about two years (mainly research) and I finally just decided to take one section out of the big program and give you an encoder. (The FULL version, which isn't freeware OR open source, encodes/decodes MP3s, rips CD tracks to WAV or MP3, burns CD tracks from WAV or MP3 and also creates MP3 discs, plays EVERY type of media file including videos, connects to Napster, records sound via microphone, records video via web cam, etc. etc. etc.) Morphyx Encoder gives you a choice of two encoding engies: LameEnc and Blade. Note that this is NOT command-line encoding. This is done through an encoding API (BLADEENC.DLL or LAME_ENC.DLL) with a wrapper DLL (MORPHYX.DLL). I included the full source to MORPHYX.DLL, but neither BLADEENC.DLL or LAME_ENC.DLL, because, well, I didn't those. =) Morphyx EXE: Visual Basic Morphyx DLL: C BLADEENC.DLL: more than likely C or C++ LAME_ENC.DLL: more than likely C or C++
Most of you have used winamp and know about its slider. It slides along with the song and you can drag it around to change the current position. This code does the same thing! It shows you how to draw a slider, restrict its movement, and make it move along with the song! The code is fully commented!
Normal Common Dialogs are not able to get multiple filenames and look win98-like. This one does. Note: THIS DOES NOT WORK IN WINDOWS ME.
A VB clone of Windows My Computer, A file browser that shows the files Icon, or and icon of what type it is, It shows you how you can have a file directory in a image list, rather than the built in boring one.