Search found 130 matches

by Mex
28 Sep 2009, 20:22
Forum: Programming
Topic: Form Resize VB6
Replies: 7
Views: 10526

Re: Form Resize VB6

One more question :)

I have my own UniListview,all works fine. Now when i add manifest to my binary, resizing the listview is much slower.
Any idea what can cause this?
by Mex
28 Sep 2009, 19:24
Forum: Programming
Topic: Form Resize VB6
Replies: 7
Views: 10526

Form Resize VB6

Hallo Timo

Do you know, is it possible in VB6 somehow to "catch" forms resize_begin and resize_end events?
by Mex
28 Sep 2009, 13:58
Forum: ButtonControls
Topic: CommandButton no image after compilation
Replies: 8
Views: 10446

Re: CommandButton no image after compilation

Ok, now im smarter, in the future i use ImageList_Create API, even when i use 24 bit icons :)
by Mex
28 Sep 2009, 13:45
Forum: ButtonControls
Topic: CommandButton no image after compilation
Replies: 8
Views: 10446

Re: CommandButton no image after compilation

I think this problem is related to VB's Common Controls. I installed on Windows 7 http://www.microsoft.com/downloads/details.aspx?FamilyId=25437D98-51D0-41C1-BB14-64662F5F62FE&displaylang=en and now it works fine. Im setting hImageList property in Form_Load event - btnPrintTicket.hImageList = th...
by Mex
28 Sep 2009, 12:05
Forum: ButtonControls
Topic: CommandButton no image after compilation
Replies: 8
Views: 10446

Re: CommandButton no image after compilation

In Events sample all is working fine, also is image displayer correctly with Vista.
by Mex
28 Sep 2009, 11:11
Forum: ButtonControls
Topic: CommandButton no image after compilation
Replies: 8
Views: 10446

Re: CommandButton no image after compilation

Still have problems with button image under Windows 7. Button image is not displayed.
Is't possible that, comctl32.dll on Windows 7 is lower as ver. 6 or there are somehow two different versions?


BR:
Meelis
by Mex
25 Sep 2009, 17:09
Forum: ProgressBar
Topic: XP Visual style and horizontal progressbar
Replies: 3
Views: 18806

Re: XP Visual style and horizontal progressbar

ehh danke Timo, ich muss mich schämen :)
Zu viel arbeit macht blöd :)

Plänst Du vielleicht noch eine Unicode Combox? :)

Viele grüsse aus Estland:
Meelis
by Mex
25 Sep 2009, 11:10
Forum: ButtonControls
Topic: CommandButton no image after compilation
Replies: 8
Views: 10446

CommandButton no image after compilation

When i set hImageList then in debug mode button icon is shown correctly, but after compilation image is not visible.
by Mex
25 Sep 2009, 07:30
Forum: ProgressBar
Topic: XP Visual style and horizontal progressbar
Replies: 3
Views: 18806

XP Visual style and horizontal progressbar

Found a bug in progressbar control
When manifest and InitCommonControls is used, horizontal progressbar is filled from left to right
by Mex
24 Sep 2009, 19:54
Forum: ProgressBar
Topic: XP Visual style and BarStyle Segments
Replies: 1
Views: 5184

XP Visual style and BarStyle Segments

Hi Timo

Im testing your progressbar control with VB6, im using manifest file and InitCommonControlsEx.
When i use BarStyle - segments, it does not work under Vista and Windows 7 - smooth style is used instead of Segments.


Best regards;
Meelis