Please, help me with such question:
How to get values of fields from structure properties of control/form?
For example, Control.Font.Size, Control.Font.Name, e.t.c.
My code returns "0" -
Code:
Obj.New1(False)
Obj.FromControl("Button1")
FontInfo.CreateNew("System.Drawing.Font" & FontInfo.System_Drawing)
FontInfo.Value = Obj.GetProperty("Font")
Msgbox(FontInfo.Value.Name)