Watch out for angry gorillas and rampaging elephants.
Published on November 30, 2003 By kongit In Stardock Software
The activex controls lose their settings as soon as i leave the script editor. here's what I was doing. I was trying to make a multiline form on the desktop that would sort of function like a post it note. i chose the Microsoft form text control. it looks like some of the settings would allow me to create what i want, but when i change a setting it gets lost when i leave the script editor. hmm a bit redundant.

Thanks for any help given
Comments
on Dec 01, 2003
You need to set it via the script.

Sub Object_OnScriptEnter
Control.Multiline = True
End Sub
on Dec 01, 2003
thanks alot i would have never figured that one out on my own
on Dec 01, 2003
um does anybody know where to find activex control documentation, i can't find a good place that i can understand. Thanks