Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!agate!agate!karlht From: karlht@tsunami.Berkeley.EDU (Karl H. Thiessen) Newsgroups: comp.sys.amiga.tech Subject: Re: Finding Console Windows II Message-ID: Date: 21 Sep 90 20:22:06 GMT References: <1990Sep15.194449.11011@contact.uucp> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: ucb Lines: 20 In-Reply-To: deven@rpi.edu's message of 21 Sep 90 11:20:50 GMT On 15 Sep 90 19:44:49 GMT, knot@contact.uucp (Knot) said: Knot> Here's an excerpt from my program: Knot> struct Window *console; Knot> console = FindWindow(); Knot> SizeWindow( console, 10,10); Knot> Any suggestions? Just one, and it's extremely simple. Try: SizeWindow( console, 10L, 10L ); Just a thought. --Karl