Es gibt aber genug Programme die sowas anbieten, deswegen frage ich ja, ich habe auch mal das versucht
Delphi-Quellcode:
if CheckBox3.Checked = true then
begin
SetWindowPos(FindWindow(nil, 'Screenshot'), HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE);
end;
if CheckBox3.Checked = false then
begin
SetWindowPos(FindWindow(nil, 'Screenshot'), HWND_NOTOPMOST,0,0,0,0,SWP_NOSIZE or SWP_NOMOVE);
end;
allerdings wird das nach dem kompilen lustig da ich aus form 1 nicht mehr ins Menü komme um Form7 wo der code eingefügt ist aufzurufen, der klappt mir dann gleich wieder das menü zu