Home › Forums › General XMetaL Discussion › Dynamic UI › Reply To: Dynamic UI
Reply to: Dynamic UI
June 17, 2010 at 9:15 amNo, this is not possible as far as I know. The best you can do is to place more controls on your form than you will ever need and then either hide / show them, or move them off screen / on screen by altering the value of the left property.
The alternative would be to create an ActiveX control with GUI (using VB or similar), distribute that as a DLL, OCX, or EXE, and launch it from script.