Results for "Category: Custom Controls/ Forms/ Menus"
Quit your application with animation
An example for beginners, showing how to use the MoveToEx and LineTo API calls. Gets the current time, converts it into (x,y) coordinates and draw the "clock"...DON'T FORGET: DON'T EVEN THINK ABOUT VOTING FOR ME!!!
This is a UserControl i did for a recent project. It almost fully emulates Windows taskbar functionality. Written from scratch, uses heavy advanced API and subclassing. Code greatly inspired by submissions to this site and vbAccelerator.com. Everything is done the hard way, the way a VC++ programer would do it. And btw, lots of lame code here. Don't know why people upload so much rubbish. I'm a professional VB coder and maybe my judgement is too harsh :-)) Anyway, don't bother to vote but do comment here. Enjoy,
Render 3D Objects using a inputted list of vertices and polygonal planes on a X, Y, Z environment. Originally an Object loader for a scrapped chess game. Render in wireframe or vector shading. It's not very well remarked, but I'm sure most of you will understand it. I hope you like it.
make a no rectangular window with transparante bitmap color same that k-jofol or over skinnable application with 2 api in a Dll.
This button is cool for you that using graphics on form. If you move your mouse over the button, the button come with highlight picture base on form pictures. Click it, and the button move down still with the background. This is looks like IE title bar with skin. For more information, you can email me: ddayandri@asuransi.astra.co.id
Want to create scientific calculator? Today with Chip 8083 FX you can do it very easy. This chip is a kind of ActiveX DLL that handle simple math expression. But... As a mater of fact, simple but powerfull. You can use any expression, and you can use more then 30 build-in functions. If that's not ok for you, you can define your own function and use it in your expression. Try to use it, and you will know... Chip 8083 FX is very powerfull tools that ever created!
Select Colors Easily With This Free Control Please Vote ! And Give Constructive Comments!
Draws various paterns with simple line techniques.Just thought it might save someone some coding.
The Control Will Take an Image And Scroll it Across It's Parents Background. There Are 8 Directions To Choose From, And All The BitBlt Styles Are Availiable. This Control Has Only Been Tested In VB6. It May Need Minor Modifications To Work On VB5, If This Is The Case Please Notify Others in the feedback section.
This class allows you to replace the standard Visual Basic menu with one that supports many more features, some of which include:Addition of bitmaps or icons to menu items (supports any size). Optional MonoDefault state will only colorize icons of menu items that are selected (a la Outlook Express) Extended keyboard shortcut keys, using Ctrl+, Shift+, Ctrl+Shift+, combinations, function keys, system keys, the menu and print keys, and the CapsLock key. Draws in the style of the Office 97 menu bar. Implements Visual Studio-menu style check marks and radio buttons. Implements Hot-tracking, Hot-lighted and Clear-box highlighting visual effects. Implements a "CaptionSeperator" item-type which is a Seperator Bar with scaled, centered text and optional background coloring and submenu support. Implements Color-select, a type of highlighting that lets the highlight bar be different than the system default Background gradients Multi-line menu items DBCS (Unicode) support for languages such as Chinese Each feature is Item-by-item. You can have a whole menu full of items that colorize or highlight differently. Version Upgrades: 4.1 (07/01/2001), 4.0 (06/18/01), 3.0 (02/22/2001) and 2.3 (10/28/2000): New Features include support for MDI Parent and child menus, each item may have its own Font, right-justification of menu items, and support for menu breaks and menu bar-breaks. In Version 4.0, the object model was completely revamped and simplified, developer documentation is now included, and a number of new features, such as support for background gradients, multi-line menu items, and Unicode, were added. Version 4.1 adds Office XP style flat menus. --------------------------------- It's not my code !!! It's a Nathan Moschkin code. I find it on the web. Thanks for his job. -----------------------------------------------
This is part 2 of creating a window from scratch. This will show you how to impliment Buttons, Listbox, Combobox, Lables, Timers, etc dynamically on a window that was created from scratch. If you want the skeleton code for Part 1 go here: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=34819&lngWId=1
Mit diesem OCX können Zeiträume grafisch dargestellt werden, z.B. für Urlaubsübersichten oder Projektzeitpläne. Farben, Inhalte und Beschriftung sind leicht änderbar. Automatischer Scrollbalken beim verkleinern. Neben dem SourceCode ist noch ein gut dokumentiertes Beispiel enthalten. Voraussetzung ist eine Access-Datenbank (mdb)
Mit TimeChart_ado.ocx können Zeiträume von, zB. Urlaubplänen oder Projektplanungen, grafisch dargestellt werden. Dabei werden die relevanten Infos aus deiner individuellen Datenbank ausgelesen. NEU: Im Gegensatz zur DAO Version (TimeChart.ocx) nutzt dieses Ding nun ADO 2.1 und kann damit an jede datenbank gehangen werden, die ADO unterstützt!
This form contains an example of how to do a simple Outlook-type split form. The splitter code is modifed from the http://www.vb-helper.com/HowTo/hsplit.zip code. I have updated to include icons and labels under each button. The project is now only compatible with VB6 as I am using a resource file to store the icons. I have found and fixed the problem with icons not disappearing when the form is resized and also implemented scrolling to allow users to see obscured icons.
A lame little "3D" effect with a shape and a command button. makes it look like the button is floating above the form.. the contained code shows how to further that effect by moving the button..
Yet another lame installment of simple effects.. this one uses lines and labels to simulate a button of different shapes.. i believe ive commented it enough for basic understanding (not like its complicated). So check it out, leave a flame, and have a coke and a smile..... ;)
The only code I could find for this used tons of api and was a bit difficult (at least for me) this code is only 3 lines and works well.It lets you save room on your form by making your dropdown bigger than its combobox. My use for this was as a state field on a form. The box showed the two letter abbreviation for each state, but if you dropped down the box it showed the full state name. I'm sure you will find your own uses for this
this lets you edit the system menu on your form. you can make it perform functions also. the only downside to this is that the form is not movable by titlebar. i've seen other codes posted on this but the one i was looking at didn't show how to perform commands on click. anyways hope this helps you out.
Self updaing transparent / translucent form. It's cthru! (Expanded on Kevin Tupper's and BoS's work.)