代码改变世界

The MS implementation of float window

2004-08-23 11:14  atempcode  阅读(1109)  评论(2编辑  收藏  举报
In http://www.cnblogs.com/sumtec/archive/2004/07/19/25613.aspx, sumtec talked about how to show a window while leave the parent window active.

The MS Platfrom SDK already has a sample for this: (sorry, in native C.)

C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\samples\winui\Shell\Fakemenu\. (if you installed VS.Net 2003 to the default folder)

Simple enough and the code is well documented.