Advertisement

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

Java_Volume1 #88503
WWWebFast :::: This is two submissions in one..A web class that is super fast and exposes all of the

This is a webclass that makes it super easy for you to access the document object, the document.body object, all of the links, image, input elements, and table cells for a web page. And because there is no visible interface (directly anyway)..the pages load super super fast...the second part of this submission is a quick and dirty way to provide your applications with multiline tool tips. Please vote because my Im not strong enouph to pick my head up off the sand and put it back on my body but if i get a lot of good votes that will inspire me a little

Java_Volume1 #88542
[FA] Draggable ToolWindow

This is a draggable toolwindow inside another window. Normally windows can only be inside an MDI form, but this is a great control which looks and acts like a real window. Completely customizable!!! If you plan to place many toolwindows inside a form, try duplicating the source files and adding each toolwindow as a separate toolwindow so you can customize them according to your needs. [ See another demonstration of this control in my other project: City Builder (txtCodeId=57486&lngWId=1)]

Java_Volume1 #88558
Virtual OwnerDraw API Treeview

Today VB6 has become the most widespread dead (programming) language. In celebration here's the only(AFAIK) ownerdrawn treeview published in VB.

Java_Volume1 #88571
FYI: Alt+Tab Icon Updating

How do you change the icon that appears in the Alt+Tab window? This is nothing new can be found on MSDN. The notes I added here are of interest. More info for skinning forms. Changing a form's icon doesn't affect the Alt+Tab window; you need to change the icon in an upper level, hidden window. Code below shows how. Notes to keep in mind.... The icon does NOT have to be one assigned to a form! If not, the only thing to remember is to cache that icon handle and don't destroy it until your application closes or you reassign using the same code below. Should you not cache the icon, and it is destroyed, the Alt+Tab will show a "blank/invisible" icon instead.

Java_Volume1 #88576
ToolTip Balloon windowless (no hwnd)

This code set a balloon tool tip with the standard windows API on every type of control with or without window handle (no hwnd or windowless) Please vote if you like it Adapt this code for your needs

Java_Volume1 #88579
VSNet Property Tree (Alpha)

A Fully Ownerdrawn Implemetation Of A VSNet Style Property Tree (Supporting Nested Levels). Supports: Picture Object,Common Dialogs (Open,Browse etc), Font Object, Custom Lists,Spin Button, Nested Levels blah blah blah.... There Is No Calander Support As Yet But You Can Format Each Property Item and Validate It Before Updateing. Caveats: No For Each Suuport And No Delete On Property Items But you Can Clear and Reload. List Only Need To Be Created Once and And As Many Property Item(s) you Like Can Be Pointed To It. I'm Not Going To Bore You With Anymore Details, Check The Screen Shot And download The Code. A Big Thanks Goes To Paul Caton For the Hook Code, Vlad Vissoultchev For The Drawing Code, Fred Cpp For The isButton And Carles PV For His Coolist. Notes Before Use: You Must Copy The WinsubHook2.tlb To Your System Folder. As Always Comments and Constructive Critism Is Always Welcome. The Sample Included Is A Basic Sample But I Will Update When I have More Time. Note: This Has Only Been Tested On XP Pro And Home SP2 I Would Like To Know If It Works On Other Os's Kind Regards Gary

Java_Volume1 #88580
Button Shaper Change your simple command buttons

A great button changer example which can change the shape of a simple command button. just set the command button style property to graphical and see the difference.

Java_Volume1 #88585
Effective Closing of Form

Closes your form in an interesting ways. Which is most useful in your applications

Java_Volume1 #88604
FYI: Transparent Container

Asked how I might make a transparent frame or picture box? After a moment of wondering why, I realized that was a neat idea & one solution provided; there are more but this doesn't use custom controls. Would give credit to the person for the idea, but when he commented it was by a "No-Namer". Idea isn't mine; just the routines.

Java_Volume1 #88610
CSharedMemory

Share memory between processes. Write a port daemon to continually read data and make it available via shared memory to any number of running applications. Easy To Use: Dim S as new CSharedMemory : S.sharedMemory "BlockName",1000 : S.memory="Shared Data" : Print S.memory

Java_Volume1 #88611
Thinker (Waiting Bar) Control

This is a control used to display that your program is doing something, such as checking the internet for updates or checking for previously installed applications. Sort of a "please wait while" control. Basicly fully customizeable. Many options. Rate it if you like it.

Java_Volume1 #88628
Flash button in VB forms

