Max in montreal Posted June 30, 2008 Posted June 30, 2008 can someone write an example of how you would move a window where the title of the window starts with a quotation mark? for example the window title is "Time" the magazine.
James Posted June 30, 2008 Posted June 30, 2008 GuiCreate('"Time" the magazine') Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Max in montreal Posted June 30, 2008 Author Posted June 30, 2008 (edited) thanks for the quick reply....but i want to MOVE the window...So something like ;WinMove(""Time"", "", 0, 0, 200, 200) Edited June 30, 2008 by Max in montreal
zorphnog Posted June 30, 2008 Posted June 30, 2008 Well the title is still the same as @JamesBrooks mentioned, just use the WinMove function. WinMove('"Time" the magazine', "", 10, 10)
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