
Windows GUI
ivanchenhz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to make a window movable and a little beautiful
1, No taskbar button, topmost, no caption bar, frame, system menu and the app menu2, Make window movable (hold one -> hold on)原创 2011-06-11 11:10:00 · 215 阅读 · 0 评论 -
Windows GUI stuffs need to be memorized
1, The windows taskbarhttp://msdn.microsoft.com/en-us/library/cc144179(v=vs.85).aspx 2, The ways to make window visible ShowWindow(SW_SHOW); SetWindowPos(..., SWP_SHOWWINDOW);原创 2011-06-11 11:22:00 · 259 阅读 · 0 评论