Advertisement

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

5_2007-2008 #187086
Xp Frames - XP Listbox,textbox,filelistbox (updated! ver3)

Xp Frame,you can use it in 98/Me/XP. You can make your textboxes and listboxes to seems like XP textboxes and listboxes. Now I fixed the crashing. And also a fixture code for FileListBox. just look at the screenshot

5_2007-2008 #187110
Simple Scroll

This code is the simplest form of Scrolling Text. It uses a Timer controle to make a label scroll. No consideration is required for screen cordinates or size or any other thing. Have a look at this simple scroll text application and Please do rate it :) I am watching from [email protected]

5_2007-2008 #187122
Menu Help

The purpose of this code is to allow you to provide help for your menus. When someone moves their mouse over a menu it will raise an event telling you the caption of the menu the mouse is over. This will allow you to have a status bar that will help them understand what each menu item will do.

5_2007-2008 #187123
Size Restrictor

This will allow you to stop the form from being resized below or above a user-defined amount. Because it uses subclassing, it is totally flicker-free.

5_2007-2008 #187149
hard drive volume serial code to open form

ok ive changed the wording on this because of lamers this is just a simple volume hard reader which reads the volume to load a form/s its not meant to be a pay program just stops people giving your program out ive put very little help on the forms because its so easy if you do get stuck code your own simple

5_2007-2008 #187159
Tabs Contol - TabStrip replacement control

Using the TabStrip supplied by Microsoft, I soon realised I wasn't getting much value for the 1-Mb overhead needed by the common controls ActiveX. I also wanted the look and feel you see here, which I couldn't find elsewhere. I looked at other replacements for TabStrip, but they used quite a lot of resources (images, text boxes, etc) which all put a drain on Windows. This control just uses a totally empty control and draws on it. It's as simple as I could make it. I also added a PropertyPage - I've not used them before but it was surprisingly straightforward. Very useful for administering the various tabs and their captions. I didn't set out to create an all-singing all-dancing tabs control. This is a simple control which displays tabs in a particular way, and is flexible enough for many purposes. If you want more, extend it yourself! Enjoy!

5_2007-2008 #187169
Splitter Control

This is a splitter control with many customizable features. You can alter the splitter width and color etc.

5_2007-2008 #187173
Outline Form Resize

If you've ever tried to skin you app you'll most likely have noticed that when you resize the form you get a lot of flickering from the graphics. This code provides a method of resizing the form without all the flickering! When you resize the form using this code, an outline is shown and the form is resized when the mouse is released. The outline will also snap back to the existing size of the form and to the edges of the screen. Don't forget to vote if you like it =)

5_2007-2008 #187177
Credit Box \ About Box \ Scrolling Credits

A scrolling credit box. Uses a typewriting style effect.

5_2007-2008 #187247
LoginKeyPad

!Updated!It is a different of having a login dialog it resembles a high tech security system control panel you can set a limit to the char and if you make it into a ocx you can change the pass code still by looking in its propertys for caption it can be either in a ocx or hidden in your code you choose and i am open to any surgestions if you run the code you will see what i am talking about but i got the idea from the tv so technicly the tv should get the code, o yeah the pass code is 23446 thanks to stan amditis for your feed back it now has "0" and a CLEAR key and it's perfect i hope but i am still open to feed back !PLEASE VOTE FOR ME!

5_2007-2008 #187249
lsaFrame Control

This code is an example of how to make a frame control.

5_2007-2008 #187251
Office menus

Owner draws Office-looking menus. I took most of the owner drawing code from www.vbthunder.com, but i edited a lot of it to make it look like this. So you shouldn't really vote, i'm just sharing. =). office menus. EDIT: I added seperators. i don't know why the screenshot doesn't show, so click here to view it: http://www.planetsourcecode.com/upload/ScreenShots/PIC2002105048323678.jpg

5_2007-2008 #187262
Dr. Fire Transparent Control

With this control, all you need to do is drop it on your form, and then ANYTHING on your form that is pruple will become transparent. This would be a useful tool for created custom shaped forms. On the example form provided, I have set a command button, label, frame control, text box, and shape control to purple, so they become transparent, incase you somehow got confused on how to use this.

5_2007-2008 #187265
Easy KDE Custom Form Controls

Ok, this zip includes KCombo, KdeButton, four custom form conrols, you align them to the sides, and its as if thats the actual window. You can resize the forms, as long as you align the the sides right... You can set an icon, you can double click the drag bar and it will become smaller, also you can click the icon for a menu for resizing, minimizing, and closing... This one has a gradient drag bar, I tried to do the dot thing like in KDE but for some reason they dont show up, maybe you know why :( ... Please rate this, by the way, I dont know if the Kcombo.ctl is in there, so if it isnt, just leave a comment about it, and ill submit the source for it to PSC... Thanks, Dr. Fire :) OH YEA, you can also make resizing disabled ;)

5_2007-2008 #187266
View your activeskin skins at design time

With this you can view your ActiveSkin skins while your editing it! In case you dont have ActiveSkin, ive included the OCX which you have to rename from OC_ to OCX. Look at the screenshot. Oh and i included 1 skin.

5_2007-2008 #187271
Translucent Form with 100 percent visible controls

With this, you can maintain a translucent form background with 100 percent visible controls! This is the Win2k/XP translucency, so it live updates! I came up with the idea for this while I was playing a game on my ps2, and I saw a translucent thing on the screen. And I started thinking about this, and I made it! Please leave feedback!

5_2007-2008 #187335
Righello

ITA: Questo è l'adattamento di un righello già presente in PSCode (ho provato a contattare il suo creatore, senza però ottenere risposta), con l'aggiunta di alcune caratteristiche quali gli indicatori di margine, la colorazione delle strisce e altre piccole rifiniture. Utile per editor di testi, per esempio. ENG: This is the adaptation of a MultiRuler already available in PSCode (I've tried to contact its author, without any response), with some added features like margin indicators, stripes colouring and some other little things. Useful for text editors, for instance.

5_2007-2008 #187376
DesktopIcons (Win9X & WinNT/2000)

You will note that this works for both Win 9X and WinNT/2000!!! I take no credit for this code as I found it and altered it only slightly to save the icon positions for a given resolution. Frankly, I am a novice at API and much of this is over my head. The code saves the current Desktop Icon positions. You may move them around as you choose and then restore them. It saves the data to a file for each resolution you choose. Sort of like EasyDesk

5_2007-2008 #187377
Drag Reorder Listbox

Enables the drag reorder of listitems within a listbox. No API, very simple code.

5_2007-2008 #187485
PropertiesControl

This CTL implements a property sheet, a little like those that exist in VB Developer Studio itself. You can manipulate TEXT, BOOLEAN, LIST and BUTTON property types.

Languages
Top Categories
Global Discovery