Marcus 0 Posted September 6, 2005 Hi All! Been having a fair amount of trouble recognizing windows of a specific class name; and then maximizing them. This doesn't work: While 1 WinSetState(Class_Name, "", @SW_MAXIMIZE) WEnd How can this be done in v.3? Thanks! [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center] Share this post Link to post Share on other sites
seandisanti 6 Posted September 6, 2005 (edited) Hi All!Been having a fair amount of trouble recognizing windows of a specific class name; and then maximizing them.This doesn't work:While 1WinSetState(Class_Name, "", @SW_MAXIMIZE)WEndHow can this be done in v.3?Thanks!<{POST_SNAPBACK}>make sure you set: Opt("WinTitleMatchMode", 4) WinSetState("classname=Class_Name", "", @SW_MAXIMIZE) Edited September 6, 2005 by cameronsdad Share this post Link to post Share on other sites
Marcus 0 Posted September 6, 2005 :"> I feel silly. Thanks for the help! [center][font="Courier"][quote]Which end do you put the cheesecake in?[/quote][/font][/center] Share this post Link to post Share on other sites
seandisanti 6 Posted September 6, 2005 :"> I feel silly.Thanks for the help!<{POST_SNAPBACK}>don't worry about it man, happens to everyone. and glad i could help Share this post Link to post Share on other sites