K
Keith Rebello
I have a program whose main form has a picture box on which concrete column
sections are drawn. Input to the drawing is achieved by filling in data in
various dialog boxes (called by using Form.Showdialog). When a dialog box
is closed the drawing on the picture box is updated.
Everything works fine when I run the program from the VS2005 IDE. However,
when I run the program by clicking on the .exe outside the IDE, I have to
keep minimizing the main form for the drawing to update.
Any ideas on what possibly could be going wrong, will be greatly
appreciated.
sections are drawn. Input to the drawing is achieved by filling in data in
various dialog boxes (called by using Form.Showdialog). When a dialog box
is closed the drawing on the picture box is updated.
Everything works fine when I run the program from the VS2005 IDE. However,
when I run the program by clicking on the .exe outside the IDE, I have to
keep minimizing the main form for the drawing to update.
Any ideas on what possibly could be going wrong, will be greatly
appreciated.