Advertisement

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

Java_Volume1 #95380
A very simply methode to make menu with icons

This sample add icones in the menu of your program but not use any API. The methode is only based on Imitation, very simple but good effect.

Java_Volume1 #95393
Create Virtual Pull Down Menus With Icons & Bitmap

Allows you to create custom menus with icons and a bitmap down the left hand side as seen on some commercial products, The forms are dynamically created at runtime to cut down on memory.

Java_Volume1 #95409
Bar Chart ActiveX (Freeware)

BarChart.ocx is a bar chart control for stock market/commodity markets, etc. Full source code. You can chart the open, high, low and close, the median and/or any other value you can think of.

Java_Volume1 #95434
Manipulating Applications

This code will minimize, maximize and send keystrokes from within your program to any application.

Java_Volume1 #95435
A Mosaic Maker

Have you ever seen a picture that looks like a picture of something, but when you came up close you saw it was really made up of a lot of different pictures? This example shows you how to create a picture like that. It takes a picture of Drew Carey and creates a big picture of that picture out of little pictures of that same picture. It's kind of neat.

Java_Volume1 #95440
ThreeD Line

This code creates a horizontal or vertical line with a 3D look. You can see it almost in any Windows Application. This is dead simple code to understand. I saw the other 3d Line OCX in a code of the day, and it didn'y include source code. I hate including OCX's so I made my own. If you like this code, vote for me!

Java_Volume1 #95442
Tile Bitmap on a Form

Tiles a bitmap on your form. Fast and simple. Using the Bitblt API. There isn't much else to say about it. If you want to tile a bitmap on a form, this is as good as it gets.

Java_Volume1 #95443
Transparent Form OCX

When this OCX is dropped onto the form, it makes it EXTREMELY easy to set the WHOLE FROM Transparent (well everything except the controls). It can also just set the container transparent (everthing except the controls and the title bar). Please give this a go and give m some feedback as i'm new to this stuff. NB: The original code is not mine i've just downloaded it from somewhere and made it alot better (well, i thinks so anyway). This zip comes with an example app and a compiled OCX.

Java_Volume1 #95446
Extending System Menu

This code example will append a separator and a new MenuItem 'Always on Top' to the system menu of any form. The menu is affected weather left clicked from the control box on the form or right clicked from the taskbar. Subclassing is used to trap when the 'Always on Top' item is clicked. The custom message handler uses the SetWindowPos function to keep window on top or reset it to normal. Also on a lark I traped out the close menu item to prompt before closing. If you say yes then the close message it passed otherwise the close message is traped out and the form stays open.

Java_Volume1 #95455
Display Animated GIFS

This post replaces a previous one which did not include the .dll file. All it does is demonstrate the use of gif89.dll to include animated gifs on vb forms

Java_Volume1 #95457
hcDragList

The HC Draglist is a listbox that adds the ability for the user to drag the items to a new location. When the user starts dragging an item, an arrow will appear next to the listbox and as the user moves the mouse up and down, the arrow follows. When the user stops dragging, if the arrow is not where the item came from, that item is moved to the location of the arrow. You can also set the tabstops. This is a good example of a subclassed control. Should be simple to understand. It is VERY similar to the ccrp Draglist, but with this one you get the source code, and it is more than 50% smaller when compiled.

Java_Volume1 #95464
no rectangular window with transparante bmp color

make a no rectangular window with transparante bitmap color same that k-jofol or over skinnable application with 2 api in a Dll.

Java_Volume1 #95465
XViewer Pro?

Updated! -- Bugs Fixed. Multiple graphics viewer derived from XViewer. Please see my code XViewer before downloading this code.

Java_Volume1 #95472
File Send Via Winsock

This program shows how to send files via winsock (tcp/ip) well commented code.

Java_Volume1 #95489
Scrolling on a Normal Form

Create a Scrolling Form! No OCX, DLLs , nothing... Just some code!

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

Java_Volume1 #95502
Credit Box \ About Box \ Scrolling Credits

A scrolling credit box. Uses a typewriting style effect.

Java_Volume1 #95511
Skinnable Form (Updated) with 5 new skins!

Are you tired of chosing Windows environment as your Visual Basic project GUI? This is the time to give your project a look! This project has several ActiveX controls which gives you the ability of making skinable programs (programs that can change skin such as Winamp), easy as it possible! Simply add the ActiveX control to your project and write only one line of code and then walla... you have a skinable program. Beside that you can chose between several skins that I have made for this project. Check this out and you'll find that this is all you were looking for in all your programming life! Now this is the time to Make your project a real masterpiece. Attention: For some problems I couldn't upload my project's skins with the source code, so I upload it with a new name called "Skinable Form Skins". When my problem solves, I will delete the second one and upload all in one.

Java_Volume1 #95525
OS Version etc.

Sabastian Mares recent post prompted me to do this and I thought it might be useful to a few people. It is taken from one of my projects so therefore, is not particularly well commented but hopefully you can pick your way through it. It works on all OS but I have discovered a bug on certain system builds. I would be interested if everything works Ok on yours. There is an ocx which you may need to register.

Java_Volume1 #95557
Controls Autoresizer

This control automatically resize any controls on the form. You can set some properties to customize its behaviour, like resizing fonts or keeping aspect ratio. If you want to exclude some controls from resizing, just set TAG property to NO. You can import the control in your projects or compile it as a standalone OCX control. If you want to compile the control as a standalone OCX control, you have to set the Public property of the ActiveX project to TRUE)If you have questions, feel free to e-mail me. Now works with SSTAB control.

Languages
Top Categories
Global Discovery