The Wayback Machine - https://web.archive.org/web/20071111134741/http://www.codeguru.com:80/vb/controls/

CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
Internet Security
Home Mortgage Loans
GPS Devices
Condos For Sale
Free Credit Score
Memory Upgrades
Imprinted Promotions
Server Racks
Promotional Items
Data Center Solutions
Giveaways
KVM Switches
Corporate Awards
Compare Prices


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual Basic >> VB Controls


Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites. »
 
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here. »
 
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles. »
 
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it. »
 
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today. »

VB Controls

next

A First Look at Visual Studio 2008 Shell
Rating: none
Josh Fitzgerald - 08/10/2007
See what Visual Studio 2008 Shell has to offer and how it can help you.

Implementing Extension Methods in VB.NET
Rating: none
Paul Kimmel - 05/25/2007
Extension Methods permit programmers to add behavior to a class without creating a wrapper. Here, you will learn how to implement Extension Methods in Visual Basic and .NET.

Creating PowerShell Cmdlets in VB 2005
Rating:
Josh Fitzgerald - 05/23/2007
Windows PowerShell not only offers a powerful shell and scripting language, but also an easily extensible interface. Here, you will learn that it is relatively simple to extend the shell and language by creating custom cmdlets.

How to Build Simple Event Log Montior/Watcher (Using TCP in .NET)
Rating:
aleksisa - 03/05/2007
Learn how to build a simple event log "watcher" application to monitor event log changes on a remote machine(s).

Creating a Custom DataGrid Paging Control
Rating: none
mendhak - 02/06/2007
Create your own custom DataGrid paging control over which you, the developer, will have more control.

Getting Past the 2 Gb File Limit
Rating:
Richard Newcombe - 01/22/2007
Take a closer look at the 2 Gb limit that we are plagued with in different languages, and how to get around them.

Anti-Aliased Image Transformation (Aaform)
Rating:
msg555 - 12/19/2005
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.

Speedometer Gauge Class/OCX
Rating:
Duane Odom - 02/08/2005
Create a visual speedomer that you can use in your Visual Basic programs.

Filling ListView Dynamically From any Data Sources with VB.NET
Rating:
DrDotNet1981 - 09/09/2004
Learn to combine VB.NET, ADO.NET, ListView XML, and SQL Server 2000.

[Updated] Implementing a Progress Bar in Visual Basic Applications
Rating:
zipcn046 - 05/19/2004
This database-driven search application keeps the user informed about the search process and thus improves the overall user experience. Informing the user about the processing is the fundamental motive of the Progress Bar.

Send a SMS (Text Message) Via Your Analog Modem
Rating:
mikeeball - 05/13/2004
Send a SMS text message from your PC via your modem.

Adding MouseLeave and MouseHover Events to VB6 Controls
Rating:
hspc - 04/28/2004
This article is about creating ActiveX controls in Visual Basic 6 that have two extra mouse Events: MouseLeave, MouseHover.

Excel 2 Win!
Rating:
Sids - 03/10/2004
This tutorial demonstrates how to copy Excel data into a Windows DataGrid Control from the Clipboard.

A method to reposition standard MsgBox windows from VB
Rating:
Aaron Young - 02/07/2004
Use This small BAS module to allow you to reposition any standard MsgBox window. (Added: 1-Mar-2000)

Disabling the Windows Start Button
Rating:
Aaron Young - 02/03/2004
Learn how to disable the Windows start button'—use with caution! Remember to turn it back on again later. (Added: 7-Jan-2000)

Windows HotKeys
Rating: none
Imran Zaheer - 02/03/2004
Learn how to use multiple HotKeys in a single application, with each key assigned a different function. (Added: 14-May-2000)

Disk Serial Number'—Using the WMI Scripting Library
Rating:
Gary Allen - 02/03/2004
Use the new WMI interfaces to obtain the disk's serial number. (Added: 24-Sep-2000)

