> Hi guys,
>
> Is there a guideline of some sort for howto create custom controls?
>
> I was thinking I might cut my teeth on a context sensitive combobox that
> changes background color depending on the selected value.
>
> But I just don't know where to start. :-((
>
> regards
> bruce
>
You
I think for the begginnig you must to do an encapsulating classe.
It's a class that take a control as parameter. And give to it new
function or feature.
so:
=
CLASS CColourCombo
Private $hComboBox
Private $hObs as new Observer
Public
Hi guys,
Is there a guideline of some sort for howto create custom controls?
I was thinking I might cut my teeth on a context sensitive combobox that
changes background color depending on the selected value.
But I just don't know where to start. :-((
regards
bruce
--
View this message in cont