Adding Popup Menus to Custom Controls
Shipping custom controls with their own set of popup menu items make the controls appear appropriately professional. They add ease of use, functionality and value to the control(s). Here’s how
Shipping custom controls with their own set of popup menu items make the controls appear appropriately professional. They add ease of use, functionality and value to the control(s). Here’s how
This piece of code lets you display an item in a list box as that list box’s tooltip. Private Sub lstItems_MouseMove(Button As Integer, Shift As Integer, X As Single, Y
If you are unsuccessful at attempting to bind to an object residing in a Netscape Directory Server and you are using ADSI in VB or VBscript, you are likely using
This is one of the simplest, but most powerful, ways to make a form scrollable. This method automatically disables or enables scrollbars according to the size of the area in
Many programmers use Visual Basic’s Clipboard object to perform Cutting, Copying, Pasting and Undoing code. For example, to copy some text from a textbox, programmers sometimes use the following code:
Sometimes there is a need to group records into two larger categories, regardless of all other groupings. Using the Northwind database for an example, let
‘——————————————————-‘ The CTREEVIEWEDIT Class module” This class lets you use a regular TextBox control to’ edit a treeview node’s label. All you have to do to’ use this class is
Often, properties and methods associated with grid controls don’t provide an absolute (relative to the actual first row and not the first displayed row) row index of current or selected
By using resource file, strings used by controls or message windows can be converted to different language strings in your application. The VB 6 Resource Editor allows the addition of