Enhancing the SHBrowseForFolder API Function
Rating:
Stephen Fonnesbeck - 02/03/2004
Extend the functionality that was given in the MSDN Knowledge Base article Q179497 "HOWTO: Select a Directory Without the Common Dialog Control". (Added: 22-Feb-2000)

Determining the Active Window
Rating:
Aaron Young - 02/03/2004
Learn how to find the active window on the Windows desktop. (Added: 15-Feb-2000)

Locating Desktop Icon Positions using Memory Mapped Files
Rating: none
Paul Pavlic - 02/03/2004
Learn how to manipulate the desktop using Windows memory-mapped files. (Added: 9-Jun-1999)

A DataGrid Control as a Disconnected Data Entry Tool
Rating:
Lothar Haensler - 02/03/2004
Learn how to use the VB6 DataGrid as a data-entry tool with a Disconnected ADOR RecordSet'—very small and very useful! (Added: 7-Dec-1999)

A 'real' Round Tool Tip Control
Rating:
T Ravi Kiran - 02/03/2004
Learn how to modify the tooltip window to get a true 'shaped' API tooltip window for your controls. (Added: 7-Dec-1999)

MDI TaskBar
Rating: none
Marcin Swiatek - 02/03/2004
Learn about an UserControl transferring concept of Windows 95 TaskBar to MDI application. (Added: 31-Dec-1998)

A 3D Label Control
Rating: none
John Meller - 02/03/2004
Learn to create a 3D Label. (Added: 3-May-2000)

Create Controls Dynamically (VB6)
Rating:
Manoj Tuli - 02/03/2004
Learn how to create controls at runtime using the Controls.Add method (VB6 only) (Added: 7-Nov-2000)

Extended Timer Control - Intervals greater than 60000+ milliseconds
Rating: none
Ovidiu Crisan - 02/03/2004
Learn how to create a timer control compatible with the standard VB control but that handles intervals greater than the standard VB timer control allows. (Added: 9-Nov-1999)

Create your Own TaskBar Control in VB5/6
Rating: none
David Newcum - 02/03/2004
Learn how to create your own OCX that will turn a form into a Windows 'TaskBar'. (Added: 13-Jul-1999)

