corgano Posted July 25, 2009 Posted July 25, 2009 I am running win 7 and cannot make the desktop window to go bigger than the screen (I was able to do this on win xp). The only computer I have access to has win 7 on it, could someone with win XP and vista check the script to see if it will make the desktop window bigger on those OS's. If anyone knows how to make it work on win 7 (32 bit) it would help. thx expandcollapse popupOpt("MouseCoordMode",1) HotKeySet("{ESC}","OnAutoItExit") #Include <GuiListView.au3> HotKeySet("{1}","one") HotKeySet("{2}","two") Global Const $hDesk = ControlGetHandle("Program Manager", "", "SysListView321") Global Const $hight = @DesktopHeight Global Const $width = @DesktopWidth Global $bkg = _GUICtrlListView_GetBkImage($hdesk) While 1 Sleep(123) WEnd Func _DesktopMove_Restore() WinMove($hDesk,'',0,0) EndFunc Func OnAutoItExit ( ) _DesktopMove_Restore() Exit EndFunc Func one() WinMove($hDesk, '', 0, 0, $width * 1) ;~ _GUICtrlListView_SetBkImage($hdesk, $bkg[1],0,$bkg[2],$bkg[3]) EndFunc Func two() WinMove($hDesk, '',$width / 2, 0, $width * 1.5) ;~ _GUICtrlListView_SetBkImage($hdesk, $bkg[1], 0, $bkg[2], $bkg[3]) EndFunc 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
corgano Posted July 27, 2009 Author Posted July 27, 2009 This will be my only bump in this topic. So noone knows? 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
corgano Posted August 4, 2009 Author Posted August 4, 2009 NEW INFO: I have confirmed it to work on win xp SP2 but NOT win xp SP3. anyone have an idea on how to make this work? 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
AdmiralAlkex Posted August 4, 2009 Posted August 4, 2009 (edited) If you don't mind me asking, what is the purpose of this? >_ Edited August 4, 2009 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
corgano Posted August 4, 2009 Author Posted August 4, 2009 If you don't mind me asking, what is the purpose of this? >_<A while back someone made a script that when you move your mouse to the edge of the screen it would scroll, giveing you more space. this does not work on win 7 0x616e2069646561206973206c696b652061206d616e20776974686f7574206120626f64792c20746f206669676874206f6e6520697320746f206e657665722077696e2e2e2e2e
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now