Advertisement

Results for "Category: Custom Controls/ Forms/ Menus"

4_2005-2006 #166414
AVIN API Control

This user control has 62 easy to use API controls within it. It has the ability get the CPU usage, add files to the documents menu, clear the documents menu, get the name of the current user and the computer, get the amount of time windows has been open, refresh windows, show and hide the start button, open the default internet browser, connect and disconnect to the internet, send Email, play sounds, get the mouse position, flip the mouse buttons, hide and show the cursor, trap the cursor within a region and release it again, find and change the screen resolution, find all possible screen resolutions for the monitor, shut down restart and log off windows, show and hide the taskbar time and desktop icons, turn on and off the screensaver, disable or enable ctl+alt+del, minimize all windows, open explorer, make a form stay on top, show the shut down dialog box, make the computer go to sleep for an extended amount of time, enable or disable objects, open and close the CD-Rom, search for files, copy delete and move files (quickly), check if a path exists and more, all with easy to use categories! Vote for me!

4_2005-2006 #166426
Menu Bar

'Welcome to The new and improved Menu Control. 'Created By Russell Sanders 12/2006 ' 2/21/07 I said in the last update that it would be the last but I have fixed a few things that just had to be published. After all the time I put in to the code I left out something as simple as, changing the caption on the fly, out. So I fixed that and also got the tool tips working. a few other small things. ' In the past two months I have put close to 300 hours in this control. I thank you all for looking ' at it and welcome any comment good or bad. ' This works well for small apps. ' 'credits: ' PSC for a place to get help and code on anything. And to all the dedicated users of PSC ' who post there thoughts there advice and criticisms on code, Thanks. ' other credits are with the relative code. ' ' This uses Pauls' safe subclass Code Found At: ' http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1 ' read the readme in the zip to understand usage. read the code to see how Update:2-14-2007 this will be the last update for this control. Unless I find a bad problem with it. I have started to work on an MDI version of this control and will be replacing this one with it when it is done.

4_2005-2006 #166459
Editable Listview in Report View

On listview mouse down event, a textbox is moved to the selected listview item or subitem to be used as the edit box. The trick is to track the scroll bars to deduce which item of the listview is being clicked on. This is done by subclassing listview scroll events and retrieving the scroll bars info with API.

4_2005-2006 #166502
Form in New Shape

This program show a user to chang the layout of form standard to in Round or other

4_2005-2006 #166515
UniText RC3 & UniList RC1 [2008-06-14]

Unicode textbox and listbox. On these controls I've attempted to mimic the behavior and features of the native controls, but also give much more power by implementing much more of the native features provided by the Windows API. Despite the focus being on implementing Unicode aware versions of the native controls, you can find much more power than just the Unicode. **** These Release Candidates are released outside the main UniControls release for bug testing and comments - thus I'd like to hear of any problems or oddness you may encounter with the controls so that I can fix them before compiling the main UniControls release (thus the next UniControls release is to be considered stable). **** UniControls main release: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=69738&lngWId=1

4_2005-2006 #166568
_ [A Perfect Gradient with Emboss text effect]

A Perfect Gradient with Emboss text effect. If any bug please contact: [email protected].

4_2005-2006 #166570
[A Gradiant Form and Picture]

A simple and easy gradiant example. No additional ActiveX Control. Used many parameters.

4_2005-2006 #166575
Minun Progress Bar 1.8

This is the coolest Progress Bar control you have seen out there. Includes many nice features. Can do colorfading, text scrolling, borderstyles, can be set vertical...anything you can think of. Besides that, the code is very efficient and fast. A good example on how an ActiveX / OCX is made and what it needs.

4_2005-2006 #166576
Minun Progress Bar Deluxe 0.9

This is a new cool progress bar control. I've been doing it two days, based partly on my previos progress bar (I submitted it now already as I'm doing my military service and are therefore limited in time). Though this one is different by looks and is also improved by speed. At the moment the control is not complete, there are properties that are not yet finished. Despite this fact, the control does work. I wish you like that control and that it's customizable :) You can change borders' style, all the colors (15 different), direction (right, up, left, down), set text on it, custom done text and so on.

4_2005-2006 #166577
Minun Progress Bar 2

The best progress bar on PSC: it's fast, it looks cool and it's stable. All you need when it comes to showing a progress. Includes: 1) colors and colorfades! 2) use any font, make it appears as you want 3) you can use seven different borderstyles 4) make the bar grow up, down, right or left 5) Blending (changes color opacity or CosSin mode makes weird colors!) 6) Set the caption just like you want it to be 7) ManualRefresh for optimal usage: if you change colors a lot or do other big changes at a time, you might want to refresh the bar only when you wish 8) Min, Max and Value as big or small as you want 9) You can change parent easily with SetParent 10) enough events: make it a command button as well! 11) clear, optimized code: learn how things can be done fast in VB. Also great example on how to make an ActiveX control with VB. If you like it, please vote & rate :)

4_2005-2006 #166578
UniLabel 2.3 - Unicode label

Enhanced label with Unicode support. Copy UniLabel.ctl and UniLabel.ctx to your project's path and add the control into the project! Thanks to Paul Caton (SelfSub), Ralph Eastwood (for fixing SelfSub 2.1 bug) and Zhu Jin Yong (for UnicodeStrings.res and sample code to use it). Read special_features.txt for more information! | UPDATE 2.2 - 2007-11-19 - SelfSub fixed to version released by LaVolpe, thus finally fixing the crash issues! | UPDATE 2.3 - 2007-12-05 - BackStyle works now, some additional font properties added to ease font manipulation.

