Want to create a custom line control that handles events
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I want to customise a line control such that when I run myy application I can draw lines on the form by clicking and releasing the mouse AND I want that the lines I draw be susceptible to user events such as clicks and get focus. Kinda Like the line control in vb6 authroing environment except that the line control in vb6 doesn't respond to any events. I'm like stuck on how to make such a line control that can respond to user events like gettiung clicked and getting focus... very much like the line and connectors that are drawn in programs like rational ROse and Visio. I'm using vb6 This is a complex project and I'm pretty much stuck on a line :-D