Making the PocketPC Today Screen (.NET) transparent

  • Thread starter Thread starter ng
  • Start date Start date
i havn't read/tried this work-around because i don't like to install the
eVC++ stuff (do i just need ONE SINGLE C++ wrapper which i can use then for
every of my plugins?)

But: is it true, that the C++ wrapper just calls your .Net application and
show it on the screen?
Do your .Net application has a Form?

If so: try to overwrite the OnPaint and/or OnPaintBackground events to
avoid .Net painting your forms background.

Boris
 
Back
Top