Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add a Checkmark to a listbox
Message
From
29/07/1998 19:42:54
 
 
To
29/07/1998 12:15:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00122345
Message ID:
00122534
Views:
11
>In Fox DOS the CHR(251) worked, but in VFP I can't get it to work.

If you want to make it look quite nice, try the .picture property
myList.picture(x)= "ticked.bmp"
myList.picture(x)= "unticked.bmp"
where x is the list index
and you can capture/create use any .bmp file (also use a mask, .msk, file for best effect)
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform