How do I create a control button??
I think if you change the Font for the button to Symbol and assign (in code)
Chr$(188) to its Caption property, you will get the three dots. Alternately,
(after changing the Font to Symbol) you can copy/paste the character between
the parentheses (ΒΌ), which looks like the single character for 1/4 in the
font my newsreader uses, into the Caption property for the button in its
Properties window, you will get the three dots for its Caption.
Rick
"Mekinnik" wrote in message
...
I have been trying to recreate the little button with three dots on it you
see in the application, but have not been able to do it I can create the
button but cannot get the three dots to show on it, any thoughts?????
|