rjmccorkle
Programmer
At runtime I am trying to copy a frame with its arrayed controls to a new frame. I got it working, but if one of the TextBoxes has its Multiline property set to True, VB crashes when I unload the form. If I don't use the
SET txtBox.Container = fraP(1)
line (to place the newly LOADed control in the new Frame) or the Multiline is set to False, the form can unload. I found a reference to Microsoft Windowless Controls that allow changing the Multiline property at runtime and will try that tonight. Anybody know what the incompatability between SET CONTAINER and Multiline is or how to work around it?
Bob
SET txtBox.Container = fraP(1)
line (to place the newly LOADed control in the new Frame) or the Multiline is set to False, the form can unload. I found a reference to Microsoft Windowless Controls that allow changing the Multiline property at runtime and will try that tonight. Anybody know what the incompatability between SET CONTAINER and Multiline is or how to work around it?
Bob