我想启动一个程序,文件为“D:\WINSTI.EXE";
但是它每次都会最大化,并处于最前端。很讨厌
于是想让它启动时不会最大化,也不处于最前。。
顺便问一下如何使程序暂停N秒?
以及如何完全KILL一个进程?
在CREATE窗口是用户可以设置参数dwExStyle的格式
WS_MAXIMIZE Creates a window of maximum size.
WS_MAXIMIZEBOX Creates a window that has a Maximize button.
WS_MINIMIZE Creates a window that is initially minimized. For use with the WS_OVERLAPPED style only.
WS_MINIMIZEBOX Creates a window that has a Minimize button
学习,UP