Jump to content

Fraps window control


ffdshow
 Share

Recommended Posts

Hi!

I try to make some settings in Fraps automatically without use RegWrite function.

But AutoIt Info show nothing in Control section.

How can I manage the "buttons" on top of the Fraps?

ALT and TAB don't work and as you can see those "buttons" on the top open windows with different titles.

post-26933-1190406180_thumb.jpg

Edited by ffdshow
Link to comment
Share on other sites

Hi!

I try to make some settings in Fraps automatically without use RegWrite function.

But AutoIt Info show nothing in Control section.

How can I manage the "buttons" on top of the Fraps?

ALT and TAB don't work and as you can see those "buttons" on the top open windows with different titles.

Im not really sure what ur talkin about but if Im right you should be able to send text/keys to thoes controls rather or not there the active tab when I looked in cheat engine it showed all windows on list so I think all the windows encluding the controls are always there and editable

Link to comment
Share on other sites

Im not really sure what ur talkin about but if Im right you should be able to send text/keys to thoes controls rather or not there the active tab when I looked in cheat engine it showed all windows on list so I think all the windows encluding the controls are always there and editable

Rirht.

I use WinActivate to "deal" with every windows from Fraps console.

Link to comment
Share on other sites

Rirht.

I use WinActivate to "deal" with every windows from Fraps console.

ControlSend("FRAPS fps", "", 1070, "{A}")

That will set the Overlay Display Hotkey to "A" even if Fraps is minimized or if Fraps is in a diffrent tab

WinActivate("FRAPS fps")

WinSetState("FRAPS fps", "", @SW_RESTORE)

That will activate the Fraps fps options even if Frpas is minimized or if Fraps is in a diffrent tab

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...