Advertisement

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

C_Volume2 #67075
xpWellsTab Version 2

A Tab strip control emulating the look of Win XP Looks the same as version 1 but more features.

C_Volume2 #67077
TabDock 3.1

08/05/2003 - Updated changed VSNET collapsed drawing style. Some Minor Bug Fixes 06/05/2003 - Updated. Implemented PanelSizing And PanelDockedForm Sizing Property. 30/04/2003 - Updated. Implemented New Captions Style VB.Net 28/04/03 - Updated. Procedure: DockChange - this allows docked forms to be moved from one panel to another through code. Property: SmartSizing - Reduces panel flicker when sizing and looks much better. Plus Many Bug Fixes. Check The Revisions.rtf. 25/04/03 - Further Bug Fix. Collapsed Panel Captions and Panel Visible property. Update: The Focus Problem When The TabDock App Pops To The Front When It Doesn't Have The Focus, Has Now Been Fixed. Thanks To Neal Rushforth For Sorting This Bug. Version Updated To 3.0.1 Here It Is. TabDock 3.0 Neal And My Self Didn't Give This To Ackbar Because Ackbar Has Not Uploaded The Last Update From Neal As Yet! So Neal And I Have Decided To Upload It Seperatley. Some Major Changes Have Been Made: -Updated Splitter Bar -New Properties : HasClose Button And HasMaxButton -Disabling Of Close Button When Floating -Max Button Disables When There’s Only One Form In The Panel -Bug Fixed – Caption Bar Styles -Flickering When You Activate A Panel Is Now Sorted -AutoExpand property added -AutoCollapseLeft, AutoCollapseRight, AutoCollapseTop, AutoCollapseBottom - AutoShowCaptionOnCollapse See The Revisions.rtf For Complete History! Hope You Like It! If You Like It Don't Forget To Vote. Comments Welcome! Credit Must Be Given To Ackbar For Version 2.4. Without It, This Version Would Not Be Available.

C_Volume2 #67082
[___Form XP ( Without XP )********UPDATE**********

***UPDATE : ___ You can make your application layout like Windows XP, although you run your application in others OS ( such as Win98 ).

C_Volume2 #67107
CodeBox v0.8

Syntax Highlighter with linenumbers. Also has the ability to load syntax and colors at runtime, which makes it great for multi-language code books. ## EDIT ## I managed to get the tabs to work nicely using Paul Caton's Keyboard Hook (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1) For the next version I am looking to have Undo/Redo capabilities.

C_Volume2 #67113
Fast count of the selected items in a listview control (with the api SendMessage)

returns the number of selected items in a listview control its a lot faster then looping te listitems one by one and check the (.selected) state of each item

C_Volume2 #67118
Counting en Getting Selected listview items with the SendMessage Api

!! Update !! Now counting the selected items in a listview and get the selected items quick from the listview

C_Volume2 #67124
LabeledTextBox UserControl

New features: LabelStyle [was:Color properties and font properties.] I create this user control because I am tired of having to repeatedly put a label control whenever I put a textbox control. Basically, this user control is a combination of a label and a textbox control. However, I have added an optional lookup button at the right side of the control so you can use it as a lookup button. Other features include auto highlight of text inside the textbox, make ENTER key in textbox behave like pressing TAB key (ie. move focus to next control), and set keyboard shortcut to click the lookup button. Please let me know if there are any bugs.

C_Volume2 #67179
Multiple Flexgrid ActiveX

Since many people asked me this, I made an ActiveX version of my Multiple FlexGrid project. I have added the possibility to choose the number of tables (up to 10 for now), a real time scroll and a dynamic creation of the tables. Update: it is now possible to control manually each flexgrid. In the example you can see how to connect to a database to show values in the multiple flexgrid.

C_Volume2 #67181
WINSOCK SNIFFER

*UPDATED 4/25/2003* This Is A ActiveX Control (ocx) Drop-In Solution For Programmers Who Want To Make A Quick Packet Spy. Pure Winsock API And No Dll's !! Will Only Work On NT Based Systems (nt,xp, longhorn etc)...This was coded in Visual Basic 6, So You May Have To Change A Few Things To Work In VB5...

C_Volume2 #67188
Cool Hover Button 1.5

Makes a cool button like what you see on MSDN or Microsoft's ASP.NET Web Matrix. UPDATED TO VERSION 1.5. FIXES: - Fixed when label is clicked, click event works. - Added "Option Explicit". - Fixed enabling/disabling of button.

C_Volume2 #67200
Tray Icon with Balloon Tips (UserControl)

This code makes it incredibly easy (one line to add one) to add system notification icons (aka tray icons) to your program! You can even call up Balloon Tips on compatible OSes (XP and 2000, I believe). Functions are structured to be as close to their VB counterparts as possible (BalloonTip is structured like MsgBox for example)

C_Volume2 #67210
Unload Event

Shows programmers how to program visually.

C_Volume2 #67214
Ma Frame

** PLEASE VOTE ** The first version of my Frame control. Includes header,gradient color, ambient backcolour, differents border lines, ability to change each border line's colour separately, etc...(it's a beta version) SEE SCREENSHOT

