Search found 820 matches

by TiKu
23 Jun 2015, 07:36
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26975

Re: Align Top

Hi, Sorry, I did see this thread only now. Which version of ToolBarControls do you use? Version 1.2.3 from november fixes some problems with the Align property and the problems that you describe sound very much like those that I've fixed. With version 1.2.3 I could not reproduce such problems so far...
by TiKu
11 Jun 2015, 21:57
Forum: EditControls
Topic: Unable to register EditCtlsU.ocx, but all others work fine
Replies: 6
Views: 8721

Re: Unable to register EditCtlsU.ocx, but all others work fine

Well, on registration it executes "regtlib.exe msdatsrc.tlb" to make data-binding work again which has been broken by a Windows Update more than two years ago. But most of my other controls do this as well. I'm not aware of any other difference. You're using the latest release of EditCtlsU...
by TiKu
11 Jun 2015, 20:35
Forum: EditControls
Topic: Unable to register EditCtlsU.ocx, but all others work fine
Replies: 6
Views: 8721

Re: Unable to register EditCtlsU.ocx, but all others work fine

Hi,

I saw this thread only now. Glad you sorted it out already, but it's a bit strange that installing the VB6 SP did fix it. The controls are written in Visual C++ and should not have any dependency on VB6 components. Maybe the SP did also update some system component.

Regards
TiKu
by TiKu
06 Feb 2015, 13:31
Forum: ComboListBoxControls
Topic: ComboBox KeyDown, KeyPress
Replies: 3
Views: 6795

Re: ComboBox KeyDown, KeyPress

Ah, no problem. :-)

Regards
TiKu
by TiKu
05 Feb 2015, 23:03
Forum: ComboListBoxControls
Topic: ComboBox KeyDown, KeyPress
Replies: 3
Views: 6795

Re: ComboBox KeyDown, KeyPress

Hi, What do you mean with wrong? For instance which value do you get for the umlaut-o (ö)? With german keyboard layout it is keyCode=192. On german keyboards the umlaut-o has its own key. I'm not 100% sure what the keyCode will be like if the character does not have its own key. I think it would be ...
by TiKu
25 Jan 2015, 19:42
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7680

Re: Textbox mousewheel hook

Hmm, maybe the direct parent of the control does return 0 on WM_MOUSEWHEEL, so that it does not get sent to the grid control. You need the PictureBox as container in order to get scrollbars, right?
However, it's interesting that SendMessage does not work.
by TiKu
25 Jan 2015, 18:48
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8464

Re: Theme and Background Color

Hi, I've finally found time to check out the possibilities. I did remember correctly: Only the background color could be changed. Allowing to customize the background color, but not the text color does not seem very useful. I also tried to implement a transparent background mode instead, so that the...
by TiKu
25 Jan 2015, 17:26
Forum: EditControls
Topic: Textbox mousewheel hook
Replies: 5
Views: 7680

Re: Textbox mousewheel hook

Hi, In my opinion posting the message to the parent window isn't a good idea. First, posted messages do not get handled synchronously. They are appended to the message queue, so bazillions of other messages might get handled before. SendMessage would be better, because it bypasses the message queue....
by TiKu
21 Jan 2015, 13:31
Forum: ExplorerListView
Topic: AlwaysShowSelection not working
Replies: 5
Views: 7662

Re: AlwaysShowSelection not working

Yes, it is the same behavior as in Windows Explorer. If you want different behavior, you may handle the Click event and set the CaretItem to Nothing.

Regards
TiKu
by TiKu
14 Jan 2015, 08:42
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8464

Re: Theme and Background Color

In the past I've tried hard to support a custom background color if the controls are themed. As far as I remember there have been two problems: On TabStrip controls, the controls should be drawn with a transparent background. So there was a (solvable) logical problem: Should the BackColor be ignored...
by TiKu
12 Jan 2015, 20:36
Forum: ButtonControls
Topic: Theme and Background Color
Replies: 5
Views: 8464

Re: Theme and Background Color

Hi,

As documented: "This property [CheckBox.BackColor] isn't supported for themed checkboxes."

Regards
TiKu
by TiKu
03 Nov 2014, 21:02
Forum: EditControls
Topic: text becomes invisible [multiline-TextBox, readonly, win7]
Replies: 11
Views: 12037

Re: text becomes invisible [multiline-TextBox, readonly, win

Thanks for your patience. Here's the correct file.

Regards
TiKu
by TiKu
03 Nov 2014, 10:18
Forum: EditControls
Topic: text becomes invisible [multiline-TextBox, readonly, win7]
Replies: 11
Views: 12037

Re: text becomes invisible [multiline-TextBox, readonly, win

Ah, you are right, sorry. I've been fixing the ToolBarControls library on saturday, so I got confused when uploading the file.
Unfortunately I'm currently at work and therefore cannot upload the correct file. I'm afraid you have to wait 9 hours until I'm at home. Sorry.

Regards
TiKu
by TiKu
01 Nov 2014, 22:28
Forum: EditControls
Topic: text becomes invisible [multiline-TextBox, readonly, win7]
Replies: 11
Views: 12037

Re: text becomes invisible [multiline-TextBox, readonly, win

Hi,

See the attached release. It should fix the redrawing problems.

Regards
TiKu
by TiKu
27 Oct 2014, 21:25
Forum: ToolBarControls
Topic: Bugs?
Replies: 9
Views: 10000

Re: Bugs?

I think I've found a solution. Please try the attached version. Sorry that it did take so long, I've been very busy with my job.

Regards
TiKu