View Single Post
  #4 (permalink)  
Old 01-27-2008, 04:53 PM
Cableguy's Avatar
Cableguy Cableguy is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,321
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

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...
__________________
Paulo Gomes
Porto, Portugal

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing
Reply With Quote