I've opted to take on a new project that will require some different tactics then I think PB was designed for. My main issue is that I need/want "pretty"/custom buttons.
The only real option I've came up with is to use picture controls which load the image to display in a load event, and utilize the Clicked! event to trigger things, just as a button would. I would probably inherit one from the base that way I could add any special functionality later.
Any other thoughts/options?
The only real option I've came up with is to use picture controls which load the image to display in a load event, and utilize the Clicked! event to trigger things, just as a button would. I would probably inherit one from the base that way I could add any special functionality later.
Any other thoughts/options?