Re: [fpc-pascal] Win32 API - Inactive Scroll Bar

2004-11-09 Thread Marco van de Voort
> I am new to Windows programming so please bear with me if it is some trivial > mistake. I am using FPC. > > I have created a window with : > hWindow := CreateWindow (AppName,'First Prog',ws_OverlappedWindow or > WS_VScroll, > cw_UseDefault,cw_UseDefault,cw_UseDefault

[fpc-pascal] Win32 API - Inactive Scroll Bar

2004-11-09 Thread soumya
I am new to Windows programming so please bear with me if it is some trivial mistake. I am using FPC. I have created a window with : hWindow := CreateWindow (AppName,'First Prog',ws_OverlappedWindow or WS_VScroll, cw_UseDefault,cw_UseDefault,cw_UseDefault,