| Thread | Last Post | Replies |
|
| Can't create derived control... | 25 May 2008 03:33 GMT | 2 |
I'm new to VB.NET and I'm trying to create a new TextBox, but I only get some errors from the .net development environment. This is with Visual Studio 2005. I create a new "Windows Controls Library", in the source code editor for the
|
| UpDown control vs, rolling one's own with VScrollBar | 24 May 2008 20:58 GMT | 21 |
In order to use the UpDown Control, I have to make sure that the users has MSCOMCT2.OCX installed. Last year, a user complained that they did not like using programs that installed such critters, and,
|
| ListBox: Setting Font and/or Flashing | 20 May 2008 20:45 GMT | 11 |
I can make the entire Form flash. Is there a way to make a ListBox control flash, without flashing the Form? Is there a way to change the font (color and bold) of just the last, or a particular, item in a listbox?
|
| Combo Box and TextBox Appearence Settings | 15 May 2008 04:42 GMT | 1 |
I am used to using third party controls when it comes to setting up appearences. But, now I am using Visual Basic.Net controls that come standard with the product. I've come across a frustration situation with the combo box and text box controls.
|
| How to add cookie with axWebBrowser | 15 May 2008 01:45 GMT | 4 |
We use the axWebBrowser to access a web page, but new the server need some cookie (such as session id and other cookies), Is the axWebBrowser control support cookie? Thanks very much!
|
| Unicode controls VB6 | 14 May 2008 12:42 GMT | 3 |
Many of the controls for VB6 is not Unicode aware. Can anyone recommend a library of Unicode aware replacements ? Hopefully also with some extended controls. David
|
| System error &H8007007E(-2147024770) | 09 May 2008 19:39 GMT | 2 |
System error &H8007007E(-2147024770) When I set any of control, i.e. Listview,Image combo, and for set their property to press right mouse button on it, the visuab basic shows the error as follows:
|
| ListView.SelectedItem cannot be modified | 02 May 2008 20:41 GMT | 5 |
I'm trying to do the customized sorting for the numeric and date columns in ListView. Since I have to get the ListView subitem text cross the processes, I have to use VirtualAllocEx / ReadProcessMemory. See my code below. The customized sortings are working as expected, nice and ...
|
| OUACTRL.OCX plus PowerPoint | 01 May 2008 18:11 GMT | 2 |
within a powerpoint presentation I would like to work with a CommandButton, which executes some Actions / Hyperlinks. However this button cannot be programmed ("actions ..." in its context menu is grey).
|