Advertisement

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

ASP_Volume2 #36047
Windows XP Vertical Scroll Bar

Windows XP Verticle Scroll Bar. Nearly identical to real thing. Will subclass next, and then make horizontal bar.

ASP_Volume2 #36066
Customise Standard Toolbar Fix

If you've ever tried to use the standard Toolbar customise feature then you will know it doesn't work. This is a documented bug - visit MS and do a search. They offer some solutions, but these only partially rectify the problems. The problems involve an inabilty to reliably save the configuration of the Toolbar and a failure to display unused items in the left hand selection Listview. My fix Scrap the feature entirely - uncheck AllowCustimize checkbox in properties Replace the dialog with a clone form Power the function with a simple class

ASP_Volume2 #36081
Line Paterns

Draws various paterns with simple line techniques.Just thought it might save someone some coding.

ASP_Volume2 #36084
Special Button

This button is cool for you that using graphics on form. If you move your mouse over the button, the button come with highlight picture base on form pictures. Click it, and the button move down still with the background. This is looks like IE title bar with skin. For more information, you can email me: [email protected]

ASP_Volume2 #36096
Create 3d Text

Quick and simple way to create 3d Text

ASP_Volume2 #36134
Vertical splitter/Outlook-type split form -updated

This form contains an example of how to do a simple Outlook-type split form. The splitter code is modifed from the http://www.vb-helper.com/HowTo/hsplit.zip code. I have updated to include icons and labels under each button. The project is now only compatible with VB6 as I am using a resource file to store the icons. I have found and fixed the problem with icons not disappearing when the form is resized and also implemented scrolling to allow users to see obscured icons.

ASP_Volume2 #36140
Awesome Tooltips

Shows tooltips! You can customize it. If you use it please send me an email. Email: [email protected] Also it took 5 minutes but it is awesome. At least I thought it was better than the regular tool tip! You can have multilines with this one. Look at the screenshot so you can see what it looks like. Thanks, Carroll Dearstone

ASP_Volume2 #36151
Editing and Adding your Own System Menu's

this lets you edit the system menu on your form. you can make it perform functions also. the only downside to this is that the form is not movable by titlebar. i've seen other codes posted on this but the one i was looking at didn't show how to perform commands on click. anyways hope this helps you out.

ASP_Volume2 #36179
Extended windowless frame control

A nice non-container Frame-Control. Note that there is no window-handle for this control. So it saves your system resources Features : - Styles Raised, Sunken, Etched, Inset etc. - BackStyle (Solid/Transparent) - BackColor - BorderColor Ejoy. Votes are welcome.

ASP_Volume2 #36183
Form translucent

Translucent form, that uses some VB transparent controles, I wrote this code using some module that wasnt mine so i like to thank the author for his contribution to my code! Please vote, and leave feedbacks! I am planing of making a version of translucent, sinable and resizable form!

ASP_Volume2 #36185
Make a form a child of another form

Shows a good way to make a form a child of another form without the jumpyness of using just SetParent alone.

ASP_Volume2 #36188
Add SysTray-Icon +++ Change Wallpaper

Did you ever want to let your Application appear in the SysTray, without any complicated code, completely bug-free and easy to handle using events?Or did you ever want to change the Windows-Settings like Wallpaper with VB?This code does not only contain the source for a UserControl to easily create and handle SysTray-Icons or the code to change the Wallpaper, it is also a complete program to fresh your Desktop up: you can create a list of picture files and the program changes the Wallpaper after adjustable delays, running down your list. Furthermore the program is very flexible, it automatically stretches the pictures so they fit onto the screen, and it can handle all filetypes from Bitmaps over GIFs to JPEGs.Just copy some cool Wallpaper-files into the Folder "Wallpapers", type any number of minutes in the TextBox in my program, and enjoy your always different wallpaper!Also the program runs in the SysTray when minimized, so it doesn't block the TaskBar and is still accessable.About the SysTray-Icon Control:You just have to add the UserControl to your form, and your App appears in the SysTray. If you want 2 Icons in the SysTray, just add another Control. You can change the Icon and the ToolTip Text in the IDE and at runtime, and you can control the User actions easily through events.The control also allows you to display the window's system menu when you click on the Icon, if you want it to.I hope this stuff helps you, and if you like it, please don't forget to leave feedback/votes!

