I try also with small size
- Code: Select all Expand view
#include "FiveWin.ch"
function Main()
local oWnd, cTest := "Hello world!"
DEFINE WINDOW oWnd COLOR "N/W*"
@ 2, 2 GET cTest SIZE 110, 22 ;
ACTION MsgInfo( "click" ) BITMAP "..\bitmaps\16x16\find.bmp"
ACTIVATE WINDOW oWnd
return nil
then I think Antonio could insert a Default Button when there is only the command BITMAP ( otfen the bitmap file ) and show only a button with the prompt "..."
..just an idea
I tried also with this modifications
viewtopic.php?f=3&t=19129&start=0&hilit=get+bitmap
and it run on the same