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,

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

2004-12-22 Thread Jonas Maebe
On 9 nov 2004, at 08:08, [EMAIL PROTECTED] wrote: I am new to Windows programming so please bear with me if it is some trivial mistake. FWIW, the reason that this message from 9 november only got distributed now, is that a) the mailing list server does not have a virus scanner installed b) an in

[fpc-pascal] Win32 API - Scroll Bar inactive

2004-12-22 Thread soumya
Title: Win32 API - Scroll Bar inactive 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,