That way, when you're looking at data on the far right side of the table that you've scrolled over to, you'll still be able to see the name the data you're looking at applies to
Frankly I think I'd "Go GUI" for that. There's no reason you can't code up a window or dialog with PB/CC.
No, you can't use DDT statements, but SDK is not that hard anyway and besides you can 'approriate' from source code forum, read on...
Here's a starter for you.... almost what you need.
Use Listview control as a console. September 13 2003.
Remove the first column from the listview control, keeping only the text column. Put a list box or another one-column listview just left of the text listview and then you just scroll them in sync. I know there is code here to 'synchronize two listview controls' so I'd probably go with the listview. Besides listbox and listview will probably look different anyway.
The listview control will give you all the scroll notifications you could possibly want.
MCM
Leave a comment: