Advertisement

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

Java_Volume1 #85857
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

Java_Volume1 #85864
Different On Top Forms

Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!

Java_Volume1 #85874
Outlook Style Day View Control

This ActiveX control attempts to duplicate the Day View of the Outlook 2002 Calendar. As of yet, the code is sloppy and not well commented...but it works quite nicely! This control relies on GDI32 calls. You will notice that the highlighting of time slots can not yet be persisted (I already have a plan for this, it just needs to be implemented), that means that every resize or scroll event will wipe any white highlights off the screen. I am submitting this earlier than I wanted to because I would like some feedback (cut me some slack on the code-comments though because I haven't had much time to clean it up!) and advice on anything at all. Keep in mind that I already intend on persisting data, allowing font and color changes, 'on-the-fly' resizing and dragging of appointments, and allowing week, month, and year views. This control is a lot of work and rather time consuming so, if you feel so inclined, please vote for it!

Java_Volume1 #85882
LaVolpe Buttons (Updated)

Updated: Added checkbox/option button modes to include the diagonal buttons (Mode/Value Properties). Also included a custom shaped button that takes shape from its picture property. Some notes to mention: 1) checkbox face color intentionally made to look lighter than normal button face when Value is True. XP, Java, & Mac are best guess as to what it would look like. 2) Option button selections toggle other option buttons, but do not synchronize with VB's option buttons. 3) No change to round buttons; short of using anti-aliasing, could not figure a way for smoother look--experimenting with GDI+. 4) If compiled in app, adds 110k. 5) If compiled as OCX,

Java_Volume1 #85889
Ultrabox - A Listbox Replacement User Control

This is a user control to replace the standard listbox control. It has many more options then the default listbox control, plus more pleasently looking views. Can also have check boxes/options in the listbox. A progress bar may also be added. The items in the box can have custom colors and the messages may be multicolored by using the color codes. Check it out! I'd love to see your comments.

Java_Volume1 #85921
Container Control

MY VERY FIRST ACTIVEX CONTROL so please go easy on me! Its just a SIMPLE container that looks nice. I just decided to do this because i wanted something that i could use over and over again. Ability to change the font, font colour, border colours (header and the main border) and background colours. Still not 100% finished, plenty more to go in, any feedback will be appreciated.

Java_Volume1 #85927
ISPanel 1.1 Scroll Form's Content!

This is the last Version of the ISPannel Control, A control that allows programmers to extend the aviable space in their forms, adding the posibility of show scrollbars, and now, also select a borderstyle. please leave comments.

Java_Volume1 #85933
Menu Bar - only API

Original project was written in c++ and today I translate it to vb. Its menu with coolbar and toolbar integrated to give a professional look. No OCX, CTL, no DLL...Picture is worth more than thousand words. Please leave comments. Enjoy.

Java_Volume1 #85946
xp ComboBox

Sub Classes the standard ComboBox and makes it look like the Windows XP one

Java_Volume1 #85965
Label Angle v1

Este es el 3º intento de subir este código, si no resulta, el que lo quiera que me lo solicite por e-mail. Saludos. ------English------- This is a control to draw a label rotate any degree. That give us more posibilities for te design of the forms. ------Spanish------- En alguna ocasión, en el diseño de un form, he tenido necesidad de introducir un texto vertical, y me encontré grandes dificultades para hacerlo. Este control es para aquel que necesita respuesta a un problema similar y no quiere recurrir a usar un bitmap, que resulta más laborioso de modificar. Esta es una versión estable pendiente de algunas mejoras: * Estilos de borde. * Multilínea, etc. Cualquiera que esté dispuesto a mejorarlo es libre de aportar su granito de arena. ------English------- This a stable version that needs some improvements: * Borders Styles. * Multiline, etc. Enjoy

Java_Volume1 #85969
System Tray Icon Control With AutoReload When Explorer Restarts

