Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox Style Property

Status
Not open for further replies.

JeffJonsson

Programmer
Oct 2, 2002
1
CA
Any way to alter the .Style property of a VB.ListBox control during runtime in VB6?
 
Style property is readonly at runtime for standard listboxes in VB6. Since the only style settings are with or without checkbox, that wouldn't seem to be too much of a problem Let me know if this helps
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'There are 10 kinds of people in the world: those who understand binary, and those who don't.'
 
isn't there a way to achieve this though API calls? SetWindowLong (this part i can't figure out).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top