ASP_Volume2 #36210
Easy Form Editor

Hey people it's me agian. ;-) This littel program make it easy for you too make a shaped form. You just draw(with the mouse) on the form and click save, then the program saved the shape and writes a *.frm file for you to use in VB. It all so exports the picture you drawn so you can make it fansy in photoshop or something like that, and then use it as your bagground in your form. - TIPS - Now i made the sample bagground in photoshop, and i know you dont need to know how, but if i tell you. Then you can't say i did't tell you everthing! *hehe* To make the bagground . New picture (400 * 400 pixels) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click NEW CLANNEL click FILTER -> RENDER -> Driffernt Clouds click FILTER -> NOISE -> NOISE (1%) click FILTER -> RENDER -> Driffernt Clouds click FILTER -> RENDER -> Lighting Effect Light type = spotligt Gloss = 59 Materiale = 69 exposure = -100 ambience = 47 texture channel = alfa1 height = 100 Now please give me a vote... just a small one(or bigger).. Yours CiX Remember its all about haveing fun ;-)

ASP_Volume2 #36212
One Hundred Percent Pure volume

one hundred percent pure volume is a horizontal Volume slider like you've NEVER seen before, built in raw vb6 code with no other add-ons this code is modular, re-usable and 100% completely Height, Width and position idenpendant. it uses standard picture boxes to "act like" or "mimmick" a sliders appearance, because it uses standard picture boxes, you can skin the volume slider to any picture and dimension in the world, just by selecting it's .picture filename property. if you set it to 20,000 pixels wide it will still retain 100% functionality. uttermost left of the main background picture will remain 0%, uttermost right of the main background picture will remain 100%, no matter how wide, high or what position left the main background picture is set at. It uses ADVANCED relational percentage math to calculate the percentage value used to set the windows volume,hence its name : One Hundred Percent Pure Volume. use it in an MP3 Player, sound app or anything that could use this totally unique FULLY Skinable windows volume slider. It took me approximately 2 whole days to Just to work out the math behind One Hundred Percent Pure volume. It's yours for free, Enjoy. Tom Brett, CEO soundgrabber.com

ASP_Volume2 #36221
ProgressBar Replacement

As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!

ASP_Volume2 #36224
Gradient Progress Bar With Status

this is a pretty simple thing 2 make a gradient prog bar....i used a screenshot from the project instead of the actual app because it shows most of the properies u can set...it is rly customizable...and i used it in the mod-maker for a game i am making(chk my other submisions), and the map editor(not yet done)...hope u like it

ASP_Volume2 #36225
Splitter Control 1.1.9

Splitter Control is a Windows Explorer style splitter. To use it, add controls to it the same way you do for a frame, and set the Child1 and/or Child2 properties to the names of the added controls. Features - Live and non-live updating while child controls are resized - Customize appearance of splitter bar while not live updating - Escape can be pressed while moving splitter bar to cancel the move - Specify a maximum size for a child control - Specify a minimum size for either child control - Horizontal or vertical orientation - Position splitter bar by percentage or absolute position

ASP_Volume2 #36226
MDI Splitter Demo

This shows how to Split MDI Forms. Actually there have been a lot of spliiter demos and controls but rearely some have dealt with MDI forms which this one goes in-depth on. There is DragBar highlighting, Title bar colour grading, and more - only uses a timer and a nice API call.

ASP_Volume2 #36228
Mouse Events

A UserControl that will capture and report mouse events on form and child controls. I've found it useful for finding position and color info at runtime when working with picure objects and when doing bitmap manipulation.

ASP_Volume2 #36229
Adding Bitmaps in Popup Menus

This project Adds Bitmaps to a Popup menu. this is a demo project of how to add bitmaps to a popup menu! it's a simple project and easy to understand, cause thats the way i can understand it

Languages
Top Categories
Global Discovery