Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Building an executable file *.exe
Message
From
24/06/2009 11:01:29
 
 
To
24/06/2009 10:58:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01408069
Message ID:
01408075
Views:
59
>1. I am trying to be a executable file using the source code listed below in my program file *.prg.
>
>CLOSE ALL
>
>RELEASE ALL
>SET TALK OFF
>&&&&SET SYSMENU TO
>_SHELL = ""
>SET DEFAULT TO "c:\TRI_IMAGE_PAB\"
>*!* _Screen.HEIGHT = 795
>*!* _Screen.WIDTH = 800
>_Screen.icon = "softchoice.ico"
>_Screen.caption = "MajorsWare Technologies - Audio & Photo Streaming Studio"
>_VFP.Caption = "MajorsWare Technologies - Audio & Photo Streaming Studio"
>_Screen.CLOSABLE = .T.
>DO FORM avp_setup_slideshow_an1wp05.scx
>READ EVENTS
>
>2. It is giving me two frames - my application within another vfp frame.
>
>3. I just want my application showing. How can I resolve this issue?
>
>
>Thank You In Advance
>
1. Make sure that avp_setup_slideshow_an1wp05 is top-level form (ShowWindow=2).
2. Add SCREEN=OFF to Config.fpw
>
>
>Winfred Majors
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform