Search found 130 matches

by Mex
07 May 2021, 08:20
Forum: Programming
Topic: Corel Draw + controls
Replies: 0
Views: 5357

Corel Draw + controls

Hi Timo! I know you are not developing this controls any more, but I found one very strange problem and maybe you have an idea why this is happening. If you start Corel Draw when VB6 app, that is using your unicode controls, is running then all controls start showing control name instead of text pro...
by Mex
07 Sep 2017, 19:23
Forum: Programming
Topic: MDI Child style
Replies: 1
Views: 12862

MDI Child style

Hi!

Is it possible to change MDI child window style, so it looks like top level window (windows10)?
Any GetWindowLong/SetWindowLong "magick"? :)


Regards;
Meelis
by Mex
17 Aug 2017, 07:17
Forum: EditControls
Topic: Unicode Character 'MODIFIER LETTER TURNED COMMA'
Replies: 3
Views: 8326

Re: Unicode Character 'MODIFIER LETTER TURNED COMMA'

Of course I forgot to mention, that this was XP SP3 :)
It's fine with Win7>.

Luckily we have still only couple clients with Win XP. :)


Regards
Meelis
by Mex
15 Aug 2017, 10:56
Forum: EditControls
Topic: Unicode Character 'MODIFIER LETTER TURNED COMMA'
Replies: 3
Views: 8326

Unicode Character 'MODIFIER LETTER TURNED COMMA'

Hello Found a problem with Unicode Character 'MODIFIER LETTER TURNED COMMA' . TextBox does not show it correctly with Arial font? Is this a font problem or bug in editcontrols? http://www.fileformat.info/info/unicode/char/2bb/index.htm http://www.fileformat.info/info/unicode/char/2bb/fontsupport.htm...
by Mex
30 Jan 2017, 10:41
Forum: ComboListBoxControls
Topic: Left=0
Replies: 1
Views: 13497

Left=0

Hallo!

Lange nicht gesehen! :)


I think I found a bug in ComboBox.

1) Place CB on form with Left=0, Top>0
2) Run application - CB Top is changed to 0

When CB is inside PictureBox, then Top pos is not changed on launch, but when you open dropdown, CB "jumps" to top 0.


Regards
Meelis
by Mex
26 Sep 2015, 10:19
Forum: ExplorerListView
Topic: Sort items when groups are shown
Replies: 6
Views: 11412

Re: Sort items when groups are shown

Thank you! :)
by Mex
23 Sep 2015, 18:34
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

z-order does not help.

Tested same scenario with 2 pictureboxes and with pboxes everything works. For some reasons this affects only rebar, but I must test with other controls too.



Meelis
by Mex
23 Sep 2015, 13:54
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

OK found the reason, but why does this happen?

1) Add picturebox to form - align top
2) Add rebar to form - align top
3) Move rebar with the mouse to the top (first positon)
4) at desgin time rebar is the first control, but when you run the app, rebar is the second control

Any ideas?

Meelis
by Mex
23 Sep 2015, 12:15
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

Hi again, I found another strange problem with rebar and i cant figure out, what's causing this. I think it has something to do with rebars height and/or border. 1) On my form i have rebar as first top aligned control 2) Second top aligned control is picture box 3) Third top aligned control one my o...
by Mex
23 Sep 2015, 07:51
Forum: ExplorerListView
Topic: Sort items when groups are shown
Replies: 6
Views: 11412

Re: Sort items when groups are shown

It does not work with Windows XP.
by Mex
23 Sep 2015, 05:54
Forum: ExplorerListView
Topic: Sort items when groups are shown
Replies: 6
Views: 11412

Re: Sort items when groups are shown

Hi, I also tested your events sample, but same problem there. If groups are enabled and you click column header, items are not sorted, but when you set ShowGroups=False, then sorting works fine. In my app i use workaround - after click and sorting I set showgroups to false and back to true :) And of...
by Mex
22 Sep 2015, 07:07
Forum: ExplorerListView
Topic: Sort items when groups are shown
Replies: 6
Views: 11412

Sort items when groups are shown

Hi Timo!

Is there a way to sort items, when groups are shown?
Sorting works fine, when groups are not show.


Regards
Meelis
by Mex
25 Jun 2015, 06:02
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

Hi and thank you!

Now it's working as expected.


Regards
Meelis
by Mex
23 Jun 2015, 10:15
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

If form's scalemode is Twips, then it happens when Left is 0-15(lower than TwipsPerPixel I think)

Happy testing! :)


Regards
Meelis
by Mex
23 Jun 2015, 09:59
Forum: ToolBarControls
Topic: Align Top
Replies: 15
Views: 26956

Re: Align Top

Uhhh found the reason!

It happens when ReBar's Left property is set to 0!



Regards
Meelis