Jump to content

Help!.NET to activate the button


 Share

Recommended Posts

id = WindowsForms10.BUTTON.app.0.378734a1 You can get it with Au3Info.exe

ControlEnable ( "Form1", "", 'WindowsForms10.BUTTON.app.0.378734a1' ) ;Invalid

#Include <WinAPI.au3>

$test = ControlGetHandle ( "Form1", "", 'WindowsForms10.BUTTON.app.0.378734a1' )

If @error Then msgbox(0,0,"error")

_WinAPI_EnableWindow($test, True)

Is no way to use

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