inkMacSystemFont, "segoe ui", Roboto; font-size: 12px; text-wrap: wrap; background-color: rgb(255, 255, 255);">现在运行项目后,要么选全屏,非全屏就只能是wincc默认大小的窗口,怎么得到自己想要的尺寸?为什么画面的几何尺寸和终显示的大小没有关联。
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">本:
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">HWND hWnd;
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">BOOL iRet;
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">hWnd = FindWindow(NULL,"WinCC-运行系统 - ");
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">printf("hWnd=%d\r\n",hWnd);
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">iRet = SetWindowPos(hWnd, HWND_TOP, 0, 0 , 1680 , 1050 , SWP_SHOWWINDOW); //设置窗口位置和大小
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">
inkMacSystemFont, "segoe ui", Roboto; padding: 0px; margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 40); text-align: justify; font-size: 14px; line-height: 26px; text-wrap: wrap; background-color: rgb(255, 255, 255);">可以放到主画面运行的打开画面的事件里面触发,按钮测试没问题