Jul 7, 2002 #1 AdiSav Programmer Joined Jul 7, 2002 Messages 1 When I create a form in VFP and run it, in the back of my form there is VFP window. How can I get rid of it? In Visual Basic this doesn't happen.
When I create a form in VFP and run it, in the back of my form there is VFP window. How can I get rid of it? In Visual Basic this doesn't happen.
Jul 14, 2002 #2 danceman Programmer Joined Jun 3, 2002 Messages 1,012 Location US you are in the wrong posting for this question. Post this in Visual FoxPro 3.0 and higher. If you are doing this from Visual FoxPro code look into the command SCREEN OFF in the config.fpw and setting the form property ShowWindow = 2. If you are not programing in FoxPro and are trying to do this outside of FoxPro. Please Excuse me for the wrong heading. Attitude is Everything Upvote 0 Downvote
you are in the wrong posting for this question. Post this in Visual FoxPro 3.0 and higher. If you are doing this from Visual FoxPro code look into the command SCREEN OFF in the config.fpw and setting the form property ShowWindow = 2. If you are not programing in FoxPro and are trying to do this outside of FoxPro. Please Excuse me for the wrong heading. Attitude is Everything