While there isn't a single "academic paper" for the Microsoft Forms 2.0 Object Library (FM20.DLL), it is a well-documented ActiveX library commonly used in VB6 and VBA for its and specific controls like the DataObject for clipboard manipulation. Core Documentation & References
' Remove first page MultiPage1.Pages.Remove 0
The keyword "microsoft forms 20 object library vb6" is your gateway to advanced UI programming in classic VB6—master it, and you unlock a world of enhanced form design.
Dim fm As MSForms.UserForm Dim txtBox As MSForms.TextBox Dim btn As MSForms.CommandButton
Add object libraries to your Visual Basic project - Microsoft Support