Advertisement

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

ASP_Volume2 #25995
BsnVideoFil Avi to Bmp

A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.

ASP_Volume2 #25997
Active-X_BrowseFile

Don't expect miracle. This is a useable DriveListBox/DirListBox/FileListBox (VB default control) usercontrol. Its purpose is to browse a file. It is fully commented and good for beginner that interested in creating Active-X as a starting point because it only had basic property so you won't get confuse. You can drop this control to your app for quick file browser. Or you can make it as a template to simplified your project that needed the use of the three controls. I need feedback,comments etc., thanx

ASP_Volume2 #26007
Gudds Balloon popUp

Ever though of a Balloon popUp like u see in the Win XP.. Here it goes .."Gudds Balloon popUp" You can configure it the way you want, ie you can set to close it automatically, set the icon or having no icon at all, show/hide close button, font face, font size. You can position at three places..at current mouse cursor position, at some defined co-ordinate (X,Y position) or at the location of a particular control..Check it! I am trying to introduce the fade out effect. Please give ur feedback

ASP_Volume2 #26013
xpWellsTab Version 2

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

ASP_Volume2 #26015
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.

ASP_Volume2 #26020
[___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 ).

ASP_Volume2 #26045
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.

ASP_Volume2 #26051
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

ASP_Volume2 #26056
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

ASP_Volume2 #26062
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.

ASP_Volume2 #26117
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.

ASP_Volume2 #26119
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...

ASP_Volume2 #26126
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.

ASP_Volume2 #26138
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)

ASP_Volume2 #26148
Unload Event

Shows programmers how to program visually.

ASP_Volume2 #26152
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

ASP_Volume2 #26160
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)

ASP_Volume2 #26161
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}

ASP_Volume2 #26167
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.

ASP_Volume2 #26177
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.

Languages
Top Categories
Global Discovery