Search found 54 matches

by TickTick
24 Feb 2009, 00:03
Forum: Off-Topic
Topic: Label and ComboBox
Replies: 3
Views: 6009

Label and ComboBox

Dear Timo,

I have tried to do a label and a combo myself, because I need it so desperately, but it's so difficult that I cannot do it.
Can I beg you so much to do a label and combobox? It would help me oh so very much.

Hans
by TickTick
23 Feb 2009, 15:17
Forum: Off-Topic
Topic: Unicode menu
Replies: 2
Views: 5301

Re: Unicode menu

I am sorry, I already found a very quick solution including some APIs. Public Function SetMenuCaption(uForm As Form, lSubItem As Long, lMenuItem As Long, ByVal uText As String, oPicChecked As IPictureDisp, oPicUnchecked As IPictureDisp) As Boolean On Error GoTo ErrHandler '/* Use like that: ' Dim Co...
by TickTick
23 Feb 2009, 14:43
Forum: Off-Topic
Topic: Unicode menu
Replies: 2
Views: 5301

Unicode menu

You don't plan to do a Unicode menu, do you?
Hans
by TickTick
20 Feb 2009, 13:52
Forum: TabStrip
Topic: TabStrip doesn't raise events
Replies: 5
Views: 7501

Re: TabStrip doesn't raise events

Hello! I made a few mistakes... I have to admit it!! I see that by default all events are enabled (looking at the property sheet), so please accept my apologies... Out of interest... how would I trigger a Click event? I click everywhere on the TabStrip, but nothing happens. Not that I need this even...
by TickTick
20 Feb 2009, 12:51
Forum: TabStrip
Topic: TabStrip doesn't raise events
Replies: 5
Views: 7501

Re: TabStrip doesn't raise events

Thanks! I didn't know that it wouldn't show up in the properties (I don't mean the property sheet) and that it could only be accessed by property sheet or by code. I don't know about others, but to me a TabStrip without click events is useless (I need an event in which I can set .ZOrder for my pictu...
by TickTick
20 Feb 2009, 00:00
Forum: TabStrip
Topic: TabStrip doesn't raise events
Replies: 5
Views: 7501

TabStrip doesn't raise events

I don't know if it's a bug. I think not, but it's pretty annoying... In your sample the TabStrip control raises events like Click, MouseDown, etc. But when I add a second tabstrip to it (or to a completely new project), I do not get any events for the control that I have added, and I just can't figu...
by TickTick
19 Feb 2009, 14:10
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 35788

Cannot find Label control

Hello!
Am I just too stupid to find the label control or is there really none?
Hans
by TickTick
17 Feb 2009, 22:04
Forum: Feedback
Topic: ComboBox pre-release?
Replies: 1
Views: 4664

ComboBox pre-release?

Hello!
Is there a combobox pre-release maybe? I would have a very big interest in it.
Hans
by TickTick
17 Feb 2009, 21:10
Forum: EditControls
Topic: TextBox Unicode
Replies: 0
Views: 12712

TextBox Unicode

Sorry, I didn't know how to post something in the bugtracker after you closed it... Does this help? Somebody says this about the issue: "You message loop has to use TranslateMessage to create WM_UNICHAR notifications from WM_KEYDOWN events." http://stackoverflow.com/questions/378296/why-is...