forms

hi everyone
i have a small problem with forms. i have made a form with some controls and stuff on it. i have also added the resizable class library to it so the form and the controls can be resized. until now everything works perfectly. but the problem comes when i make an executable .exe file of my project which runs the form. now when you run the .exe file foxpro creates another foxpro system window outside of the main form and now if i try to resize the main window the form doesnt resize. how to do that of course if i resize the form directly the controls do accordingly. i have tried docking but then it can be resized from only one side for example top and bottom or right and left. if you know the solution please help


Answer this question

forms

  • Atomican

    ...foxpro creates another foxpro system window...

    Might you issue:

    "screen = off"

    in your config.fpw file (if you've created one)



  • donald_hodges

    You should also set your form.ShowWindow to As Top Level Form.



  • forms