tbrock
New Member
- Joined
- Feb 17, 2016
- Messages
- 36
Hello again,
I have what I thought would be a simple task: placing a *real* shape onto a user form.
I know this topic has been discussed before and even many year ago. Scouring the net, I have seen two possible methods via:
In trying to work around this seeming limitation in my current application, I could get away with a standard form object (label, textbox,frame,etc) IF border thickness/width/weight were settable. But I have not found a single (userform) object to this point that has this property. So this is my question:
Is there a userform placeable object (that could emulate a shape) which has a settable border width/thickness/weight?
I have what I thought would be a simple task: placing a *real* shape onto a user form.
I know this topic has been discussed before and even many year ago. Scouring the net, I have seen two possible methods via:
- Autoshapes: (thank you, Andy Pope) But (if I have not misunderstood) this does not draw the shape onto the userform. Rather it creates the shape off form and then copies an image of that shape onto the form. This would, then have the disadvantage of having properties (backcolor, forecolor, text, etc) that are not modifiable without recreating a new image at every change (and for every property).
- API: (thank you, Jaafar Tribak). This does create "shapes" directly upon the userform, but is it limited to very basic shapes and (I believe?) without all the properties that the shape object would have.
In trying to work around this seeming limitation in my current application, I could get away with a standard form object (label, textbox,frame,etc) IF border thickness/width/weight were settable. But I have not found a single (userform) object to this point that has this property. So this is my question:
Is there a userform placeable object (that could emulate a shape) which has a settable border width/thickness/weight?