Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...