Jump to content

Refresh!


Recommended Posts

  • Moderators

hello everyone.. :(

is it possible on autoIT to REFRESH in a background while running

fullscreen application like games?

Thanks fellas!! :think:

What do you mean refresh?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

What do you mean refresh?

Refesh?

like you do when you exit your fullscreen games to desktop

and to some right click then refresh.. maybe to recover memory loss when running large apps/games..

you can also done by pressing F5 :think:

is it possible on autoIT?

Umbrella Member

Link to comment
Share on other sites

well other then send("{f5}") im a lil lost, well f5 refreshes a browser , but im a little lost on what ur refreshing and the eniter point of refreshing it, im guessing refreshing ur monitor but uh idk what the point of that is? maybe just increasing the refresh rate, i know with my nvidia u can increase the refresh rate to like max 200 but yeah

Link to comment
Share on other sites

hello everyone.. :(

is it possible on autoIT to REFRESH in a background while running

fullscreen application like games?

Thanks fellas!! :think:

NOT working here on a windows 98se :

RUNDLL.EXE user,RepaintScreen

or WSH shell.Application

$o_SA = ObjCreate("Shell.Application")

$o_SA.RefreshMenu

Edit :

this works here :

run("Rundll32 user,repaintscreen")

or work it out :

http://techsupt.winbatch.com/TS/T000001063F5.html

http://www.vb-helper.com/howto_refresh_desktop_icons.html

http://www.thescarms.com/vbasic/Shortcuts.asp

ecc

' Notifies the system of an event that an application has performed.

Call SHChangeNotify(SHCNE_ALLEVENTS, SHCNF_IDLIST, lpil, 0)

Private Declare Function SHChangeNotify Lib "Shell32.dll" _

(ByVal wEventID As Long, ByVal uFlags As Long, _

ByVal dwItem1 As Long, ByVal dwItem2 As Long) As Long

Api Guide Download

http://www.mentalis.org/agnet/apiguide.shtml

http://www.allapi.net/agnet/appdown.shtml

http://www.codeproject.com/system/code_to_...esh_desktop.asp

http://delphi.about.com/cs/adptips2002/a/bltip0802_3.htm

Edited by Lapo
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...