Compact framework drawing
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'd like to draw something on a TabPage on PDA (using compact framework). I know that it can't be done the same way like in normal framework because there's no CreateGraphics function within the TabPage class (there is.. but it's not implemented). Is there any other way how to obtain Graphics object than to call CreateGraphics function ? or is it possible to draw on TabPage in completely other way ?