4_2005-2006 #166582
EruLabel

This is a Label replacement control that gives you some limited CSS features (BorderRadius, Border, Margin, Padding, Opacity) and Unicode support. Rounded corners are limited because they are implemented using Windows API RoundRect which doesn't give the nicest results in every case.For a more complete description visit VBForums thread: http://www.vbforums.com/showthread.php?t=626737

4_2005-2006 #166609
UniControls: Unicode aware controls [2008-06-19]

It is hard to get Unicode in VB6. The biggest reason is the nowhere-to-be-found support in any of the native controls. In the past few years people have been mostly forced to commercial solutions or to move to another language. With UniControls I try to change this by providing some of the most essential tools for working with Unicode. **** This is the summer release. What you find here are a few powerful controls, and some that are still in an earlier level of development, yet useful for many tasks. Included: UniCaption, UniCommand, UniDialog, UniLabel, UniList, UniMenu & UniText, with some additional bonus code. **** NOTE: despite these controls using SelfSub, SelfHook and SelfCallback by Paul Caton and LaVolpe, not all of these controls are Stop button safe. This is because of UserControl's limited OLE interface, which has forced to some IOleInActivePlaceObject hacking, for which there currently is no perfectly IDE safe solution. If I didn't use it, I would have to use complex hooking to capture Enter, Escape, Tabulator, arrow keys and other navigation keys. **** Hopefully you enjoy these controls!

4_2005-2006 #166625
Flash And VB Menu Bar

It is very pleasure for me to upload this kind of project. This is a menu bar project which is created in Flash 8 and working in VB 6.0 with the help of FSCOMMAND. You can change the Menu Items by editing "MENUBAR.XML" file. SPECIAL THANKS to Mr Muhammad Akhtar to who helped me to understand and work with FLASH and VB. In case of any Query, feel free to contact me Name: Hafiz Muhammad Farooq Email: [email protected]

4_2005-2006 #166652
Active Form

Active Form Animation is an example for making just more beautiful application, check it out, and vote.

4_2005-2006 #166656
Transpacy

Make any Object/Form Transparnt & non-squared, so Powerfull and Easy

4_2005-2006 #166701
Creating Aboutbox in UserControl

This article show how you can do custom AboutBox in custom control (usercontrol).

4_2005-2006 #166713
TimeControl

Simple time control I made to satisfy my needs in one of my softwares. Might as well publish the source so that everyone can enjoy it... Similar to DTpicker time control but it has some changes and other stuff... Just add the User Control to your project and it's ready to use... no OCX's needed. Feel free to modify etc, but respect my copyrights :p

4_2005-2006 #166742
[FA] Draggable ToolWindow

This is a draggable toolwindow inside another window. Normally windows can only be inside an MDI form, but this is a great control which looks and acts like a real window. Completely customizable!!! If you plan to place many toolwindows inside a form, try duplicating the source files and adding each toolwindow as a separate toolwindow so you can customize them according to your needs. [ See another demonstration of this control in my other project: City Builder (txtCodeId=57486&lngWId=1)]

4_2005-2006 #166778
AjayWarez - StyleButton, 500+ Designs , Image Support , (Updated)

(2/2/08) - STYLE BUTTON - a high quality skin button from ajay kumar having more than 500 themes and a Beautifull themes manager RECENT CHANGES : * Version 1.2 ############ Updated - Now All Common Functions (Standalone) Are In One Bas File. Fixed - Major Bugs / Missing Code Fixed - Theme Manager Added - Theme Manager Now Supports Loading of Resampled Images to Correct Skin Problems Fixed - Usercontrol 3 State Pictures Sections Problem Updated - Propertysheet Now Shows Faster and Emulates Buttons Correctly Added - Benchmarking Tool to Benchmark Buttons on Your System Fixed - Usercontrol Button Picture Displaying Cordinates & Additional Bugs Fixed * Version 1.1 ########### Updated - Full Functional Theme Manager . Add / Delete / Manage Styles in Theme Files Added - Font Support. Added - Property Sheet Now Focus on Current Style. Updated - Property Sheet Fast Loading. Updated - UserControl Now Loads Very Fast & Additional Bugs Fixed * Version 1.0 ############ PropertySheet Fixes - Selection of the used theme , Speed up Loading , Multiple Buttons Skin Selection Supported , & Bug Fixed Usercontrol Fixes - Speeded Up , Added Normal Button Style , Loading Time Optimized , Memory Leak Fixed & Known Bugs Fixed HOW TO USE : Add a Usercontrol and propertysheet to the current project, add usercontrol to the form , right click and select properties. if there's no theme file listed then set the path to themes folder (defaultly its set to use it from current directory\themes folder. but you can change it). you can then select the theme file and select its style and click ok . you can add a image to the button by selecting the usercontrol and click buttonstyle on the right side properties of usercontrol. if you want to algin the image to center, just resize the control and increase its height. to set the image in left side , just resize the control and decrease its height . ABOUT STYLE BUTTON : This is a usercontrol of sytle button and it is highly skinnable . it uses a property sheet to set the theme . the theme files are templates that are used to set the button styles once . when you use the usercontrol and compile It , it does not needs theme files (themes are just required at the selection time) . more than 500 button styles are included in this release. TO CREATE THEMES : create 3 state images using photoshop or any image editing software . open theme manager. select the 3 images, set the x,y propertys by selecting the preview. push Save.

Languages
Top Categories
Global Discovery