I've been messing around with this for a couple of months and I'm still not certain of what I can do to accomplish want a want.
I need to build a real device, that is, that exists in the real world and has a screen on it. So far, I have done it in a few different ways, like, using panels to simulate lays, etc. Now I'm currently building each control using code.
The thing is, is there any better way to draw this screen? How can I dim it, make it darker or clearer? I keep getting a transparent background behind the panels after I dispose them. Is there any way to remove this ghosting effect?
Thanks in advance!