Jump to content

How to use?


Recommended Posts

How do you use this?

#Include <WinAPI.au3>
_WinAPI_SetWindowText($hWnd, $sText)

From what i understand this code should work.

#Include <WinAPI.au3>
$hWnd = String("Untitled - Notepad")
$sText = String("test")
_WinAPI_SetWindowText($hWnd, $sText)

Am i doing this right?

Edited by 2words4uready
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...