Using .Controls.Add("VB.CommandButton", "Up"
,is possible to create a control at runtime.
The question is:
Does anybody know , how to do the same but for MDI forms?
The problem is that ie. CommandButton doesn't have an .Alignment property, thus the system is unable to add it to the controls collection.
Any work around?
Thanks in advance for your cooperation,
Carlos Paiva
The question is:
Does anybody know , how to do the same but for MDI forms?
The problem is that ie. CommandButton doesn't have an .Alignment property, thus the system is unable to add it to the controls collection.
Any work around?
Thanks in advance for your cooperation,
Carlos Paiva