How to select a item on rightclick using devexpress ListboxControl
To select a item on rightclick using devexpress ListboxControl you need to use the MouseDown Event. See the samples below. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To select a item on rightclick using devexpress ListboxControl you need to use the MouseDown Event. See the samples below. Sample C# Sample VB.NET
To scroll to the end of a Textbox in C# and VB.NET you can use the following snippet. Sample C# / VB.NET
To make a multicolumn listbox in VBA you can use the following snippet. This snippet should also work in VB6. Sample VBA
The simple but usefull AddToEnd listbox extension for C# and VB.NET. Sample C# Sample VB.NET