Library Vb6 - Microsoft Forms 20 Object

Mixing them can cause Z-order and focus issues. If you use FM20 controls, try to use them throughout a given form.

' Add TextBox Set txtBox = fm.Controls.Add("Forms.TextBox.1") txtBox.Name = "txtInput" txtBox.Width = 150 txtBox.Left = 20 txtBox.Top = 20 microsoft forms 20 object library vb6