Noobcube 0 Report post Posted March 31, 2008 i wanna link input box to Winsettitle so what you put in the input box is what winsettitle changes a programs name to(progams name doesnt matter here) InputBox("Archlord Reanmer", "What Should Archlord Be Called?", "<This>", "", 250 ,150, 0 , 0) Winsettitle("Archlord", "", "<This>") i need to get the <This> to match up but i cant figure it out anyone konw how i can make it work? Share this post Link to post Share on other sites
monoceres 183 Report post Posted March 31, 2008 Very simple: $name=InputBox("Archlord Reanmer", "What Should Archlord Be Called?", "<This>", "", 250 ,150, 0 , 0) Winsettitle("Archlord", "",$name) Broken link? PM me and I'll send you the file! Share this post Link to post Share on other sites
d4rk 0 Report post Posted March 31, 2008 $a=InputBox("Archlord Reanmer", "What Should Archlord Be Called?", "<This>", "", 250 ,150, 0 , 0) Winsettitle("Archlord", "", $a) [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys Share this post Link to post Share on other sites