PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Christian Weilguny on August 29, 2010, 02:03:41 PM

Title: Custom Control
Post by: Christian Weilguny on August 29, 2010, 02:03:41 PM
Hi,

is there somewhere a guideline for creating own custom controls in FF?
I think, I've found the most pieces but there are probably some of them undiscovered from me.

Christian
Title: Re: Custom Control
Post by: Cho Sing Kum on August 29, 2010, 02:30:54 PM
Try this thread see if it helps:

http://www.planetsquires.com/protect/forum/index.php?topic=2336.0

Title: Re: Custom Control
Post by: Christian Weilguny on August 30, 2010, 08:02:19 AM
Hi Cho,

I'll look at this example from Paul.

I need the possibility to have one ore more controls in a dll. This are normal controls like a textbox, but they have to load there properties (foreground-color, bk-color, font, etc) from the registry. And I don't want to make this every time I set a control.

Christian