Hi
I need to know how to create Graficobjekts in a PictureBox for Smart Devices (Pocket PC)
I do not have a problem at a normel Windows application.
Dim g as Graphics
g = PictureBox1.CreateGraphics()
How can I draw a circle now for example and I can I make it transparent.
It does not work with the compact framework.
Are there any alternatives ?
If there are can you maybe also tell me how to save them in an array.
THANKS !!!
I need to know how to create Graficobjekts in a PictureBox for Smart Devices (Pocket PC)
I do not have a problem at a normel Windows application.
Dim g as Graphics
g = PictureBox1.CreateGraphics()
How can I draw a circle now for example and I can I make it transparent.
It does not work with the compact framework.
Are there any alternatives ?
If there are can you maybe also tell me how to save them in an array.
THANKS !!!