Microsoft Forms 20 Object Library Vb6 -

: Use either standard VB6 controls or FM20 controls for a specific form. Mixing them can lead to "z-order" issues where controls overlap incorrectly.

before accessing controls

' TextBox TextBox1.MaxLength = 50 TextBox1.PasswordChar = "*" TextBox1.MultiLine = True TextBox1.ScrollBars = fmScrollBarsBoth microsoft forms 20 object library vb6

After adding the reference, you can declare objects like: : Use either standard VB6 controls or FM20

Have you used FM20.dll in a VB6 project? Share your war stories or success tips in the comments below! microsoft forms 20 object library vb6