Search found 2 matches

by MrPrimus
Wed Feb 06, 2013 6:05 pm
Forum: Tricks 'n' Tips
Topic: Owner-drawn buttons
Replies: 23
Views: 11939

Re: Owner-drawn buttons

Hi kukulkan,

Thank you for your quick response and your explanation, I'll be more careful in the future before asking a question so stupid :?.

I'm going read and reread the documentation PureBasic

Again, thank you for sharing your code

MrPrimus
by MrPrimus
Wed Feb 06, 2013 3:30 pm
Forum: Tricks 'n' Tips
Topic: Owner-drawn buttons
Replies: 23
Views: 11939

Re: Owner-drawn buttons

Hello,

I like your code, but I have a little problem

sample code


; TEST AND EXAMPLE CODE
XIncludeFile "rbutton_include.pbi"

OpenWindow(0, 100, 200, 290, 50, "rButton test window", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_MaximizeGadget)
SetWindowColor(0, RGB(255, 255, 255 ...