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

2004-12-23 Thread Nico Aragón
El Martes, 9 de Noviembre de 2004 08:08, [EMAIL PROTECTED] escribiste: > I am new to Windows programming so please bear with me if it is some > trivial mistake. In my humble opinion, the mistake is using plain Windows API :-) Unless you have a very good reason, it's better to use a higher level l

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

2004-12-23 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: I am new to Windows programming so please bear with me if it is some trivial mistake. 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 - Scroll Bar inactive

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