Advertisement

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

ASP_Volume3 #61844
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.

ASP_Volume3 #61848
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.

ASP_Volume3 #61849
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.

ASP_Volume3 #61854
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

ASP_Volume3 #61861
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....

ASP_Volume3 #61862
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.

ASP_Volume3 #61863
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 !

ASP_Volume3 #61864
VB Controls Tip

For all Beginners and advance users out there!. I've got a nice tip for you. VB Programmers must know this tip co'z it affects speed in our program especially those building large programs.And Also I have found a nice replacement for Vb Controls and they have lots of features with like Transparency and Picture Stuff.I know Advance users already know this but just for the sake of those who do not know.Look at the screen shot.Anyway enjoy tip inside.Have a nice day !

ASP_Volume3 #61873
FrameEx Control - idea from Offixe XP

In office xp , the ComboBox control highlight when mouse move over it , and lose highlight color when mouse leave , but if combo had focus , it will not lose it's highlight color .. the same idea in the FrameEx control , hilight when mouse move on it or one of it's contained controls , and still highlighting if one of it's controls had focus .. PLEASE SEE IT AND VOTE FORM ME ..

ASP_Volume3 #61874
Boody Menus

This is a great menu engine which will give you free control on your applications menus .. No DLLs or OCXs You can just use it's classes-modules directly .. >>PLEASE VOTE FOR ME >>What does this class do ? - Add \ Remove unlimited menus at run time - Modify standard properties for VB \ Non-VB menus - Put icons\radio-check-style in menus - Set font, BackColor,ForeColor .etc for 3D style menus - Set a picture as a background for your menus - Make Office-XP style menus - Make your own style menus - Get events (Click-Highlight-etc) for menus - Make menus break - Set one shortcut or more for a menu - Midify shortcut(s) at run time - Custmize shortcuts dialog - Save\Load menus' shortcuts from a specified file - Create menus without forms to make a pop-up menus - Advanced PopupMenu function - HelpText\Tag\OwnerDrawID\OwnerDrawData to store info for menus

ASP_Volume3 #61898
Windows NT-2K-XP-Vista Service Control : Create your own web server, proxy, firewall and more!

Turn your VB5/6 Application into a WINDOWS SERVICE that can run in the background without you even logging into your computer - just like Anti-Virus applications do! Enclosed are two demonstrations of what you can do... one being a CPU monitor (mainly to show you how to interact with services using the MS Windows Service Manager) and the second being a very simple web server - BOTH projects are from PSC and were mildly updated to become services! (See the enclosed README for author credits and links.) Included with this project is the source and compiled control (Again, see the README for instructions.) The source for the VB projects should be rather straight-forward (the sections where we've added service control are commented - the 3rd party apps; please see their postings here at PSC.) Q: Why do I need a custom control to create services within VB? A: Visual Basic (prior to .NET) has no ability for VB to communicate properly with the Windows Service Manager on a stable framework. Worse yet, for those of you accustomed to using NtSVC from Microsoft years ago you've found that it crashes when you try to use sub-classing in your application. Control Source: Basic image files and such have been removed to ensure the smallest possible download. Should you wish to re-create the sources, see the resource file for the file names of the images needed and create your own!

ASP_Volume3 #61939
LynxComboBox v1.30 (owner-drawn Multi-Column ComboBox with ListView Style)

- Updated in response to feedback 11 Nov 06 - Owner-drawn ComboBox that provides multiple columns in a ListView (in Report View) style display. Features include Item CheckBoxes, Item Images, dynamic Column Sorting/Resizing, Item Formatting (ForeColor, FontBold etc), datatype aware sorts, custom sorts and auto-scrolling (when mouse dragged out of control). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible. NOTE: This control has partial Unicode Support (Editable Mode does not support Unicode Data Entry due to VB TextBox) UPDATE: This Control was formerly called ComboView - renamed for consistency with my other controls.

ASP_Volume3 #61941
LynxGrid v1.89 (owner-drawn editable grid)

Added FormatCells method for fast bulk formatting and per cell Fontname properties. Owner-drawn Grid. Features include CheckBoxes, Images, Multi-select, dynamic Column Sorting/Resizing, Cell Formatting (BackColor, ForeColor, FontBold etc), datatype aware sorts, custom sorts, Independent Row Heights, Word Wrap, Column Drag, Cell Images and auto-scrolling (when mouse dragged out of control). A Control Binding System allows external controls to be used for editing Cells (ComboBox, DateTimePicker etc). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible.

ASP_Volume3 #61942
FlexGridToys - Class to add Edit functionality & Subtotal Control (05 Apr 06)

Two little MSFlexGrid enhancers. A single class adds simple Edit functionality. The principle is to make it quick and easy to update existing code and/or create new code in a consistent and resuseable way. The Subtotal Control allows a simple subtotal row for any combination of the columns. Please feel to modify as you need. As always feedback is welcome....

ASP_Volume3 #61961
Menu Icon SubMenu Icon

This Example will show you how to add icons to the Submenu Submenu. Most of the examples of placing icons to the submenu do not show the Submenu Submenu icons. This will show you how at runtime. This will also show you how to add icons to the submenu popout menu submenu. Using 0 will not place an icon into that index. This will show you how using MF_BYPOSITION. Enjoy! Thanks, Quake

ASP_Volume3 #62065
BsnVideoFil Avi Compress

Makes easy the compression of an avi file by leting you choose and configure one of the available(installed) video codecs while it enhances the process a bit .Also it provides a handy preview.

ASP_Volume3 #62066
BsnVideoFil Avi to Bmp

A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.

ASP_Volume3 #62099
Custom List Box

This is a very good example of how you can create your own custom list box. This code shows how can it be done but its not xactly a user control. the code is undestandable and the listbox is very flaxible. It uses a class to initialise the list. Hope u like it and drop a vote if u like it. (plz dont take this as a perfect project, I designed it to only show a listbox can be made. If u can enhance it plz share it with me}

ASP_Volume3 #62100
Animated Customised Tool tips + Treeview Management (Add, remove and move nodes)!

It shows the basics of treeview management as well as how to create animated customised tooltips. It shows how to add and remove nodes, how to set their icons, how to move nodes. More than this it shows how to create some cool and awesome tooltips.

ASP_Volume3 #62151
GpPicview1.1

load and preview images,like as acdsee. Intel JPG Library(ijl15.zip) is needed: http://www.itkhan.com/reference/ijl15.zip ADDED: CreateThumbImagePack method ADDED: LoadThumbPack method FIXED: you can Pack thumbnail images by scaling the image to the size specified in the thumbWidth and thumbHeight parameters to a file, and load the specified thumbpack file to display every thumbnail images

Languages
Top Categories
Global Discovery