This is a standard system tray icon control with a "rare" feature in that it can detect when it should reload itself when explorer restarts. Have you ever noticed that when explorer.exe crashes and reloads, that most of the system tray icons don't reload? Well, now you can reload your icon automatically. Usefull, but I can't take full credit for the code. I got some of the code from a web site (the address is in the module header in the code). Any votes/suggestions welcome of course :-)

Java_Volume1 #85970
_An Example of the TypeOf method

I had several forms with several controls on each. I wanted to clear each control, but I wanted to make it as painless as possible. This code takes a form and iterates through each control clearing the values. Currently, it works with text boxes, combo boxes, data pickers, and masked edit controls. all you have to do is pass a form name to the procedure. It uses the for each...next loop, along with the typeof method. I hope this helps.

Java_Volume1 #85975
Active-X Popup MsgBox's (Update 7/2/03)

Displays Three Types Of Customizable Message Boxes. A Balloon Style MsgBox, A Balloon Style Input Box And A MSN Style Message Box. Open The Group Project And Run It From There.

Java_Volume1 #86004
Office 2003 Popup Message Box *Updated*

Popup Message box style like Office 2003 now in al XP themes (Blue, Silver, Olive. Look at screen shoot. Please vote for Code.

Java_Volume1 #86011
Macintosh CONTROLS + Skins (Update) Works & Looks a lot better

This contains new and updated controls that mirror the actions and looks of the Macintosh system. THe menus are much better. Updated rollover effects. Also added a custom Scrollbar. NO NEED TO EDIT ANY "UserControls"! I added many RaiseEvent commands to these controls to make them easier to use. All controls are now more stable also. This comes with a demo of each control so you can see how to use them. Please tell me what you think.

Java_Volume1 #86015
Transparent Bullet Label Control

A small prototype of a much larger project I am working on which required the use of labels with a little more zest. Hence, my solution is tranparent bullet labels. This project demonstrates a simple way to draw text, shapes, etc., on a usercontrol when the backstyle is set to transparent and should be useful as a starting point for anyone wanting to roll their own transparent controls with the added flexibility of drawing it yourself.

Java_Volume1 #86016
PictureView - view, scroll, create and save pictures

Yes another control aimed for beginners (and why not for everyone else too!): include PictureView.ctl and cJpeg.cls to your project and you have a new nice picture viewing control you can use! *** You can view pictures easily in this control. It adds scrollbars when required, if not required centers the picture. With all the additional features of the control, you can easily create your own Paint program, for example. The control is able to save JPEG pictures thanks to John Korejwa's JPEG Encoder Class. You can define new picture to be created, get picture's DC so you can BitBlt or use any other GDI API to draw to the control... and much else :) *** Properties: borderstyle, cornerstyle, picture, scrollable. Functions: ClearPicture, NewPicture, OpenPicture, PictureDC, PictureHeight, PicturePaint, PictureWidth, SaveJPEG. Events: Click, DblClick, Key-events, Mouse-events, PicMouse-events, PictureLoaded *** Hope you like the control! This is the third public release of the control, first time at PSC. Comments, critics and improvements welcome! :)

Java_Volume1 #86022
Mario Flores Cool Xp ProgressBar 2.0 Updated

I took the excelent code (Mario Flores Cool Xp ProgressBar 2.0) and fixed the max value, now it works with any max value. Added the missing let propety. Made major changes to the verticle ProgressBar to use all the types of bars and empty or fill option. I had some help from Roger Gilchrist as I don't do much graphics programming.

Java_Volume1 #86032
Trillian Frame 2

Looks like the frame used in Trillian Pro 2. Why? Cause the frame included with windows is just plain ugly. Now uses variable colors, and corrects the gradient to match

Java_Volume1 #86046
XP Frame & Texbox (Flat!)

1) Windowx XP Frame,(See ScreenShot) 2) Simple Frame for put textbox,picturebox or other thing... (It's only a frame with blue border) Both are simple,you can change them easily (not commented good, but there's a few code, you can understand them!) Just see ScreenShot, It's usefull! Send Feedback, Vote!

Languages
Top Categories
Global Discovery