Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about forms
#2
You load it into the form picture here:
Code:
curForm.Picture = LoadPicture(App.Path & GFX_GUI & locGUI)

And here you try to get the width from something that doesn't exist:
Code:
curForm.Width = curForm.Picture.Width
    curForm.Height = curForm.Picture.Height

This part doesn't exist. you cant have picture.width. It should be curForm.Width, in that case. But that wont work for you either.
Code:
curForm.Picture.Width
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)