Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want change ICON
Message
 
 
To
06/02/1999 20:19:16
Narong Tohku
Knownet Co.,Ltd.
Bangkok, Thailand
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00184764
Message ID:
00184776
Views:
21
>Hi..All
>First!..Sorry I use english not well..I just start use Visual FoxPro..
>I have problem about ICON in VFP..I can change ICON in form..But I can change ICON in MENU..If anybody to know about change ICON when I run MENU file (change from FOX ICON to my application ICON) PLease reply me..
>Last question..I create MUNU from text editor..Can I compile MENU file (.MPR) to file in ext (.MNX) for add from project manager?
>If anybody can tell me about my question please reply to me...
>
>Thank you very much
>Best regards,
>Narong T.
>ICQ# 5806887

If you want to change the ICON for the VFP screen, you can change it by issuing:

_SCREEN.ICON = "Icon_File_Name.ICO"

To see all the properties, etc., of the main VFP screen, you can open the VFP debugger and type _SCREEN in the Watch window text box. If you add the menu to your Project in the Project Manager, the menu will be compiled when you BUILD your APP or EXE. There is no need for you to do it manually.

If you want, you can issue a COMPILE MyMenu.MPR from the command window.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform