ANN: New article 'Determining Form and Process Changes in Windows CE'

C

Chris Tacke, eMVP

We've published a new article on the OpenNETCF Community Site titled
"Determining Form and Process Changes in Windows CE"

http://community.opennetcf.com/arti...g-form-and-process-changes-in-windows-ce.aspx
In it, I look how to determine when a the topmost Form changes, regardless
of whether or not it's in your own application.

In case you missed them, our other published articles include:

-Native vs. Managed Code: GDI Performance
- Performance Implications of Crossing the P/Invoke Boundary
- An Introduction to WCF for Device Developers
- Getting a Millisecond-Resolution DateTime under Windows CE
- Using GDI+ on Windows Mobile
- Sharing Windows Mobile Ink with the Desktop
- OpenNETCF Mobile Ink Library for Windows Mobile 6
- Improving Data Access Performance with Data Caching
- Developing Connected Smart Device Applications with sqlClient
- Debugging Without ActiveSync
- Image Manipulation in Windows Mobile 5.0
- Don't Fear the Garbage Collector

All of our articles are available online at:
http://community.OpenNETCF.com/articles

--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
H

Hilton

Add "m_enabled = true" just before the "while (!m_stopThread)" otherwise
m_enabled can never be true and the thread will never stop until killed by
the OS (it is a background thread), but CF 1.0 does not have the
BackgroundThread property so on CF 1.0 the app would never quit and could
not be restarted.

Hilton
 

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

Top