What I need is a Custom Control just like the Listbox, but with
the class name of TWBrowse, or TSBrowse.
I need all the same settings of the Listbox with only the
name of the control changed.
Thank you
jim
Search found 3 matches
- Sun Sep 17, 2006 5:24 am
- Forum: Resource Builder
- Topic: Custom Controls
- Replies: 4
- Views: 58432
- Sun Sep 17, 2006 5:09 am
- Forum: Resource Builder
- Topic: Custom Controls
- Replies: 4
- Views: 58432
- Sat Sep 16, 2006 3:04 pm
- Forum: Resource Builder
- Topic: Custom Controls
- Replies: 4
- Views: 58432
Custom Controls
I wish to create a custom controls for a database browse/Lookup and what I need to do is Display a Scroll bar on the left of the control window. How do I display a scroll bar inside of the Control. also need it a the bottom of the control sometimes. in borland's workshop you used a WS_VSCROLL, and W...