Deriving from control
#1
i was wondering if anybody has created new controls inheriting from base class control. in my new control i want to have images. since i am inside the control code when i create these images what do i attach them to. what code does controlimage use inside to attach a picture to the screen. it would be good to create some new controls derived from control as it makes things tidy. i can of course write a wrapper class around a bunch of other controls to make my new one work. just wondering if anybody can shed any light.
cheers.
Reply
#2
i was planning to do this too (make a generic checkbox/toggle button control) but havent yet. the only thing i would be worried about is some of the navigation stuff.
Reply

Logout Mark Read Team Forum Stats Members Help
Deriving from control0