All pastes #2082127 Raw Edit

test

public text v1 · immutable
#2082127 ·published 2011-09-22 11:38 UTC
rendered paste body
ChangeDisplaySettings(dm, 0);

SetWindowLong(h,GWL_STYLE,WS_OVERLAPPED or WS_SYSMENU or WS_CAPTION or WS_MINIMIZEBOX or WS_VISIBLE);

MoveWindow(h, 0, 0, 800 + 5, 600 + 10, true);
SetWindowPos(h, HWND_NOTOPMOST, 0, 0, 800 + 5, 600 + 10, SWP_NOSIZE or SWP_NOMOVE);

ShowWindow(h,SW_SHOWNORMAL);