Search found 5 matches

by Andreas Vogt
16 Oct 2013, 11:04
Forum: ButtonControls
Topic: Just a icon & Text on Button
Replies: 3
Views: 5473

Re: Just a icon & Text on Button

Thank you!
by Andreas Vogt
15 Oct 2013, 10:13
Forum: ButtonControls
Topic: Just a icon & Text on Button
Replies: 3
Views: 5473

Just a icon & Text on Button

Hi Timo,
How the hell can I add an Icon on a button?
I added the hImageList to the CommandButton and iconIndex = 1 but no icon is shown.
In your Samples the Bin-file works but the compiled project also shows no icon.

BTW: My comctl32.dll has version 5.82 (Windows Vista)
Andreas
by Andreas Vogt
05 Oct 2013, 21:04
Forum: TabStrip
Topic: place frames in TabStrip
Replies: 5
Views: 6795

Re: place frames in TabStrip

Hi,
I think I found something like a bug.
When I try to set the Tab-Placement it works for TB.TabPlacement = tpTop and TB.TabPlacement = tpBottom
But when I try "tpLeft" or "tpRight" I get the error 382: "Set wird zur Laufzeit nicht unterstützt"
by Andreas Vogt
05 Oct 2013, 13:56
Forum: TabStrip
Topic: place frames in TabStrip
Replies: 5
Views: 6795

Re: place frames in TabStrip

Hi Timo,
thanks for help!
BTW: it also works when the frame is outside the tabstrip - but then you have to place it relative to the form.

Andreas
by Andreas Vogt
04 Oct 2013, 20:16
Forum: TabStrip
Topic: place frames in TabStrip
Replies: 5
Views: 6795

place frames in TabStrip

Hi,
is there a sample how to place a frame on the tabstrip? I created a Frame for each Tab.
Andreas