Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "10Tec Company"

Win32 tooltips for windowless controlsVersion: VB4
Author: 10Tec CompanySubmitted: 7/26/2003Downloads: 6855
The problem with Win32 tooltips is that you can attach it only to a control that provides the hwnd property returning the Win32 handle of the control. The following trick allows you to create real Windows tooltips for VB intrinsic controls which do not ha ...more>>

Multiline tooltips to ListView itemsVersion: VB4
Author: 10Tec CompanySubmitted: 7/11/2003Downloads: 10112
The attached code demonstrates a technique you can use to create multiline balloon tooltips for ListView items. The code is based on the following simple idea. In the MouseMove event you need to check the index of the item under the mouse pointer, and if ...more>>

The code uses subclassing technique to trap the WM...Version: VB4
Author: 10Tec CompanySubmitted: 3/29/2003Downloads: 6522
The code uses subclassing technique to trap the WM_MOUSEMOVE event of the Header control which is a constituent part of the ListView control. The handler for this event determines the index of the column header under the mouse pointer and changes the tool ...more>>

The attached code contains a class that can be use...Version: VB4
Author: 10Tec CompanySubmitted: 3/8/2003Downloads: 6974
The attached code contains a class that can be used to add items to the ListBox control. When you add a new item, it adds a horizontal scroll bar to a specified list box (if required) and scrolls down the list box so you can see the last added item. The ...more>>
Page 1 of  1

Go to page: 1