<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Win32 API - Scroll Bar inactive</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I am new to Windows programming so please bear with me if it is some trivial mistake.</FONT>
</P>

<P><FONT SIZE=2>I have created a window with :</FONT>
<BR><FONT SIZE=2>  hWindow := CreateWindow (AppName,'First Prog',ws_OverlappedWindow or WS_VScroll,</FONT>
<BR><FONT SIZE=2>                         cw_UseDefault,cw_UseDefault,cw_UseDefault,</FONT>
<BR><FONT SIZE=2>                         cw_UseDefault,0,0,system.MainInstance,Nil);</FONT>
</P>

<P><FONT SIZE=2>Now after I write some text on the window with TextOut function that goes beyond the window size the window do not scroll.</FONT></P>

<P><FONT SIZE=2>Please educate me - what is wrong?</FONT>
</P>

<P><FONT SIZE=2>Regards,</FONT>
</P>

<P><FONT SIZE=2>Tux-Jsr</FONT>
</P>

</BODY>
</HTML>