If I start this little program I note that:
If I click the menu item "Click Here" comes out a little crap
as shown in this figure

Only in windows7
In xp it's ok
If I click the menu item "Click Here" comes out a little crap
as shown in this figure

Only in windows7
In xp it's ok
#include "fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd, oMenu
MENU oMenu 2007
MENUITEM "&Files"
MENU 2007
MENUITEM "Click here" ACTION MsgInfo( "Hello" )
ENDMENU
ENDMENU
DEFINE WINDOW oWnd ;
FROM 100 , 100 TO 500 , 500 ;
TITLE "Test" ;
MENU oMenu ;
COLOR "w/n*" PIXEL
ACTIVATE WINDOW oWnd
RETURN NILMarco Boschi
info@marcoboschi.it
info@marcoboschi.it