dx control problems

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
2,933 views 3 replies
Reply #1 Top
You need to set it via the script.

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