Results for "Category: Custom Controls/ Forms/ Menus"
Due to my xpmenu i thought i would reupload my skin control known as jsskin 1.4
Re uploading my xp side menu the BEST on psc was in 6th pos before some %*°_£% hakker hacked the system
THIS IS MY OCX FOR STARDOCKS DESKTOP OBJECTS SEE SCREEN SHOT PS VOTE FOR ME THNAKS
mimicks the outlook 2007 side information panels This is an Activex Control. there are colors (Alert,Info,Suggest) these panels are added useing the addrecord function. outlookpanel1.addrecord (Caption,Texte,Style) panels can filtered by right clicking on the panels. take a look .
An update to my demo - how to combine transparency AND resizability. Check it out. Skin loading is now 50% faster thanks to using a cache file for storing region (transparency) data. For a complete app that's based on this code, go to: http://kewlpad.deviantart.net Home of kewlpAd - The skinnable notepad.
This code restrict the window size using a subclassing dll (Created by people from www.vbaccelerator.com). It consumes the WM_GETMINMAXINFO message. You can restrict the minimum and maximum tracking width and height. Also, you can restrict the maximized window left, top, height, width. I've wrote the code in a class for reuse.
This is an update to my previous version of the Circular Progressbar. Improvements include "Rainbow style progress" and different directions of which the progressbar can progress. The jpg has bad colors and makes the rainbow look bad, download it, it looks better than what it shows. Try it, and don't forget to vote!
Allows events when a mouse enters and leaves a client area of a control, so you don't have to use a timer to constantly check the position of the mouse (inefficient, and bad coding), useful for creating hyperlinks, hotspots, etc... Utilizes a class for ease of use and strict API for maximum efficiency and speed
Creates a system tray icon for your application with a popup menu and other functionality.
Complete ListBox tutorial all on one form! I included the following features of the ListBox control: Loading from file/Saving to file Delete Item Add Item Find Item Multi Selection Stuff: Remove selected items Copy selected items Select all items De-select all items Note: The file that is used for the file loading procedure is included in the .zip file. It is called Names.txt . Try adding lines to this file or even changing the code to open C:\WINDOWS\WIN.INI
Adds a control to your form at run-time. Does not use control arrays or the Load statement. Control does not even need to be referenced. NO API.
Yet another flat combobox (office 2003 style). This control uses vbAccelerator code for 'Office/VS.NET Style Flat Combo Boxes' but instead of the dependencies (SSubTmr.dll ), it uses Paul Caton's subclassing method. I'm taking no credit for this. All the credits for them :)
The simplest (as few as three lines of code needed!) and best code to implement explorer-style splitter bars
Based on my earlier Laser Writer, now you can write text with a laser effect, choose the font, and fade the text pixel by pixel. Check out the screenshot!
Click and drag on the screen, and it makes a box that copies everything inside of it. Then you can save it, or take new shots. Great for taking pictures of your programs when listing them on PSC.
Write text using a laser effect, choose laser color and write color too! I got the idea for this when I saw the laser program that someone made that drew a picture. This works awesome, and it looks cool. See the screenshot!
Easy to make eyedropper tool, including a color replacer. Works fast, open any picture on your hard drive, replace some colors, and save it :)
When making menus with Win32 API functions, have you ever wondered how to call functions when the user clicks on a menu entry? This code shows you how to solve that problem using subclassing, in very few lines of code :) Please rate this.
This program draws a circle gradient wherever you click on the picture box. It uses the point that you clicked as the origin, and you choose your own colors and custom colors.
This Code shows how to make an ActiveX-Control that gives a Form the shape of a bitmap or the shape of any text. Includes Demo Projects. Very Cool Effect! Must see!