circular form control

B

Brian Rypstra

Does any one know if there exists a form control that can function much like
a rectangle control but is circular (or 6 sided say)? Can I make a custom
control called circle that groups 6 instances of the line control and
functions exactly like the line control (props, events etc) . I think I can
do it with net but don't want to learn it, hopefully I can do it with access
or VBA

Please help steer me in the right direction

Thanks

Brian
 
B

Brian Rypstra

Well - I just noticed lines don't have events so that won't work either> but
I still need to make a circle control that can have events and properties
much like a rectanagle
 
C

Chris Mills

Place a command button over whatever you have drawn and set the Transparent
property.
 
R

R Baumann

At one time, Albert Kallal posted a way to do "shaped" forms, such as
circles, polygons, etc. It utilities the Win API. I don't have the URL any
more. Perhaps Albert would be so kind as to provide that info again?

HTH
Ruben
 
M

Manoel Santana

Brian Rypstra said:
Does any one know if there exists a form control that can function much like
a rectangle control but is circular (or 6 sided say)? Can I make a custom
control called circle that groups 6 instances of the line control and
functions exactly like the line control (props, events etc) . I think I can
do it with net but don't want to learn it, hopefully I can do it with access
or VBA

Please help steer me in the right direction

Thanks

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top