|
| Title |
Keywords |
|
| HowTo: Dynamically create buttons at runtime and give them event handlers in Visual Basic 2005 | control, Button, click, click event, AddHandler, event handler, Visual Basic 2005 |  |
| HowTo: Add and remove buttons from a scrolled button area | button, add, remove, scroll |  |
| HowTo: Make a button that shows its borders only when the mouse is over it by using capture | button, mouse, border, capture |  |
| HowTo: Make a button quiver frantically | button, quiver, move |  |
| HowTo: Make buttons that repeatedly modify a value when you hold them down | button, repeat button |  |
| HowTo: Use buttons in a toolbar control in VB .NET | toolbar, button, VB .NET |  |
| HowTo: Use API capture functions to make a button that changes its caption when the mouse moves over it | button, caption, mouse over |  |
| HowTo: Display a message when the mouse is over a button | button, message, mouse over |  |
| HowTo: Make a CommandButton process clicks and spaces but not carriage returns | CommandButton, button, carriage return |  |
| HowTo: Make an ActiveX control that display standard system images (min, max, restore, help, scroll arrows, etc.) | frame, draw frame, buttons, help, close, min, max, restore, scroll |  |
| HowTo: Make a button that grows when the mouse is over it | button, grow, label |  |
| HowTo: Make interesting graphical button effects | button, effects |  |
| HowTo: Make buttons display the picture under them | button, picture, tile |  |
| HowTo: Make a shaped button in VB .NET | shape, polygon, button, SetWindowRgn, region, shaped button, VB .NET |  |
| HowTo: Make a shaped button | shape, polygon, button, SetWindowRgn, region, shaped button |  |
| HowTo: Make a button's caption bold when the mouse moves over it | button, caption, font, bold, mouse |  |
| HowTo: Make a button with colored text using a CheckBox | CheckBox, command button, CommandButton, button, colored text |  |
| HowTo: Make a button with colored text | command button, CommandButton, button, caption, colored text |  |
| HowTo: Make standard arrows for buttons | button, arrow, standard arrow, font, Marlett |  |
| HowTo: Make buttons display the picture that is under them | button, command button, picture |  |
| Title |
Keywords |
|
| HowTo: Use DAO to display a database's structure in a TreeView control | database, DAO, structure, TreeView |  |
| HowTo: Add nodes to a TreeView control when the user expands a node | TreeView, expanding, collapsing, node |  |
| HowTo: Change a TreeView control's background color | TreeView, background, background color, backcolor |  |
| HowTo: Add nodes to a TreeView control at run time, and let the user drag and drop TreeView nodes | TreeView, AddNode, drag and drop |  |
| HowTo: Select a TreeView subtree when the user selects a node in VB .NET | VB.NET, TreeView, subtree, select |  |
| HowTo: Display an appropriate popup menu when the user right clicks on a TreeView node in VB .NET | TreeView, popup menu, context menu |  |
| HowTo: Change a TreeView control's tooltip when the mouse moves over different nodes in VB .NET | TreeView, tooltip, TreeView tooltip, ToolTipText |  |
| HowTo: Load a TreeView control from a CSV file in VB .NET | TreeView, CSV |  |
| HowTo: Load a TreeView from a text file with tabs denoting indentation in VB .NET | TreeView, text file, load |  |
| HowTo: Load a TreeView control from an XML file in VB .NET | TreeView, XML |  |
| HowTo: Use TreeView and ListView controls together | TreeView, ListView |  |
| HowTo: Change a TreeView control's tooltip when the mouse moves over different nodes | TreeView, tooltip, TreeView tooltip, ToolTipText |  |
| HowTo: Edit, save, and load TreeView data | TreeView, edit TreeView, TreeView editor |  |
| HowTo: Display an appropriate popup menu when the user right clicks on a TreeView node | TreeView, popup menu, context menu |  |
| HowTo: Display a directory structure in a TreeView controls, and save and restore the hierarchy in a file | TreeView, directory, directory hierarchy |  |
| HowTo: Load a TreeView control from a text file, let the user edit it, and save it into a text file in VB 6 | TreeView, load, save, edit |  |
| HowTo: Load a TreeView from a text file with tabs denoting indentation | TreeView, text file, load |  |
| HowTo: Allow the user to edit some but not all nodes in a TreeView control in VB .NET | TreeView, VB.NET, edit label, edit node |  |
| HowTo: Let the user drag items from one position to another in a TreeView | TreeView, drag and drop |  |
| HowTo: Use ADO to read a database's structure | database, structure, TreeView, DataGrid, schema |  |
| HowTo: Populate ListBoxes from three related Access tables and display TreeView data when records are selected | database, TreeView, master/detail |  |
| HowTo: Load a TreeView control from a compressed CSV file | TreeView, CSV, compressed |  |
| HowTo: Load a TreeView control from a CSV file | TreeView, CSV |  |
| HowTo: Load a TreeView control from an XML file | TreeView, XML |  |
| HowTo: Load a TreeView control from a file using tabs to indicate indentation | TreeView, tab, tabbed file, indentation |  |
| HowTo: Search a TreeView control and replace text | TreeView, search, replace |  |
| HowTo: Drag nodes from one TreeView control to another | Drag and drop, TreeView |  |
| HowTo: Give a TreeView control option buttons and check boxes | TreeView, option button, check box, OptionButton, CheckBox |   |
| Title |
Keywords |
|
| HowTo: Let the user select and edit a database table in a DBGrid control | DBGrid, edit database, edit table |  |
| HowTo: Use the DBGrid control's BeforeUpdate event | DBGrid, BeforeUpdate, validation |  |
| HowTo: Use an unbound DBGrid control | DBGrid, unbound, unbound data |  |
| HowTo: Use a TabStrip to manage multiple DBGrid controls | DBGrid, tab |  |
| HowTo: Use code to select rows and columns in a DBGrid control | DbGrid, select row, select column |  |
| HowTo: Use a bound DBGrid control | DBGrid, bound DBGrid |  |
| HowTo: Set and use multiple bookmarks in the DBGrid control | DBGrid, bookmark |   |
| HowTo: Set and use a bookmark in the DBGrid control | DBGrid, bookmark |   |
| Title |
Keywords |
|
| HowTo: Make a ListBox display chemical symbols in Visual Basic 2005 | ListBox, chemicals, chemical symbols, Visual Basic 2005, subscripts |  |
| HowTo: Keep track of checked ListBox selections as the user selects and deselects them in Visual Basic 6 | ListBox, selection, track selection, Visual Basic 6 |  |
| HowTo: Give a ListBox a horizontal scroll bar | ListBox, scroll |  |
| HowTo: Make a ListBox display a different tooltip for each item under the mouse in Visual Basic 6 | ListBox, select, autoselect, ClientToScreen, LBItemFromPt |  |
| HowTo: Make a ListBox automatically select the item under the mouse in Visual Basic 6 | ListBox, select, autoselect, ClientToScreen, LBItemFromPt |  |
| Bug: ItemData stores only integers | ItemData, integer | |
| HowTo: Save and restore ListBox items when a program stops and starts in Visual Basic 6 | ListBox, save, restore, Visual Basic 6 |  |
| HowTo: Save and restore ListBox items when a program stops and starts in Visual Basic .NET | ListBox, save, restore, VB.NET |  |
| HowTo: Use a checked ListBox | ListBox, checked, checked list, checked ListBox |  |
| HowTo: Add a horizontal scrollbar to a ListBox in Visual Basic .NET | ListBox, scroll, scrollbar, scroll bar, horizontal scroll bar, VB.NET |  |
| HowTo: Add a horizontal scrollbar to a ListBox if it is needed in Visual Basic .NET | ListBox, scroll, scrollbar, scroll bar, horizontal scroll bar, VB.NET |  |
| HowTo: Define tabs in a ListBox in Visual Basic .NET | tab, ListBox, set tabs, defined tabs, VB.NET |  |
| HowTo: Define tabs in a ListBox in Visual Basic .NET | tab, ListBox, set tabs, defined tabs, VB.NET |  |
| HowTo: Select items in a ListBox in code in Visual Basic .NET | ListBox, select, SelectedItem, SelectedIndex, SetSelected, VB.NET |  |
| HowTo: Use buttons to slide a ListBox's multiple selection up or down in Visual Basic .NET | ListBox, select, selection, SelectedItem, SelectedIndex, SetSelected, VB.NET |  |
| HowTo: Use buttons to slide a ListBox's selection up or down in Visual Basic .NET | ListBox, select, selection, SelectedItem, SelectedIndex, SetSelected, VB.NET |  |
| HowTo: Use Windows messages to read the choices in a ListBox control | ListBox, API, items |  |
| HowTo: Load a ListBox from a database query in VB .NET | database, VB.NET, ListBox, load |  |
| HowTo: Track the ListBox item under the mouse | ListBox, mouse, over |  |
| HowTo: Let the user type a prefix string to select an item in a ListBox in VB .NET | ListBox, select item |  |
| HowTo: Use Windows messages to read the choices in a ListBox control | API, ListBox, get choices |  |
| HowTo: Compare times to load sorted ListBoxes different ways | ListBox |  |
| HowTo: Quickly locate an item in a ListBox that begins with a certain substring | ListBox, find, SendMessage |  |
| HowTo: Clear a List control when the user clicks the list but not on any item | ListBox, clear list, click off list |  |
| HowTo: Use a text file to initialize a ComboBox connected with a ListBox | ComboBox, ListBox, initialize, load |  |
| HowTo: Set tabs in a ListBox to make items line up nicely | ListBox, tab, tabs, columns |  |
| HowTo: Add a horizontal scroll bar to a ListBox | ListBox, scroll, hscroll, scrollbar, horizontal |  |
| HowTo: Make two lists pick corresponding selections in VB .NET | .NET, VB.NET, ListBox, select, pick, corresponding |  |
| HowTo: Make two lists pick corresponding selections | ListBox, select, pick, corresponding |  |
| HowTo: Select an item from a ListBox or ComboBox with a given ItemData value | ListBox, ComboBox, list, item, select |  |
| HowTo: Load a ListBox from a text file in VB .NET, skipping blank lines | VB.NET, NET, ListBox, text file, load, initialize, blank lines, blanks |  |
| HowTo: Load a ListBox from a text file in VB .NET | VB.NET, NET, ListBox, text file, load, initialize |  |
| HowTo: Load a ListBox using the lines in a file using Split | additem, ListBox, line, file, Split |  |
| HowTo: Load a ListBox using the lines in a file | additem, ListBox, line, file |  |
| HowTo: Copy multi-line text into a ListBox using Split | ListBox, copy, additem, text, TextBox |  |
| HowTo: Copy multi-line text into a ListBox | ListBox, copy, additem, text, TextBox |  |
| HowTo: Load ComboBox and ListBox controls from a database using ADO | ComboBox, ListBox, load, initialize, ADO, database, data |  |
| HowTo: Use classes to display data in a ListBox in .NET | VB.NET, NET, ListBox, class |  |
| HowTo: Load data from a text file into ListBoxes | ListBox, text file, INI file |  |
| HowTo: Drag items between two ListBoxes | drag and drop, ListBox |  |
| HowTo: Select newly added items in a ListBox | |  |
| HowTo: Copy the lines in a file into a ListBox | |  |
| HowTo: Tell if a ListBox's value changed because of a mouse click or code | ListBox, click or code |  |
| Title |
Keywords |
|
| HowTo: Programmatically select an entire row in a DataGrid control in Visual Basic 6 | DataGrid, select row, data grid, Visual Basic 6 |  |
| HowTo: Programmatically add a record to a DataSet bound to a DataGrid in Visual Basic 2005 | DataSet, DataGrid, add record, Visual Basic 2005 |  |
| HowTo: Draw certain cells in a DataGrid with different colors in Visual Basic .NET | DataGrid, color, cell, colored cell, cutoff, VB.NET |  |
| HowTo: Format the columns displayed by a DataTable in a DataGrid control in Visual Basic .NET | DataTable, column, format, align, alignment, DataGrid, VB.NET |  |
| HowTo: Display a caption for a DataTable in a DataGrid in Visual Basic .NET | DataTable, caption, DataGrid, VB.NET |  |
| HowTo: Update a DataSet that doesn't have primary keys in VB .NET | DataGrid, DataTable, bind, ADO.NET, data, database, primary key |  |
| HowTo: Bind a DataGrid to a DataTable at run time in VB .NET | DataGrid, DataTable, bind, ADO.NET, data, database |  |
| HowTo: Define a relationship between two tables in a DataSet in VB .NET | DataGrid, DataTable, bind, ADO.NET, data, database, relationship |  |
| HowTo: Display parent and child records in two DataGrid controls in VB .NET | DataGrid, DataTable, bind, ADO.NET, data, database, relationship, parent/child, master/detail |  |
| HowTo: Bind a DataGrid to a DataTable with read-only columns in VB .NET | DataGrid, DataTable, bind, ADO.NET, data, database, read only |  |
| HowTo: Bind a DataGrid to a DataSet at run time in VB .NET | ADO.NET, database, DataGrid, DataSet, bind |  |
| HowTo: Use a bound DataGrid in VB.NET | DataGrid, binding, bind, bound, VB.NET |  |
| HowTo: Use IIF in a SQL SELECT statement to display a warning if a value is too low in VB.NET | DataGrid, binding, bind, bound, VB.NET, IIF, warning |  |
| HowTo: Bind a collection of objects to a DataGrid in VB .NET | DataGrid, bind, data binding, collection |  |
| HowTo: Bind a collection of objects to a DataGrid and let it sort on the columns in VB .NET | DataGrid, bind, data binding, collection, sort, IEditableObject, IBindingList |  |
| HowTo: Display the data in a DataSet by using as DataGrid control in VB .NET | DataSet, DataGrid, VB.NET, data, database, ADO.NET |   |
| HowTo: Use ADOData controls to and a DataGrid control to display master/detail data | master/detail, master, detail, ADOData control, DataGrid |  |
| HowTo: Reset a DataGrid control when the data to which it is bound changes in VB .NET | DataGrid, database, VB.NET |  |
| HowTo: Use ADO to read a database's structure | database, structure, TreeView, DataGrid, schema |  |
| HowTo: Display data in a DataGrid control and see what cell is selected | DataGrid, cell, select |  |
| Title |
Keywords |
|
| Bug: ItemData stores only integers | ItemData, integer | |
| HowTo: Expand ComboBox choices while typing, version 2 | ComboBox, combo, expand, autoexpand |  |
| HowTo: Save and restore a ComboBox's values from a file | ComboBox, save, restore, load data |  |
| HowTo: Bind a ComboBox to a database lookup table in VB .NET | database, ADO.NET, VB .NET, bound controls, data binding, ComboBox, lookup table |  |
| HowTo: Use dropdowns in a toolbar in VB .NET | toolbar, ComboBox, VB .NET |  |
| HowTo: Limit the text in TextBoxes and ComboBoxes | TextBox, ComboBox, limit text |  |
| HowTo: Update ComboBox choices when the user enters a new choice | ComboBox, update ComboBox, update choices |  |
| HowTo: Make an auto-completion ImageCombo ActiveX control | auto-complete, ImageCombo custom control, ActiveX control |  |
| HowTo: Display one field with a DBCombo control but update another when the user changes the value | DBCombo, update field |  |
| HowTo: Let the user select database records using a ComboBox | ComboBox, database records, select |  |
| HowTo: Make a popup menu look like a ComboBox | popup, menu, ComboBox, dropmenu |  |
| HowTo: Make a ComboBox's dropdown area wide enough for its choices, allowing for ScaleMode | ComboBox, ComboBox width |  |
| HowTo: Use Windows messages to read the choices in a ComboBox | ComboBox, list choices |  |
| HowTo: Use a text file to initialize a ComboBox connected with a ListBox | ComboBox, ListBox, initialize, load |  |
| HowTo: Change the width of a ComboBox's dropdown area | ComboBox, ComboBox width |  |
| HowTo: Expand ComboBox choices while typing | ComboBox, combo, expand, autoexpand |  |
| HowTo: Determine when a ComboBox is about to drop down | ComboBox, down event, dropdown event |  |
| HowTo: Make a ComboBox's dropdown area wide enough for its choices | ComboBox, ComboBox width |  |
| HowTo: Change the height of a ComboBox's dropdown area | ComboBox, ComboBox height |  |
| HowTo: Select an item from a ListBox or ComboBox with a given ItemData value | ListBox, ComboBox, list, item, select |  |
| HowTo: Make a dynamic ComboBox that saves the user's selections | ComboBox, dynamic |  |
| HowTo: Initialize a ComboBox using values from a TextBox | ListItem, list, ComboBox, TextBox, add |  |
| HowTo: Initialize a ComboBox using values from a TextBox with the Split command | ListItem, list, ComboBox, TextBox, add, Split |  |
| HowTo: Use ComboBoxes and TextBoxes to let the user edit grid values | grid, edit, ComboBox, Textbox |  |
| HowTo: Load ComboBox and ListBox controls from a database using ADO | ComboBox, ListBox, load, initialize, ADO, database, data |  |
| Tip: Set a ComboBox Item at Startup | ComboBox, combo, set item | |
| HowTo: Select a ComboBox value based on text the user types | ComboBox, type |  |
| HowTo: Disable a ComboBox's context menu | ComboBox, right click, popup, context menu |  |
| Title |
Keywords |
|
| HowTo: Show and hide TextBox scroll bars as needed in Visual Basic 2005 | TextBox, scroll bar |  |
| HowTo: Build a TextBox control that displays a prompt message when the user hasn't typed anything in Visual Basic .NET | TextBox, PromptingTextBox, TextBox prompt, VB.NET, custom control |  |
| HowTo: Make a TextBox control that displays an image when its value is modified in Visual Basic .NET | TextBox, modified, data dirty, changed, text, image, bitmap |  |
| HowTo: Highlight the TextBox that has focus by changing its BackColor | highlight, focus, GotFocus, LostFocus, TextBox |  |
| HowTo: Convert the text the user is typing in a TextBox to Proper Case in Visual Basic .NET | TextBox, convert, proper case, StrConv, VB.NET |  |
| HowTo: Convert the text the user is typing in a TextBox to Proper Case | TextBox, convert, proper case, StrConv |  |
| HowTo: Let the user press Ctrl-A to select all of the text in a TextBox | ctrl-A, control-A, select text |  |
| HowTo: Disable a TextBox's context menu in VB .NET | TextBox, context menu, popup, right-click |  |
| HowTo: Let the user press Ctrl-A to select all of the text in a TextBox in VB .NET | ctrl-A, control-A, select text |  |
| HowTo: Let the user drag and drop text to a specific position in a TextBox | drag, drop, drag and drop, TextBox |  |
| HowTo: Let the user drag and drop text to a specific position in a TextBox in VB .NET | drag, drop, drag and drop, TextBox |  |
| HowTo: Set tabs in a TextBox in VB .NET | TextBox, tabs, VB .NET |  |
| HowTo: Make a TextBox that allows only digits in VB.NET | TextBox, lower case, VB.NET |  |
| HowTo: Make a TextBox convert letters to lowercase in VB.NET | TextBox, lowercase, lower case, VB.NET |  |
| HowTo: Make a TextBox convert letters to upper case in VB.NET | TextBox, lower case, VB.NET |  |
| HowTo: Use a new WindowProc and SetWindowLong to make a TextBox accept only digits | TextBox, only digits, numeric field, SetWindowLong, WindowProc, subclassing |  |
| HowTo: Remove the context menu that appears when the user right clicks on a TextBox | context menu, popup menu, TextBox |  |
| HowTo: Remove several TextBox context menus | context menu, popup menu, TextBox |  |
| HowTo: Make an ActiveX control that allows the user to enter only valid integer within a certain range | field, integer, data validation, validation |  |
| HowTo: Set the margins for a TextBox | TextBox, margin |  |
| HowTo: Hide the caret in a TextBox | TextBox, caret, hide caret, cursor |  |
| HowTo: Limit the text in TextBoxes and ComboBoxes | TextBox, ComboBox, limit text |  |
| HowTo: Right justify a single line TextBox | text, alignment, right justify |  |
| HowTo: Compare the speeds of TextBox, RichTextBox, and the MS Forms 2.0 TextBox | TextBox, speed, performance, RichTextBox, MS Forms 2.0 |  |
| HowTo: Make a TextBox convert text into UPPER CASE or lower case | TextBox, upper case, lower case, uppercase, lowercase |  |
| HowTo: Track the text insertion position as the user types | TextBox, cursor position, character position, line number |  |
| HowTo: Relate TextBox cursor position to character and line number | TextBox, cursor position, character position, line number |  |
| HowTo: Change the TextBox cursor blink rate | caret, cursor, blink rate, blink speed |  |
| HowTo: Make a TextBox allow only letters and numbers | TextBox, letters, numbers, field, validate, context menu, popup |  |
| HowTo: Track the caret's row and column in a TextBox | TextBox, track, caret |  |
| HowTo: See when a TextBox is displaying its last line | TextBox, display, last line, sendmessage |  |
| HowTo: Set tabs in a TextBox | TextBox, tabs, set |  |
| HowTo: Copy multi-line text into a ListBox using Split | ListBox, copy, additem, text, TextBox |  |
| HowTo: Copy multi-line text into a ListBox | ListBox, copy, additem, text, TextBox |  |
| HowTo: Make a TextBox automatically capitalize input in VB .NET | NET, uppercase, upper case, lowercase, lower case, capitalize, TextBox, input |  |
| HowTo: Use the Clipboard to copy and paste text | Clipboard, copy, paste, text |  |
| HowTo: Find a string within a TextBox | find string, find text, find, search, TextBox |  |
| HowTo: Scroll a TextBox to show new text | scroll, scroll text, TextBox |  |
| HowTo: Initialize a ComboBox using values from a TextBox | ListItem, list, ComboBox, TextBox, add |  |
| HowTo: Make a TextBox automatically capitalize input | uppercase, upper case, capitalize, TextBox, input |  |
| HowTo: Make a TextBox automatically capitalize input using the API | uppercase, upper case, capitalize, TextBox, input |  |
| HowTo: Initialize a ComboBox using values from a TextBox with the Split command | ListItem, list, ComboBox, TextBox, add, Split |  |
| HowTo: Use ComboBoxes and TextBoxes to let the user edit grid values | grid, edit, ComboBox, Textbox |  |
| HowTo: Convert text into proper case, version 2 | TextBox, case, proper case, propercase, StrConv |  |
| HowTo: Convert text into proper case | TextBox, case, proper case, propercase, StrConv |  |
| HowTo: Replace a TextBox's standard popup menu with a custom menu | TextBox, popup menu, context menu |  |
| HowTo: Clear the TextBoxes on a form | TextBox, clear, erase, reset |  |
| HowTo: Let the user select all text with Ctrl-A in all TextBoxes | textbox, ctrl-a, control-a, select all |  |
| HowTo: Let the user select all text with Ctrl-A | textbox, ctrl-a, control-a, select all |  |
| HowTo: Show a TextBox's vertical and horizontal scrollbars only when they are necessary | scrollbar, scrollbars, show, hide, TextBox |  |
| HowTo: Show a TextBox's vertical scrollbar only when it is necessary | scrollbar, show, hide, TextBox |  |
| HowTo: Restrict a TextBox to at most four lines using the KeyPress event | TextBox, restrict, lines, carriage return |  |
| HowTo: Restrict a TextBox to at most four lines using the Change event | TextBox, restrict, lines, carriage return |  |
| HowTo: Size a TextBox to fit its contents | TextBox, size, fit, resize |  |
| HowTo: Make a numeric field using the KeyPress and Change event handlers | TextBox, numeric |  |
| HowTo: Make a numeric field using the KeyPress event handler | numeric field, KeyPress, locked TextBox |   |
| HowTo: Restrict paste in a TextBox's context menu | TextBox, right click, popup, context menu | |
| HowTo: Make a TextBox accept only digits | TextBox, only digits, numeric field |   |
| HowTo: Make a numeric field using locked TextBoxes | numeric field, KeyPress, locked TextBox |   |
| HowTo: Make a numeric field | numeric field, KeyPress |  |
| HowTo: Disable a TextBox's context menu | TextBox, right click, popup, context menu |  |
| Title |
Keywords |
|
| HowTo: Load a ListView control from a database in Visual Basic .NET | ListView, load ListView, database, ADO.NET, Access, VB.NET |  |
| HowTo: Make a ListView control sort using the column you click in VB .NET | ListView, sort, clicked column, VB.NET |  |
| HowTo: Print the values in a ListView control across multiple pages | ListView, print, multipage, multi-page |  |
| HowTo: Load a ListView control from an XML file in Visual Basic 6 | ListView, load, XML, Visual Basic 6 |  |
| HowTo: Load a ListView control from an XML file in Visual Basic .NET | ListView, load, XML, VB.NET |  |
| HowTo: Detect when the user scrolls a ListView control | ListView, scroll, detect |  |
| HowTo: Display a context menu when the user right-clicks on a ListView control's column headers | ListView, context menu, popup menu, right-click, right button, API, |  |
| HowTo: Upload files to keep files on a Web server synchronized with files in a directory in Visual Basic 6 | upload, synchronize, Web server |  |
| HowTo: Download files to keep files on a Web server synchronized with files in a directory in Visual Basic 6 | upload, synchronize, Web server |  |
| HowTo: Prevent the user from dragging icons in a ListView | ListView, drag, drag items, subclass |  |
| HowTo: Give a ListView control flat headers | ListView, header, flat header |  |
| HowTo: Use TreeView and ListView controls together | TreeView, ListView |  |
| HowTo: Make a ListView control sort using all of its columns in VB .NET | ListView, sort, all columns, VB.NET |  |
| HowTo: Easily make ListView rows programmatically in VB .NET | ListView, rows, VB.NET |  |
| HowTo: Easily make ListView column headers programmatically in VB .NET | ListView, columns, column headers, VB.NET |  |
| HowTo: Make the columns fit the data in a ListView control in VB .NET | ListView, column width, VB.NET |  |
| BUG: Watch for hidden subitems in the ListView control | ListView, subitem, hidden item, hidden subitem |  |
| HowTo: Use the ListView control | ListView, ImageList |  |
| HowTo: Display popup menus when the user right clicks over a ListView on or off of an item | ListView, popup, context menu |  |
| HowTo: Display data from a database in a ListView control | ListView, database, ADO |  |
| HowTo: Click on ListView columns to order a list | ListView, sort, column |  |
| HowTo: Print the values in a ListView control | ListView, print |  |
| HowTo: Make a checkbox list | check box, CheckBox, list, check list |  |
| HowTo: Set the selected item in a ListView control | ListView, selected item |  |
| Title |
Keywords |
|
| HowTo: Make an OwnerDraw tooltip that displays an image in Visual Basic 2005 | OwnerDraw tooltip, tooltip, image, picture, VB 2005 |  |
| HowTo: Make a multi-line tooltip | tooltip, multiline tooltip, multi-line tooltip |  |
| HowTo: Display a tip in a status bar when the mouse moves over a toolbar button | ToolBar, StatusBar, ToolTip |  |
| HowTo: Change a TreeView control's tooltip when the mouse moves over different nodes in VB .NET | TreeView, tooltip, TreeView tooltip, ToolTipText |  |
| HowTo: Change a TreeView control's tooltip when the mouse moves over different nodes | TreeView, tooltip, TreeView tooltip, ToolTipText |  |
| HowTo: Scroll tooltips | scroll, tooltips |  |
| Title |
Keywords |
|
| HowTo: Let the user drag and drop text to a specific position in a TextBox | drag, drop, drag and drop, TextBox |  |
| HowTo: Let the user drag and drop text to a specific position in a TextBox in VB .NET | drag, drop, drag and drop, TextBox |  |
| HowTo: Process files dragged onto a form | OLE, drag and drop, drop |  |
| HowTo: Add nodes to a TreeView control at run time, and let the user drag and drop TreeView nodes | TreeView, AddNode, drag and drop |  |
| HowTo: Drag and drop data in multiple formats in VB .NET | drag and drop, formats, multiple formats, VB.NET |  |
| HowTo: Drag and drop objects in VB .NET | drag and drop, object, VB.NET |  |
| HowTo: Drag and drop using VB .NET | drag and drop, drag, drop, VB.NET, AllowDrop |   |
| HowTo: Let the user drag items from one position to another in a TreeView | TreeView, drag and drop |  |
| HowTo: Drag and drop onto ActiveX controls | ActiveX control, drag and drop |  |
| HowTo: Display a small drag icon with text in it | drag and drop, icon, text icon |  |
| HowTo: Drag items from one position in a list to another | list, drag, drag and drop |  |
| HowTo: Let the user moves items from one FlexGrid control to another | FlexGrid, move items, drag drop |  |
| HowTo: Drag items from one position in a list to another displaying textual icons | list, drag, drag and drop, text icon |  |
| HowTo: Drag nodes from one TreeView control to another | Drag and drop, TreeView |  |
| HowTo: Drag items between two ListBoxes | drag and drop, ListBox |  |
| Title |
Keywords |
|
| HowTo: Save and restore a form's position when it loads and unloads in Visual Basic 2005 | save, restore, form, form position, Visual Basic .NET |  |
| HowTo: Position a popup form over a PictureBox in Visual Basic 6 | popup, position popup, PictureBox, Visual Basic, ClientToScreen, ShowWindow, SetWindowPos |  |
| HowTo: Set the initial size and window state of a PrintPreviewDialog in Visual Basic .NET | PrintPreviewDialog, WindowState, dialog, dialog size, VB.NET |  |
| HowTo: Use DrawToBitmap to capture an image of a form in Visual Basic 2005 | DrawToBitmap, form image, capture form image, VB 2005, VB.NET |  |
| HowTo: Remove all Label controls from a form at run time in Visual Basic .NET | remove controls, remove labels, label control, form, unload, VB.NET |  |
| HowTo: Unload an application's forms in reverse order of creation | close, unload, form |  |
| HowTo: Unload an application's forms in reverse order of creation, stopping if any don't unload | close, unload, form |  |
| HowTo: Unload an application's forms in reverse order of creation, skipping any that don't unload | close, unload, form |  |
| HowTo: Draw a background grid on a form in Visual Basic 2005 | background grid, grid, form, BackgroundImage, VB 2005 |  |
| HowTo: Position a popup form on a particular area on its parent form in Visual Basic .NET | popup, form, position, VB.NET |  |
| HowTo: Set a form's client area size in Visual Basic .NET | size, client area, ClientSize, form, VB.NET |  |
| HowTo: Make a TextBox control that does not display a context menu in VB .NET | TextBox, context menu, popup menu |  |
| HowTo: Reparent controls from one form to another | reparent, reparent control |  |
| HowTo: Center a form above another form | center form |  |
| HowTo: Make a form that appears semi-transparent | semi-transparent, translucent, form |  |
| HowTo: Display a child form over a topmost parent form | stretch, image, resize |  |
| HowTo: Let the user name a form to display | form, display, InputBox, show form |  |
| HowTo: Restrict a form's minimum and maximum width and height | file times, last access time, file creation time, lastmodified time |  |
| HowTo: Process files dragged onto a form | OLE, drag and drop, drop |  |
| HowTo: Create a splash screen | splash screen |   |
| HowTo: Make a program's main form slide over its splash screen | splash screen, slide over |  |
| HowTo: Initialize the controls on a new MDI child form by copying them from an existing form | MDI, MDI child, initialize |  |
| HowTo: Display tips in a rounded popup form | form, help, tip, rounded rectangle, region, SetWindowRgn |  |
| HowTo: Position a popup form below a TextBox | popup, position, ClientToScreen, ShowWindow, SetWindowPos |  |
| HowTo: Give a form a skin | skin, ActiveX control, button, picture |  |
| HowTo: Make a main form send data to subforms by using events | Form, subform, secondary form, data |  |
| HowTo: Make a main form send data to subforms | Form, subform, secondary form, data |  |
| HowTo: Make a form that contains other forms in a PictureBox | Form, subform, SetParent |  |
| HowTo: Make a form resize in increments of 50 pixels in VB .NET | application icon, icon, VB .NET |  |
| HowTo: Make a form with a fixed aspect ratio in VB .NET | application icon, icon, VB .NET |  |
| HowTo: Make a form with a fixed height in VB .NET | application icon, icon, VB .NET |  |
| HowTo: Move forms together | move forms, subclass, API, WindowProc |  |
| HowTo: Make an ActiveX control that sort of looks and acts like a title bar | title bar, titlebar, caption, ActiveX control, ActiveX |  |
| HowTo: Display a shaded title bar | title bar, titlebar, caption |  |
| HowTo: Build a calculate with an interesting skin-like appearance | calculator, skin, SetWindowRgn |  |
| HowTo: Make an MDI child form that displays only the system close button and no system menu | MDI, MDI child, close button, system menu, remove system menu |  |
| HowTo: Make a form shaped using text and a PictureBox | CreateFont, SetWindowRgn, region, text-shaped form, shaped form, outlined text |  |
| HowTo: Provide an MRU list in VB .NET | MRU, MRU list, VB.NET, most recently used file list |  |
| HowTo: Change a form's icon at run time in VB .NET | icon, VB .NET |  |
| HowTo: Make an MDI application with an MRU list | MRU, most recently used files, MRU list, MDI |  |
| HowTo: Restrict a form so the user can only move it vertically | form, move, vertical |  |
| HowTo: Make an MRU list | MRU, most recently used files, MRU list |  |
| HowTo: Demonstrate the visible and invisible natures of forms | form, invisible, hidden |  |
| HowTo: Prevent a form from moving by using subclassing | no move, prevent move |  |
| HowTo: Make a shaped form scroll across the desktop | scroll, banner, shaped form, desktop, CreateFont, SetWindowRgn, region, text-shaped form |  |
| HowTo: Make a form that can be maximized and minimized but not resized arbitrarily | resize, no resize, prevent resize |  |
| HowTo: Remove the Minimize and Maximize buttons from a form's system menu | minimize, maximize, system menu |  |
| HowTo: Make a form that displays the desktop image below itself so it looks transparent | form, transparent, desktop |  |
| HowTo: Give a window a toolbar style title bar | form, toolbar, titlebar, SetWindowLong |  |
| HowTo: Display a form's events | form, event, load |  |
| HowTo: Create a form without a title bar | form, title bar, caption, no title |  |
| HowTo: List a form's menu items | menu, list menus |  |
| HowTo: See if a form of a given type is loaded | form loaded, form type |  |
| HowTo: Provide a login form in VB .NET | form, login form, password form |  |
| HowTo: See if a form with a given name is loaded | form loaded, form type |  |
| HowTo: Use a Select Case statement to display multiple instances of a form given its name | form, form name, show form |  |
| HowTo: Use a command objects to display multiple instances of a form given its name | form, form name, show form |  |
| HowTo: Use a collection to display one instance of a form given its name | form, form name, show form |  |
| HowTo: Get the caption of the window that currently has focus | focus window, caption, title |  |
| HowTo: Make a form act modal when it is not | form, modal, fake modal, dialog |  |
| HowTo: Experiment with extended window styles | extended window styles, window style |  |
| HowTo: Make a window appear modal when it is not | form, modal, fake modal |  |
| HowTo: Keep track of the number of MDI child forms | MDI, subforms |  |
| HowTo: Make a form like the CommonDialog control | dialog, CommonDialog |  |
| HowTo: Disable the close X in a form's upper right corner | form, close, unload |  |
| HowTo: Show a form without activating it | form, activate, show |  |
| HowTo: Give a form a popup menu | popup menu, context menu, right click |  |
| HowTo: Know when the user clicks on any control on a form | form, click, control |  |
| HowTo: Set a form's size in inches | form, size, inches |  |
| HowTo: Place a form along an edge of the screen using the SysInfo control | form, screen, edge, SysInfo |  |
| HowTo: Make a form stick to the edge of the screen | form, screen, edge, subclassing, stick |  |
| HowTo: Display a form using its name | form, display, form name |  |
| HowTo: Ignore events during a long process by disabling the form | ignore events, events, disable |  |
| HowTo: Let the user move a 1-pixel wide form without a title bar | move form, no title bar, drag form |  |
| HowTo: Let the user move a form without a title bar | move form, no title bar, drag form |  |
| HowTo: Make a text-shaped form | CreateFont, SetWindowRgn, region, text-shaped form, shaped form |  |
|