Board index » delphi » HELP: Turbo Pascal for Windows - Object Windows
Colin Watson
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
HELP: Turbo Pascal for Windows - Object Windows
I am trying to develop and application in Turbo Pascal for Windows using
Object Windows and am having some problems: I want to enable horizontal scrolling in a list box. The following doesn't LBox:=New(PlistBox,Init(@self, id_LBox, 20,60,560,195)); The list box and non-alphabetical sort works well otherwise. If I replace Secondly, I have created menus using the resource editor with some menu items EnableMenuItem(100, 103, mf_Enabled); where 100 is the menu item id and 103 is cm_FileSave for example. Do I Thanks. E-mail: colin.wat...@comlab.ox.ac.uk URL: http://www.comlab.ox.ac.uk/~c94cw =========================================================================== |