- Code: Select all Expand view
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd
RETURN NIL
This is the reason:
- Code: Select all Expand view
// ::HelpTopic() // as WM_HELP is now supported by controls
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd
RETURN NIL
// ::HelpTopic() // as WM_HELP is now supported by controls
Antonio Linares wrote:Enrico,
That only happens if the window has no controls at all. Please test samples\tutor02.prg and you will see that ::HelpTopic() is properly called.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Antonio Linares, Google [Bot], Rick Lipkin and 75 guests