Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!ox.com!math.fu-berlin.de!unido!rwthinf!slcdec!hippo!f1.n6000.z2.fidonet.org!f344.n632.z3.fidonet.org!Chris_Graham From: Chris_Graham@f344.n632.z3.fidonet.org (Chris Graham) Newsgroups: comp.windows.ms.programmer Subject: Changing a Window name Message-ID: Date: 2 Jun 91 15:46:14 GMT Reply-To: Chris_Graham%f344.n632.z3@hippo.dfv.rwth-aachen.de (Chris Graham) Organization: WarpSpeed Computers BBS - Home of Windows Chess Lines: 16 Comment-To: Stephen_Smith@f1.n6000.z2.fidonet.org (Stephen Smith) * Original <30 May 91 22:08:01> was from Stephen Smith to All > SS: I am relatively new to windows programming and so have a simple > SS: question. > SS: After a window is Created with Create window, how does one > SS: change the > SS: windows "Caption". I see programs that do it but can't find > SS: functions > SS: that will allow me to repeat the process. Try: SetWindowText( hWnd, szNewTitle ) ; -Chris