This sample app demonstrate how to use the designed button constructed under Flash and incorporated it with vb6 in a way that such button shall behave the way a vb6 normal button does (Click Event in this example). Please vote..thanks. In this way we shall be able to add more better look for the interface which we would think would only be applicable on the web browsers. by default, shockwave control add-in in vb application does not support click event.

Java_Volume1 #88634
mseditor2.ocx (Greatly updated version of mseditor.ocx)

Here is mseditor2 greatly updated from mseditor1. I received many emails with a lot of ideas as to what to add to the control. This is the new version. Now you can print WYSIWYG, insert pictures, files and OBJECTS (Like msword Charts, excel, ANYTHING). You can find and replace text without affecting its formatting. There is a status line with current line, column total lines etc. I did remove the databound properties but this is only a couple of lines of code anyway. You can always implement this outside the control. If there is interest I will add more features. The whole idea is the same. Just THROW the control into a form and USE IT. In the examples in the screenshots below there is absolutely no code in the form, JUST the control. It is fully parametric with a lot of exposed ‘methods’ which you can call from your program. There is a technique for a form to call back on the control (in the find replace form). This might be educating to novice programmers. If you don’t want almost instant status refresh then remove the timer and its code. The status gets informed when you change something or click the mouse somewhere. It’s a lean mean word editor and with your help it gets better all the time. Thanks for your feedback, both online and into my mail box.

Java_Volume1 #88640
Simple and Quick Bar Chart (update)

Are you looking for a quick and easy bar chart for you program? Then this just might fill the bill.This is a user control so all you have to do is plug it in,set a few values and go.Howdy from Texas.Ya'll.On update: added Number of Bars (NOB) to show with resize.Also you can now set the scale you want.

Java_Volume1 #88644
VB ExTooltip

ExTooltip Class is the First Full VB Open Source from Scratch written code, that allows you to create AWESOME Customizable tooltips. Display any custom Icon of Your Choice. ToolTip can be standard rectangle, or Balloon style like windows 2000/XP Make Your Balloon Tooltip Semi-Transparent (Works on All Windows) Add Any Color, Gradient or Picture of your choice to the Background. Use any Custom Font you want on each Tooltip. And more!! The Ultimate Tooltip code you will want to use! Updates at http://www.geocities.com/sistec_de_juarez/ExTooltip/

Java_Volume1 #88650
Transparency Control

Looking for a method to produce transparency fading on forms that easy to use, lightweight (~9kb), and provides a clean method to subclass your forms Load/Unload events? Then this simple Transparency Control is for you! Just drop the control on the form and the rest is done for you…

Java_Volume1 #88659
Codeline Tracker :> copies each line of U'r code as it executes so U can examine code flow

This is a simple addin that can help you examine the exact flow of your code. It copies each line of code as it executes...then you can save this as a text file and examine to detect potential weaknesses or bottlenecks your program may have

Java_Volume1 #88682
New Code And Procedure Injection

Read On.

Java_Volume1 #88691
Allow User To Resize Controls The Simple Way

UPDATED To allow the user to resize a control at run-time with the mouse. All API, short code, just set it and forget it. Useful for picture boxes, report designers, etc. No high overhead.

Java_Volume1 #88697
API/constants/types autopaste addin (resubbmitted without the large avi files)

THIS PROGRAM IS A VB ADDIN THAT SIMPLIFIES AND QUICKENS THE PROCESS OF INSERTING API DECLARATIONS AS WELL AS THEIR ASSOCIATED CONSTANTS AND TYPES IN YOUR PROJECT. HERE IS HOW IT WORKS: 1) FOR API DECLARATION INSERTION: type out the api call i.e "setwindowpos" (without the quotes) select or highlight the call with your mouse cursor, and with the left button still pressed down hit the "a" key on the keyboard. 2) FOR CONSTANTS INSERTION (a) if you know the constants you want type out the first 3 letters ( or more) of the constant(s) you wish to insert. For example..say you've just inserted the api call "DrawText" which requires at least on of the constants prefixed with "DT_ i.e "DT_LEFT or "DT_SINGLELINE" Type out "dt_" (without the quotes) select it with your mouse and with the left button still down hit the "c" key select the constants you desire from the alphabetical list (b) If your unsure of the constants you want with the left mouse button pressed anywhere in the code window hit the "c" key select the constants you desire from the alphabetical list 3) FOR TYPE INSERTION (a) if you know the type you desire type out the entire types name i.e. "pointapi" (without the quotes) select it with your mouse, with the left button still down hit the "t" key, confirm your selection (b) if your usure of the constants you desire with the left mouse button depressed anywhere in the code window, hit the "t" key. The entire list of constants is displayed in alphabetical order. Make your selection(s)

Languages
Top Categories
Global Discovery