This is y code
Code:
Sub App_Start
LoadINI
XForm.New1("Main")
XForm.MaximumHeight = 600
XForm.MaximumWidth = 600
XForm.MinimumHeight = 300
XForm.MinimumWidth = 400
XForm.HasMaximizeBox = false
XForm.HasMinimizeBox = false
Main.Show
End Sub
Main is a basic4ppc designer created form, 800x600
When I run the code, there's no error but the form shows has if the dll was not beeing called at all...