Search found 3 matches
- 28 Sep 2011, 09:35
- Forum: Programming
- Topic: VB6 unicode form
- Replies: 2
- Views: 6603
Re: VB6 unicode form
Unfortunately that just shows ?? in the title bar Source code in full Option Explicit Private Declare Function DefWindowProcW Lib "user32" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Private Const WM_GETTEXT = &HD Private Const WM_GETTEX...
- 23 Sep 2011, 16:22
- Forum: Programming
- Topic: VB6 unicode form
- Replies: 2
- Views: 6603
VB6 unicode form
I would really appreciate help to set the caption of the VB6 form to a unicode string under Windows XP/7
There are many people who have some ideas on how to do this, but it never seems to be permanent (if the form loses focus, gets partially covered etc the caption goes to ??????)
Many thanks
Ben
There are many people who have some ideas on how to do this, but it never seems to be permanent (if the form loses focus, gets partially covered etc the caption goes to ??????)
Many thanks
Ben
- 16 Jun 2011, 18:01
- Forum: ComboListBoxControls
- Topic: Listbox with checkboxes
- Replies: 1
- Views: 5710
Listbox with checkboxes
This control looks really great. Just a question from a newbie, how do you put the checkboxes in the listbox?
Many thanks
Many thanks