Any one knows how to do this? Thanks in advance.

Re: Programmatically activate Smart Minimize with eVC for PPC by Jean-Luc

Jean-Luc
Sun Apr 18 01:30:15 CDT 2004

Hi,

Use the ShowWindow function. Here is a link to the Windows CE 3.0 SDK
documentation on MSDN:
http://msdn.microsoft.com/library/en-us/wcesdkr/html/_wcesdk_win32_showwindow.asp

Microsoft also documented a .NET solution in their .Net Compact Framework
FAQ:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#6.6

I hope this information is helpful.

Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net

---------------------------------------------------------
> Any one knows how to do this? Thanks in advance.




Re: Programmatically activate Smart Minimize with eVC for PPC by Jean-Luc

Jean-Luc
Sun Apr 18 01:32:15 CDT 2004

There is also a great article on PocketPCDN.com with
info on controlling the Smart Minimize button:
http://www.pocketpcdn.com/articles/smartminimize.html

Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net



Re: Programmatically activate Smart Minimize with eVC for PPC by PPC

PPC
Sun Apr 18 12:49:27 CDT 2004

It worked. Thank you very much.