Results for "Category: Custom Controls/ Forms/ Menus"
Capture a screen in a window, this one actually works...
This code allows you to quickly center a form within the screen without eating up alot of cpu time.
The following code will add great text effect to your applications. It changes the spacing between the characters. By changing spaces, the characters move on the screen.
This class is used to EASILY add AutoCompletion such as in Internet Explorer or MS Access to VB Combo Boxes. It makes use of API calls which makes it EXTREMELY efficient. It also gives you the ability to control various properties: 1. The AutoDropdown property 2. Complete RowSource specification (new) 3. The ForceListUsage property (new) 4. The LimitToList property 5. The AutoUpdateList property ******************************************* **********PLEASE REMEMBER TO VOTE********** *******************************************
This is an enhancement of Dr. C's code submitted today. His code dealt with EASY TO IMPLETEMENT API Based AutoCompletion Class which features an auto-dropdown option for VB Combo Boxes. He should get full credit for the class developed. It is very good work. Further enhancements made to his fine work includes (1) a simple database which loads the combo box with values, (2) a primary module containing useful stuff, (3) Added a Gotfocus and LostFocus to Combo box to manipulate the displayed value, (4) added ENTER key acceptance capability. His original code can be found at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=34618&lngWId=1. Users can type in some existing value or create a new value "on-the-fly" into the Combobox. Try it and see. I felt many of you would like the changes so I am posting them. Let me know what you think.
If you have artistic talent, you can make buttons with this code in any format easily. All that you have to do is draw a image. I included some images like example.
This tutorial demonstrates multiselect property of listbox as well as how to add and remove items properly. Absolute beginners will surely grasp this concept easily.
This is a class to extend the functions of the standard ImageComboBox (MS Windows Common controls) Features include: autocomplete, allow only present items or not, auto-set dropdown width, and more. I need a feedback from you, so please leave comments and vote. Thanks ;-)
Also,MENU CREATOR/COMPILER {binary,text file} -------------Of .CCODYX---
I have updated once again Working scrollbars,resizable at runtime,animated Roll affect on panels user can change speed,gradient background,one panel show property(when panel is clicked the other panels close except if panel state is set to Fixed) check out my xp form skin control known as jsskin 1.4 at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=34875&lngWId=1
This is part 2 of creating a window from scratch. This will show you how to impliment Buttons, Listbox, Combobox, Lables, Timers, etc dynamically on a window that was created from scratch. If you want the skeleton code for Part 1 go here: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=34819&lngWId=1
Add, Remove, Change icon in your systemtray. This usercontrol is absolutly great, you can use it where ever you want. It also has Events for MouseUp, MouseDown and MouseMove. Please Vote...
Due to my xpmenu i thought i would reupload my skin control known as jsskin 1.4
This code is the simplest form of Scrolling Text. It uses a Timer controle to make a label scroll. No consideration is required for screen cordinates or size or any other thing. Have a look at this simple scroll text application and Please do rate it :) I am watching from [email protected]
This code is the simplest form of Scrolling Text. It uses a Timer controle to make a label scroll. No consideration is required for screen cordinates or size or any other thing. Have a look at this simple scroll text application and Please do rate it :) I am watching from [email protected]
This project gives the user control to many mouse specific controls (including API) in an easy to use OCX. This can also be used as a sample active x control. This project gives access to things such as: Capturing Mouse Coordinate Tracking Cursor Changing Double Click speed information/ changing Input blocking Cursor Displaying/Hiding Mouse Button Swapping Mouse Button count Cursor position changing And other miscellaneous information
This is a Office-2000-style font selector combo box. Flat appearance!!!!!! To make it flat, remember to register the SSubTmr6.dll. Click on "Reference..." and choose the SSubTmr6.dll. Then use a line of code to make it flat: FontSelector1.MakeMeFlat Precaution: You must do something on the click event to remove the focus of the control, otherwise, there will be a Drop-Down List here. Enjoy yourself!
I just took Todd Herman's project and added a simple search form to let you pick your own .ANI file. Check out Todd's original project at http://www.planetsourcecode.com/xq/ASP/txtCodeId.26016/lngWId.1/qx/vb/scripts/ShowCode.htm
Make your toolbars like Office2000's it's COOL, Menu's with Icons, Dragable Toolbars, Dragable Menubars. USING ONLY THE COMMON MICROSOFT TOOLBAR!!!
Easy code for clone flat comboBox style office2K