ionutdinulescu
Programmer
I want to draw something on a panel and the sequence :
Graphics g = panel.CreateGraphics gives NoSupportedException.
I'm using the Compact Framework.
Does anyone know why this occurs ? Should I use other containers (PictureBox, etc) ?
Graphics g = panel.CreateGraphics gives NoSupportedException.
I'm using the Compact Framework.
Does anyone know why this occurs ? Should I use other containers (PictureBox, etc) ?