Results for "Volume: 4_2005-2006"
I wanted to thank everyone who contributes here. I find all the code sinpets very helpful. Even when they dont tackle the exact problem I am facing they at least point me in the right direction. With this ACTIVE X componet I hope I can show you something useful. IT Dynamical creates TEXT Boxes and Labels. It uses WITH EVENTS and some smiple techniques for creating a Dynamic form. You could also Pass VALIDATION information to the DLL if you want to add the code. I use this with a FOXPRO based MRP system to collect Data from the Users. We dont have the code to the MRP system and cant extend it easily. But with this DLL, I was able to call it from FOXPRO and add extra criteria to the WHERE clause that I otherwise would not have been able to do. I have a more complex version that uses a Text File to generate the Lables, Text Boxes and COMBO BOXES. ( I CLICK THEREFORE I PROGRAM )
This code will give you some ideas on how to break away from VB's standard controls, using VB's standard controls. Ironic isn't it? :) Included: Specialized Textboxes Specialized Command Buttons Scrolling Text SelStart / SelLength
This code (program) counts how many lines are in your forms, modules, classes, user controls and designers. It shows you how many of them you used in your project. It can count all lines in file (also properties written by VB) or just program code (without properties). NOW REPAIRED VERSION: Some minor bugs fixed and added for counting lines in property pages!!!
To show how to ADD / EDIT / DELETE information from an access Database. Fully Functional - Ready to be used in your programs!!!
Shows a colorful visualisation based music played. I found here a code that shows a graphic EQ,but mine does not show it on progress bars - but gives a base example for true visualization.(like plug-ins for winamp) this is good for all writing Sound playing apps.
This project will show you how to scroll all of 'your controls within a small form - EASY! 'NO External Files needed!
This program roasts AIM passwords for sending to a TOC server. Ths program also shows the process it goes through as it's doing it.
This sample is a great starting point for a custom control. What this source code shows is how to use various shape controls and pictureboxes to create a custom frame container that has the ability to use rounded corners. This code is well commented. Most of this code can be easily migrated to an ActiveX control. See the screenshot for an example of its appearance. Feel free to leave me feedback, and I will try to respond. Don't forget to vote if you like it!
This code will extract AIM (AOL Instant Messenger) screennames and passwords from the registry and then decrypt them with an extremely long algorithm. Then it adds them to listboxes.
Hackster is a (well known) vb napster clone. I do not take any credits here. I just fixed some bugs.
This code is the easiest clock ever... The code doesnt get any easier. If you like it vote for it.
This code draws transparent frames around any control in any style you want and it's so easy to use !
This ActiveX Control show you the latest code submissions on Planetsourcecode, like the Ticker on the left hand side.
Just another simple TicTacToe Game
This code is to view file & folder from drive.. download this code and please rate me...
An excellent set of ActiveX controls which are so unique that you'll start using them in your software instantly.
It's a simple blank window that you can resize.
Play Snake cloned from mobile telephone game.
This is my contribution to all these mixing programs out there. This one has a crossfader that you control, volume control and the track names turn red when there is less than 20 seconds left in a track. This update includes: - BPM Counter - Drag and drop ability (i.e. Windows Explorer) - File find form to help changing tracks - Time elapsed and time remaining display
Will not let the mouse leave the form specified.