Dear all,
In my DLL file, I put a listbox and selected both Vertical and Horizontal scroll bar. The source code is:
REDEFINE LISTBOX oLbx FIELDS ID 110 OF oDlg
When I run the application, there is no horizontal scroll bar in the listbox, there is vertical scroll bar only. If I use this code:
@ 1, 1 LISTBOX oLbx FIELDS SIZE 280, 140 OF oDlg without using DLL file, then it works fine.
Does anyone can solve this problem?
Andy Tsai