Greets All,
I ma developing an VC++ application to control the desktop
position and yet I haven't succeded in doing.My host is
Win98 and have tried all these methods from WinAPI's::
HWND hWnd = ::GetDesktopWindow()\\Returns Desktop Handle
bool flag = ::MoveWindow(hWnd,x,y,cx,cy,true)\\this
function is actually intended to move the desktop but it
seems doing nothin..but of corse it sets the return flag
to ture.
flag = true //stating the function has functioned
correctly.
Could anyone suggest me a way to carry on my application
to move the entire desktop in WIN98 M/C.
Leer las respuestas