Antonio Linares wrote:Taavi,
In each DIALOG declaration in the RC file please add the clause PRELOAD
In example:
test DIALOG PRELOAD 22, 74, 174, 97
Lets see if that makes a difference, thanks
Antonio Linares wrote:Taavi,
In each DIALOG declaration in the RC file please add the clause PRELOAD
In example:
test DIALOG PRELOAD 22, 74, 174, 97
Lets see if that makes a difference, thanks
DIALOGEX PRELOAD 22, 74, 174, 97
for i := 1 to 2 //fgondi
::nResult = if( ! Empty( ::cResName ),;
DialogBox( ::hResources, ::cResName,;
hActiveWnd, Self ),;
DialogBoxIndirect( GetInstance(),;
If( ! Empty( ::cResData ), ::cResData, ::cToChar( hActiveWnd ) ),;
hActiveWnd, Self ) )
if ::nResult<> 65535 //fgondi
exit
endif
next
if ::nResult == 65535
CreateDlgError( Self )
endif
for i := 1 to 2 //fgondi
if ! Empty( ::cResName )
::hWnd = CreateDlg( ::hResources, ::cResName, hActiveWnd )
else
::hWnd = CreateDlgIndirect( GetInstance(), ::cToChar( hActiveWnd ),;
hActiveWnd )
endif
if ::hWnd <> 0 //fgondi
exit
endif
next
if ::hWnd == 0
CreateDlgError( Self )
else
ShowWindow( ::hWnd, SW_HIDE )
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 99 guests