Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
draw.New1("Form1",false)
rsrc.New1(100,100,238,268)
rdst.New1(0,0,238,268)
draw.DrawImage1(AppPath & "\stein50.bmp",rsrc.Value,rdst.Value,false)
Form1.Refresh
End Sub
Hi Erel,
thank you. That’s what I did up to now. But I was looking for a possibility to display a small part of a big (20 MB) image(map) on ppc to save memory. So I have to think about of an “automatic” map changing?!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.