Hello!

Couldn't find a similar question, sorry if it's been posted before.

I'm working on a mobile application written in C# .Net CF 2.0 for WM 5/6/6.1

Currently the client has asked us to customize the Close(X)/Ok button on the right upper corner of the screen (the button that closes the form/application).

I'm talking about this button.
http://img5.imageshack.us/my.php?ima...dlayoutwq5.jpg

He wants us to change it's look&feel (meaning that the button would be represented using a picture, and when clicking it, another form should open.)
Like this:
http://img5.imageshack.us/my.php?ima...clayoutyo7.jpg

Is this possible? I know this means redrawing the NonClient area, but how exactly do i do this?

And could this be done using API calls? what api calls should me made in this case?

Thanks.