Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

panel.CreateGraphics not working

Status
Not open for further replies.

ionutdinulescu

Programmer
Jun 11, 2002
59
GB
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) ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top