An Owner Drawn Clock Control VB5/6
Rating:
Stefaan Casier - 01/30/2004
Create your own Analogue clock control in Visual Basic 5 / 6. (Added: 4-Apr-2000

A Splitter WIndow Control For VB
Rating: none
Rene Lang - 01/30/2004
Build Splitter Window capability into any VB project easily and quickly. (Added: 3-Sep-2000)

A Tab Control - VB5/6
Rating: none
Stefaan Casier - 01/30/2004
Create your own tab control without using the common controls or the Windows API. (Added: 4-Apr-2000)

A Custom Message Box ActiveX Control
Rating:
John Meller - 01/30/2004
Create an ActiveX control that will produce a message box. This code is based upon Netscape's new message box. (Added: 14-May-2000)

An Owner Drawn Calendar Control VB5/6
Rating:
Stefaan Casier - 01/30/2004
Create your own professional calendar control in VB5/6. Completely customizable with many different styles. (Added: 4-Apr-2000)

Displaying the File Properties Dialog
Rating:
Lothar A. Haensler - 01/27/2004
Learn how to display the file properties dialog for any file on the system with one function call. (Added: 6-Aug-1999)

Enumerating CD Devices on Your System
Rating: none
Aaron Young - 01/27/2004
Learn how to determine all the CD-ROMdrives you have connected to your computer. (Added: 20-Jan-2000)

Display the Browse For Folder Dialog
Rating:
Gilles ROY - 01/27/2004
This BAS module allows you to display the 'Browse Folders' dialog with one function call. (Added: 20-Aug-1999)

Easy Method of Writing And Reading Small Text Files
Rating:
Konstantin Komissarchik - 01/27/2004
Learn an easy way of reading and writing strings to individual text files in VB (Added: 12-May-1999)

Four Different Methods to Display the Find Files Dialog
Rating: none
Ovidiu Crisan - 01/27/2004
Learn about four different methods of displaying the 'Find Files' dialog from within a Visual Basic Program. (Added: 11-Apr-2000)

Create your own Outlook bar
Rating:
Oliver Marohn - 10/13/2003
(Originally posted December 23, 1998.)

Raising ColumnResize event in MSFlexGrid (VB 5.0)
Rating:
Bogdan V. Chernyachuk - 10/13/2003
This article demonstrates how to capture the Column Resize event in a MSFlexGrid Control (VB5 - maybe VB6). (Originally posted April 12, 1999.)

Editable FlexGrid/Grid Control in VB4/5/6
Rating:
Atakan Devrim Pakkan - 10/13/2003
This code shows how to use a TextBox control with a Grid.OCX (VB4) or a MSFlexGrid.OCX (VB5/6) control to make an editable grid control. It also demonstrates how to copy the selected Cells to the ClipBoard. (Originally posted May 7, 1999.)

Drop-down the DataComboBox in VB6
Rating:
Johan Ooghe - 10/13/2003
Shows how to drop down the DataComboBox in VB6 when the SendMessage API call doesn't work. (Originally posted May 2, 1999.)

How to add a new node to a Sheridan Active TreeView control without popup boxes
Rating: none
Aaron Scribner - 10/13/2003
This code shows how to add nodes to a Sheridan TreeView control with popup menus - the code can easily be converted for use with a standard TreeView. (Originally posted July 1,1999.)

ListView - Sorting by Number or Date
Rating:
Pete Cozens - 10/13/2003
This sample gives an alternate and fast method of searching numbers and dates in a ListView Control. (Originally posted June23, 1999.)

Determining Item / Subitem Clicked in a ListView
Rating: none
Chris Eastwood - 10/13/2003
This code shows how to determine just what was clicked in a listview - ie. icon, text, subitem, status icon etc. VB6 (may work with VB6) (Originally posted January 25, 2000.)

ListView Coloured Headers Example
Rating:
Ravi Kiran - 10/13/2003
This sample shows how to implement coloured listview headers using subclassing and custom-draw techniques. (Originally posted July 27, 1999.)

A ListView/Treeview Control
Rating:
Brad Martinez - 10/13/2003
This sample shows how to make a ListView with TreeView-like appearance similar to those used in Outlook and Outlook express. (Originally posted November 16, 1999.)

Tooltips for each ListBox Item
Rating: none
Aaron Young - 10/13/2003
This small snippet of code shows how to display an individual tooltip for each item in a listbox. (Originally posted January 25, 2000.)

Detecting / Counting Duplicate Items in a ListBox
Rating: none
Aaron Young - 10/13/2003
This code sample shows how to detect and count the duplicate entries in a ListBox. (Originally posted February 9, 2000.)

ListBox with Grayed Out / Non-Selectable Items
Rating: none
Ravi Kiran - 10/13/2003
This code sample shows how to create a listbox in VB5/6 which is subclassed to have non-selectable/grayed out items. (Originally posted July 12, 1999.)

Search Listboxes as you Type
Rating:
Clyde Saye - 10/13/2003
This small code sample shows how you can search a listbox while typing into a textbox - similar to the way that Windows Help works. (Originally posted May 3, 1999.)

next

Cache', the world's fastest object database, does away with mapping. Free download.
Free Trial: Web-based Bug Tracking Helps Ensure Issues Get Resolved, Not Lost.
Intel Go Parallel Portal: Translating Multicore Power into Application Performance
Download: Sun Java Studio Creator. Build apps visually with minimal code creation, automatic page navigation & more.
Developing Intelligent Communications? Visit the Avaya Developer Connection Center on DevX.



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info