Hello
I am using a simple form with no objects on it.
Now I need a function to add a TextField (like any painting program) which the user can edit via ContextMenu.
There are two problems:
1.) Which object would be the best for such an operation?
2.) The TextField should be sizeable via mouse. And the text that is written by the user should increase according to the size of the TextField. I know I should use the OnResize-method, but I don't have a clue on how to implement this method.
So if anyone could help me out.
All I need is something to start with.
Thanks




Reply With Quote