Hi to all!.
I cannot make an Activex application run o a dialog.
It runs only in a window. Am i missing something ?
TIA
Euclides
Hi to all!.
I cannot make an Activex application run o a dialog.
It runs only in a window. Am i missing something ?
TIA
Euclides
Euclides,
You have a working sample in:
fwh\samples\gmapd.prg and gmapd.rc
You may also review:
fwh\samples\webexp2.prg and webexp2.rc
Modify this line this way:
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT oActiveX:Do( "Navigate2", "http://www.google.com" )
Thanks Antonio.
There are so many samples and I inserted more. Is getting hard to follow all of them.
Regards,
Euclides
Euclides,
We don't remember all FWH examples contents, but we use a file manager (Total commander) that lets you search for file extension and a text, so we search "REDEFINE ACTIVEX" in *.prg and find all ocurrences ![]()
That way we can easily locate an example we are looking for ![]()