E1M1 Posted February 26, 2009 Posted February 26, 2009 (edited) #Include <WinAPI.au3> _WinAPI_SetWindowText("C:\WINDOWS\system32\cmd.exe", "test") Why this dont work? I just want learn some winapi funcs. When I see windows text it is still Text: Edited February 26, 2009 by E1M1 edited
werter Posted February 26, 2009 Posted February 26, 2009 i dont know about api etc but wi would do it this way: WinSetTitle("Old Title","","NEw")
Authenticity Posted February 26, 2009 Posted February 26, 2009 @E1M1, read carefully the parameter types and the remarks before calling or preforming anything you don't know. This function is excepting the handle of the window/control whose title is to be changed.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now