- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
i am looking for syntax to send a RESETCONTENT to an List Control dialog element. (Like CB_RESETCONTENT for combo boxes) .
i would like to remove all rows, while keeping the number of columns and there format.
thanks in advance
Frank
i am looking for syntax to send a RESETCONTENT to an List Control dialog element. (Like CB_RESETCONTENT for combo boxes) .
i would like to remove all rows, while keeping the number of columns and there format.
thanks in advance
Frank
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried:
USE DFWIN
...
lRes = SendMessage( hLB, LB_RESETCONTENT, 0, 0 )
! hLB = handle of the list box control
I have no idea whether this also resets a multi-columns specification.
Jrg Kuthe
www.qtsoftware.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
thanks for the answer. But i must have been to unspecific.
I need help for a list control not a listbox.
Thanks in advance
Frank
thanks for the answer. But i must have been to unspecific.
I need help for a list control not a listbox.
Thanks in advance
Frank
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page