Search found 54 matches

by TickTick
25 Jun 2010, 17:51
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Dear Timo, is it possible for you to make the label non-transparent and include it in the button-controls suite? We have so many controls that are non-transparent (e. g. checkbox, radar button, slider, etc.) that I see no reason why only one of them should be transparent when this raises so much tro...
by TickTick
24 Dec 2009, 14:39
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Dear Timo!

Could you please send the source code for the label?
I have learnt a little C++ now, and I would really like to try it myself.

I wish you a merry christmas and a great new year!
by TickTick
27 Nov 2009, 21:20
Forum: Off-Topic
Topic: Petition for control renaming
Replies: 3
Views: 6284

Re: Petition for control renaming

Sorry, forget it. I was too demanding.
by TickTick
27 Nov 2009, 14:11
Forum: Off-Topic
Topic: Petition for control renaming
Replies: 3
Views: 6284

Re: Petition for control renaming

When we do an auto-updater for your controls, would you agree to rename your controls?
by TickTick
27 Nov 2009, 13:49
Forum: Off-Topic
Topic: Petition for control renaming
Replies: 3
Views: 6284

Petition for control renaming

I would like to start a petition for renaming of your controls. At first I thought it wouldn't matter that you gave them the same names as the native VB6 controls, but the more I use your control, the more I feel that it's major important to instantly know which are which. I am successively upgradin...
by TickTick
20 Nov 2009, 08:30
Forum: ButtonControls
Topic: Subclassing
Replies: 1
Views: 4799

Subclassing

What happens if I don't subclass for WM_NOTIFYFORMAT? I don't see any changes... From MSDN http://msdn.microsoft.com/en-us/library/bb775584%28VS.85%29.aspx: All common controls will send WM_NOTIFYFORMAT messages. However, the standard Windows controls (edit controls, combo boxes, list boxes, buttons...
by TickTick
08 Nov 2009, 14:53
Forum: ButtonControls
Topic: Up-down problem in all controls
Replies: 3
Views: 6239

Re: Up-down problem in all controls

This is a known behaviour which confuses some people. Post this code into a form: Option Explicit Private bDown As Boolean Private Sub Form_DblClick() Debug.Print "dblclick" End Sub Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) Debug.Print "...
by TickTick
08 Nov 2009, 08:28
Forum: ButtonControls
Topic: Up-down problem in all controls
Replies: 3
Views: 6239

Up-down problem in all controls

When you click a native MS control quickly, and then suddenly stop clicking and hold the mouse down, the control will always reflect the mouse down. In all your controls, this is not the case: Sometimes the control shows a down state, sometimes and up state. Edit: Well, I must be fair: The MS combo ...
by TickTick
27 Mar 2009, 02:18
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

If I was as good as you, I'd try it myself. There is no use in sending me the C++ code.
by TickTick
26 Mar 2009, 23:38
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Timo,
if you find the time, please fix the label. My app was buggy, so I have an extended dead line now.
Regards,
Hans
by TickTick
16 Mar 2009, 12:39
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

I have given up. My dead line ended, so I don't have use for it anymore.
Regards,
Hans
by TickTick
06 Mar 2009, 00:09
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Please see my bug report in the button controls bugtracker.
by TickTick
05 Mar 2009, 03:28
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

I noticed that I need it back when I tried out WordWrap. When using Autosize of course you don't need it.
A bug:
Place the label in a frame and then set RTL true, and it will have a strange background (part of the frame border), although it's nowhere near to the Frame border.
by TickTick
05 Mar 2009, 02:27
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Hello! I cannot set RTL, it has no effect.
And the toolbox bitmap for the control is the MFC-symbol now (just in case you care).
by TickTick
04 Mar 2009, 20:47
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 36462

Re: Cannot find Label control

Hello Timo!
Yes, looks good, but the problem with the Frame+Label is relatively important. As I said, when I click somewhere on the Frame, the label gets invisible.
Hans