C_Volume2 #67222
Digital Clock Display ActiveX Control

Displays Numbers. Looks like a real LED display like the one used in Digital Clocks. (Except it offers more colors)

C_Volume2 #67223
Custom List Box

This is a very good example of how you can create your own custom list box. This code shows how can it be done but its not xactly a user control. the code is undestandable and the listbox is very flaxible. It uses a class to initialise the list. Hope u like it and drop a vote if u like it. (plz dont take this as a perfect project, I designed it to only show a listbox can be made. If u can enhance it plz share it with me}

C_Volume2 #67229
XPButton 1.01

This is the XP Command Button recreated by me. There are 7 custom borderstyles and of course the original windows xp borderstyle. Like the original button it responds to the mouse entering and leaving. This button has the Default and Cancel Button property so it can be the default button. It also reacts very similarly to the original buttons. It has accesskeys set up so that any alt combo can make the control click (like standard buttons) You can choose gradient background or solid background (solid is fast, while gradient is slower) The great thing about this control is that I have seen other Xp controls and i have spent so much time making my one fast aswell as good. It can redraw at 2000 times a second (with gradient background) on my Pentium III 866 MHz. Similar controls I have tried redraw at 20 times a second. There are transparent corner pixels now and a few other things I changed which I don't remember.

C_Volume2 #67239
Very Easy Keyboard Shortcuts... F1, F2, F3... Without hooks Garbage...

Ever wanted to have function keys in your application (F1, F2, F3 etc..)? Here is the very simple and streight forward solution to it. Moreover, its very very solid to impliment. No API calls, no HOOKS grabage. Just use form functions. Download code and see the instructions on form.

C_Volume2 #67254
CoolFlex2 *updated*

This is an alteration to a control I found on freevbcode.com. You can set cells to checkboxes, comboboxes, textboxes or a button. I previously submitted a version here. I have now added the ability to set the check mark on load by setting the cell value to "C". I do not know how to save the colors on the control. I will leave that to someone else. This could very easily be adapted to fill the grid from a database. (I resubmitted this as new since I dont think it overwrote the original)

C_Volume2 #67263
Transparent Control Container

This Usercontrol it draws the Control's container Transparent but not the controls inside.Few lines easy to understand and very fast. No Api Calls

C_Volume2 #67276
An Inter-App Messaging Control v2

MsgLink - An Inter-Application Messaging Control v2. This is a complete and functional control that uses the Copy Data Structure to pass data between applications that utilize this control. It allows you to pass numeric data, strings, dates, currency, in fact all data types except variants, including arrays and udts, and arrays of udts (except arrays of variants and strings). Possibly could be extended to handle arrays of pointers to the data (strings and variants).

Languages
Top Categories
Global Discovery