Advertisement

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

6_2008-2009 #212084
HeaderMS

This usercontrol is a simple "frame" control but not exactly as Intrinsic VB "frame" control or another. Any comment are wellcome, votes are appreciated. Thx Geo for the name suggestion xD.

6_2008-2009 #212085
PropertyGrid 1.3 (Update 05 Jan 2011)

Addition 2 new themes, check out the screenshot, and more functions. New functions for the color manipulation. I think this the first control how this in PSC, this's a PropertyGrid based in the VB 6.0 PropertyGrid control (the screenshot tell all). The credits are in the UC, I used some UC of PSC contributor. Any comment are wellcome, ideas are good, vote is perfect for me but not are necessary :) NOTE: I tested in WinXP only but in various PC's. Thanks TerriTop

6_2008-2009 #212088
nspCheckBox 1.0

Small, attractiveness and faster draw checkbox programmed by Steppenwolfe and modified a little by my. Comments is wellcome, votes I prefer that not. NOTE: The intellectual author of the code authorizes myself to make it public.

6_2008-2009 #212090
XPMenu

ReUpload again coz PSC delete the first post, but I don't know why.

6_2008-2009 #212091
SMGrid 1.1

The new of the Control: - Support Text Unicode. - MouseWheel. - Movement and selection of individual cells. - Scrollbar's with Subclassing - Edition of one ó several cells. - You can add background, icons. Any commentary is welcome. The control isn't totally finished but it's a good advance, Plz see the screenshot. Its development this stopped indefinitely, is Christmas. -------------------------------------------------- Lo Nuevo del Control: - Soporta Texto Unicode. - Mouse Wheel. - Movimiento y selección de celdas individuales. - Scrollbar's mediante el uso de la subclase. - Edición de una ó varias celdas. - Agregar fondo, iconos. Cualquier comentario es bienvenido. El control no está totalmente terminado pero es un buen avance. Por favor miren el screenshot. Su desarrollo esta detenido indefinidamente, estoy festejando la navidad.

6_2008-2009 #212092
SOptionButton 1.0 (Update 16-11-2005)

I decided to publish this small control that has developed for one year behind for that I want to share it with all those of PSC. It's a small simple control but attractiveness (at least for my), I wait they like it. Support Unicode and Align.

6_2008-2009 #212094
McListBox Original by Jim Jose (Small Addittion Update)

PLEASE DON'T VOTE Add functionality when the mode is FolderList, see the screenshot Original purpose about of this great UC McListBox 3.3 (Hybrid)-[With ListBox,FileList,FolderList,DriveList,FileBrowser, FolderBrowser modes] Description: Added features... 1) Horizontal ScrollBars 2)Drive's Label 3)New tree view line style : McListBox 3.2 is the hybridized version of ListBox,FileList,FolderList,DriveList,FileBrowser(with filter) and FolderBrowser. The control will extract the true icons (16*16,32*32) , such that the items will have the same icons that the explorer is showing. The FileBrowser and FolderBrowser modes are auto-responding... ie you can open the folder by DbClicking on the list item. Apart from the previous version, in the new version it is not neccessay that you REFRESH the control to show the items, the List will be automatically refreshed. The control is more than 4 times faster than vb's ListBox. I am submitting this as a new post, bcose I wish to keep the old (Listbox only) version as it is. Features includes... Item completer, Subclassing, Api scrollbars, XP style, Mouse wheel, high Performance, Ownerdrawn, Stylish, Multi-line selection, Custom list-icons, Item Highlighting, Unicode support, Adjustable RowHeight, List Sorting, Grid lines and nice Gradient effects. Try it and feel free to comment... HAVE A NICE TIME!!! Jim Jose :)

6_2008-2009 #212099
Grid control based on ListView control

This is a grid control that is based on VB's ListView control. It includes methods to get and set individual cell data, row counts, column sorting, and column widths. I got the code that is used for the multi-line tooltips from somebody else's PSC submission.

6_2008-2009 #212145
Smart Popup Balloon Tips in VB

Add profressional 2000/XP style popup balloons to your project in seconds. Works with Win 98 and up, because this is a VB control that looks EXACTLY like the real thing! Plus only takes one line of code to add tips for standard controls!

6_2008-2009 #212161
TreeBook Control

The TreeBook Control is designed to store information, (as example contacts). There is a picture storing feature available. It is possible to store practically any information. The data inside the viewing area has a tree-like structure.

6_2008-2009 #212167
Macintosh CONTROLS + Skins (Update) Works & Looks a lot better

This contains new and updated controls that mirror the actions and looks of the Macintosh system. THe menus are much better. Updated rollover effects. Also added a custom Scrollbar. NO NEED TO EDIT ANY "UserControls"! I added many RaiseEvent commands to these controls to make them easier to use. All controls are now more stable also. This comes with a demo of each control so you can see how to use them. Please tell me what you think.

6_2008-2009 #212168
Easy Dos Control: Execute Dos Command & Capture Result

This is a very easy to use control. Example Code: 'Text2.Text = Text2.Text & DOS1.ExecuteCommand(Text1.Text)'. Thats all you have to do. You execute the command and it captures the result. Tell me how you like or what i need to do to make it better.

6_2008-2009 #212174
advanced form skin + Transparent w/o resource graphics.

This control does not need any user input. All the user has to do is drag and drop it onto a form and your done. This control does NOT contain any graphics at all, all pictures are drawn from lines and PSET. Many lines of code but all very easy to understand. This control allows you to resize, minumize, maximize/restore, and close the form. It also reads the forms icon and caption and displays it. Also the HotPink areas do become transparent to make this form a little more appealing. I plan on addins some animation and better buttons to this project. please help me make this better.

6_2008-2009 #212177
Thinker (Waiting Bar) Control

This is a control used to display that your program is doing something, such as checking the internet for updates or checking for previously installed applications. Sort of a "please wait while" control. Basicly fully customizeable. Many options. Rate it if you like it.

6_2008-2009 #212181
RedHat Shell

This is a basic layout for a shell that looks like Linux RedHat. Comes with a few custom controls for easy customization. Has a 'startmenu', 'taskbar' as well has desktop icons. i was really bored and this is what i came up with. i didnt mean for this to have any use, just did it for fun.

6_2008-2009 #212182
RedHat Window

I wrote this to use along with my RedHat shell. It isnt quite done yet. Ive basicly subclassed everything with OnMouseOver and OnMouseLeave abilities. The form will resize without a Timer, API only. Doesnt seem to respond well with slower machine when resizing. Tell me what you think. This program has no purpose, just basicly EyeCandy.

6_2008-2009 #212187
ToolTip Balloon windowless (no hwnd)

This code set a balloon tool tip with the standard windows API on every type of control with or without window handle (no hwnd or windowless) Please vote if you like it Adapt this code for your needs

6_2008-2009 #212194
Accept Only Numbers in Textbox !

Do you want to input only numbers in a textbox? and just want a few lines of code ?Well this code is for you....See it for yourself....Want to know more of my codes then email me....

6_2008-2009 #212195
XP Themes !

Hi there everybody !...I just want to share this one, this is not mine and I give credits to Thomas Spink. This is very useful when your OS is Windows Xp.Even if you have an OS XP, all controls in Visual basic still the same.It transform all controls in visual basic to XP style. And it is very simple to do.

6_2008-2009 #212196
Command Buttons Trick !

This trick changes a Command Buttons Forecolor. I've seen lots submission here changing Command buttons forecolor using API's. This trick achieves the same effect but just a 3 lines of code. NO API's required !. Have nice day ! No need for votes ! just comments will do !

Languages
Top Categories
Global Discovery