Aslam! Dear I want to draw a line in list box of his own chice by specifing the poit of line. Is it possible? If not then which compnent of GUI is best for this purpose and try to give the solution whith example
Thanks
javed_PUCIT 0 Newbie Poster
Recommended Answers
Jump to PostFor real simplicity just add a string to the items collection with dashes in it "-------" or underscores "________"
Not nice but simple.
Otherwise you will need to use the GDI tools and the graphics object of the listbox at run time and override the onpaint event.
All 3 Replies
kailash.kandpal 0 Newbie Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
f1 fan 16 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.