Advertisement

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

7_2009-2012 #223502
Complete System Monitor Usercontrol

Having seen so many code snips that either only work with Windows9x or return incorrect values, I decided to write one that should work accross ALL version of Windows. I was able to find multiple pieces of code all over the place and assembled them into a neat little ActiveX control. This usercontrol can be be used visually, and optionally display the history of any if the following values; CPU Load %, Memory Load %, Free Pagefile %, Free Virtual Memory % and the HD Free space %. The control can also be hidden and used to manually retrieve the values below using the GetCurrentSystemLevels routine. This allows you to retrieve current system levels and isplay the information using your own layout/design; CPULoadPercent, MemoryLoadPercent, PhysicalMemoryTotal, PhysicalMemoryAvailable, PhysicalMemoryAvailablePercent, PageFileTotal, PageFileAvailable, PageFileAvailablePercent, VirtualMemoryTotal, VirtualMemoryAvailable, VirtualMemoryAvailablePercent, HDTotalBytes, HDTotalFreeBytes, HDAvailableFreeBytes, HDTotalBytesUsed, HDAvailablePercent The visual look of the control is fully customizable. All colors can be modified to fit the individual needs of developers.

7_2009-2012 #223512
Massively cool form shapeing on the fly

This demonstrates how to use the windows api to dynamically (and quickly) reshape a form without hogging resources. It Doesn't Even Blink! PLEASE VOTE!

7_2009-2012 #223516
ListView As FileListBox

A replacement for the antiquated FileListBox. This control sets the ListView's imagelist to the system imagelist which alleviates the need for an ImageList control to store file icons and is therefore less resource intensive. It is subclassed so that the LV doesn't remove the system imagelist assignment. Some other improvements over my previous submission: 1) Allows user to remove the Size, Type, Date columns if desired, plus hide the columnheaders in Report mode--this makes it look like the FileListBox with icons. 2) Added Horizontal and Vertical ledger styles (see screenshot) with the option to change the colors. 3) Column header sort icons. Enjoy.

7_2009-2012 #223517
Toolbox Bitmap Editor

This is a tool to help with building the ToolboxBitmap pictures for your usercontrols. The docs state that best results are obtained by using a 16x15 bitmap. Through experimentation I've learned that the Transparent color the IDE uses is at x=0, y=14 (lower left corner). Enjoy.

7_2009-2012 #223529
An Email/AnonyMail Program Like No Other, Amazing GUI !

Send an Email as anyone simply, with no need for an SMTP server. The brilliant user interface makes theis program a 100% must have. Please dont forget to vote!

7_2009-2012 #223537
Docking and UnDocking of toolbar and other controls

Update---------------------------------------- This is an improved version of previos DLL. Now it handles child controls of the container control which is being undocked, plus I've fixed the problem with changing focus. Also I've included test project so you can see how it is suppose to work. Old --------------------------------------------- This class allows to undock any control on the form and drag it around. Furthermore, during Undocked state events will be still received at the same place. It is an emulation of the Microsofts abilities to undock panels (ex VB Properties and Toolbar)

7_2009-2012 #223538
Create your own tabbed dialog.

Demonstrates how you can create your own tabbed dialogs without the use of any OCXs or API. Only 2.8 KB to download! This code is HEAVILY COMMENTED, and explains in plain english what every little line does, this example includes 3 tabs, you can customize each tab, and you can add more tabs. IF YOU LIKE IT, PLEASE VOTE FOR IT! I would greatly appriciate any comments or suggestions which you can place by scrolling down this page some.

7_2009-2012 #223594
NetButton

Its a button .... what else does a button do ? Note : I have fixed the click event problem :) My mistake ..... who else would it be ?

7_2009-2012 #223595
Aqua Button

Once again .... its a button ... :) and what does a button do ?? Anyway, this button is inspired by the Aqua interface of MAC OS X :) I'm not a mac fan but .... sure wish Microsoft would do something about their interface ... Luna is a good start :)

7_2009-2012 #223653
QView

Example of a Listview Control, File System Object and an Image combo working together. Sample also a nice way to use the Listview control and show plenty of capability that can be added. Includes String parser and keeps track of Current Clicked Items an current folder location.

7_2009-2012 #223674
Edit Grid

Shows the way of editing a datagrid and then copying the data of selected cells of datagrid to a clipboard.... Very nicele commented code... Best for someone who wants to learn about datagrid... Guys this is my first ever submission... so please vote... and give comments... but only good..;-)

7_2009-2012 #223677
Data Grid Update Ver...

Nothing Much !!! Just the update of my previous datagrid... This code helps you learn editing datagrid... It just got rid of pressing Enter key again and again... Also shows how to allow only numerical data in a particular column... And yessss !! u can also copy a selected cells of datagrid to Clipboard... Everthing Very well commented !!! So guys please vote....

7_2009-2012 #223725
Devilsoft Http Client (handles redirects and returns http errors)

this http client user control (ocx) makes the downloading of webpages, files, whatever, greatly simplified and demonstrates some very key internet programming concepts such as the use of the winsock control, protocol programming, as well as user control properties, property bags, and things like that. The control returns any http errors, messages, and also handles redirects. vote if you want, but i don't upload for rating, just to help. later.

7_2009-2012 #223726
Roulette Menu

It is a nice 3D Program for your Desktop. Allows choise the image and action for each Icone. 4 Roulette types, with Zoom and Stretch features.

7_2009-2012 #223750
IP TextBox control

Finally a textbox-control for IP addres input. Now recently updated, with most of the features of the ordinary textbox, plus a bunch of others.It accepts input in either dot-separated (n.n.n.n) and/or zero-padded (00n00n00n00n) string. The combination 00n00nn.1 is valid!You always get a properly formatted output string: "n.n.n.n"

7_2009-2012 #223769
PB XP Button Update Build 6 (10/1/2001)

A smart looking Office XP Button - You can change the border & background colors, add shadows, disable it, mouse over & mouse out support, set the icon size.... Upadated: build 2 - Added MultiLine Caption Support,, Added Caption Alignment,, Plus some little bugs fixed,, ** Update: Build 3 Added focus rect show or hide, Added Keydown, KeyUp & KeyPress support, Added Set Font Color on MouseOver, Added Set Font Color on MouseDown, ** Update: Build 4 - Added Checkbox type button ** Update: Build 5 Fixed Problem with double click Improverd the looks on the checkbutton, Option button support, Improved the shadow on the icon....... Build 6 - Memory leak fixed.... If you find any bugs or have any suggestions please let know..

7_2009-2012 #223802
Load Data To a Listview From Sequantial File

Load Data to a listview from a sequantial file

7_2009-2012 #223819
Aqua Button 2

A new Cool Aqua Button + Images, if your not afraid of having ago who knows whats possible...

7_2009-2012 #223833
Bitmap in Menu / SubMenu UPDATED

This code will place a bitmap file in place of your Menu or SubMenu or Both. You can put banners instead of old-fashioned menus. Please check the screenshot. Please vote if you like this code.

7_2009-2012 #223834
Bitmap in Menu / SubMenu (Not Menu Icon)

UPDATED !!! This code puts a bitmap image file in your SubMenu or Menu or BOTH. Please note that this is very different from using icons in your menus. Please vote for this code if you like it or if it is any use to you.

Languages
Top Categories
Global Discovery