help:Is it possible to write xp-style control by C# language under CF?

  • Thread starter Thread starter Yang_He
  • Start date Start date
Y

Yang_He

I have read some source code which can simulate XP-style in NET Framwork,but
is it can be done in CF?
 
There is no Visual Styles support in Windows CE. To some extend the
non-client window painting can be modified by setting a system-wide hook and
intercepting a whole bunch of WM_NCXXX messages, but it certainly requires
C++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top