Dear Antonio
We have just tested both samples and they work fine here.
You are write. The following functions in my library are the culprits which
have changed the behaviour of the DIALOG. For the time being I can't say
How and Why !.
*******************************************************************************
*** FUNCTION to Show/Hide DeskTop Taskbar or to Find a Window ***
*******************************************************************************
DLL32 Function ShowWindow(hwnd as LONG, nCmdShow as LONG) AS LONG ;
PASCAL FROM "ShowWindow" Lib "user32.dll"
DLL32 Function FindWndByClass(wndClass AS LPSTR,WndName as LPSTR) AS LONG ;
******************
I removed the reference of these two DLL calls from my library and now
I got the original behaviour of the DIALOGs.
Thank you for pains you have taken for me.
Regards
- Ramesh Babu P