Origin Version (Select Help-->About Origin): 7.5 Operating System:XP
Hi, is there a way to change & control the size and position of windows (graph-windows and wks-windows)on the ORIGIN desktop? I want to make shure, that a window pops up every time at the same position and with the same size. Would be fine, if I could freeze the size and the position. Thanks for any help
Hi, the code examples in OriginC-help only work with worksheets. To make it work also with graphs-windows, change the following line WorksheetPage testWks("MyWorksheet"); to Page testWks("MyGrWin");
in the OriginC-functions: void test_MoveWindow() and void test_GetWindowRect()