For hints where to find and how to do, I really would be thankful.GetSystemTime_(st)
GetWindowRect_(Fenster3,pos)
SetWindowPos_(WindowID(),#HWND_TOPMOST,WindowX(),WindowY(),WindowWidth(),WindowHeight(),0)
ShowWindow_(Fenster1,#SW_MAXIMIZE)
GetfileTime_(ReadFile(1,GetPath(#GetPath_Windows)+"bootstat.dat"),0,0,stf)
FileTimeToSystemTime_(@stf,stfa)
getkeystate_(#VK_RBUTTON)
getasynckeystate_(#VK_RBUTTON)
FindWindow_(0,Sprache_v1(218))
GetFullPathName_("GeoControl.exe",255,Buffer,path.s)
InvalidateRect_(Fenster1,0,1)
UpdateWindow_(Fenster1)
Remarks:
The PB function "IsWindow" delivers #true, if the window was opened once, but does not check, whether is was closed in between.
The mousebuttons are needed, because I have a lot of drawing in Windowoutput (image sizes usually form 1024*1024 to 4096*4096)
Johannes