Link to home
Start Free TrialLog in
Avatar of learn
learn

asked on

about the "picture" in a control

In VB5CCE, the trial version.
When open the property page of a ListView there is a "picture" tab (I also found it in other controls). Can you tell me what is it for and how to use it. (No help for it in the version)
Avatar of learn
learn

ASKER

Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of willmrk
willmrk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I hit "answer" a few seconds after you, willmrk. I'll post it as a comment...(but it's quite the same as yours):

The picture tab of the ListView control can only be used to set an ICO-file as mousecursor. It's the same as setting a mousecursor for a form and the like.
Don't worry about the Help-button. In the official release you will see it disabled on the picture-tab as well. You should use the (standard) help of VB for info about setting a picture for the mousecursor.

Hope this helps you out.

Regards, Abel