Results for "Category: Custom Controls/ Forms/ Menus"
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.
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
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!
This is a splitter control with many customizable features. You can alter the splitter width and color etc.
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 =)
A scrolling credit box. Uses a typewriting style effect.
!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!
This code is an example of how to make a frame control.
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
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.
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 ;)
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.
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!
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.
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
Enables the drag reorder of listitems within a listbox. No API, very simple code.
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.
The power of Flash along with VB6. A brand new style in menu for animated vb6 lovers. Hi fellows.. to set icons, edit labels and action command follow me.... go to the icons folder and edit icons.xml Example: Icons you want to set goes here thumbnail filename="youricon.png" label="Hi your mouse is over me" url="Hi you clicked me" I am here at planet source code from last 6 years approx and really this site rocks, either you are here to learn or share. Hope you guys like it and use it but dont forget to vote.. thanks in advance
You will love it! The Best Progress Bar even created, very nice and powerfull. Less than perfect. ;-) 3D look, Gold, image backgrounds... and plus. Created by Steve McMahon f rom VBAccelerator. With images and form implementation by me - José Luis Farías JoseloFarias[at]adinet.com.uy Desde Uruguay. Please, if you use in your own proyects, please sendme a program copy (source code if better)
You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties