Karansingh
2003-10-27 11:11:51 UTC
Hi,
I am running a PowerBuilder programm which calls an .HLP file by
command line to show the What's This? text-onlt popuw window:
RUN("WINHLP32 -p -n " + String(al_tag) + " " + ls_helpFile)
I converted it to HTML.
When I have the following
RUN("HH.EXE -mapid " + String(al_tag) + " " + ls_helpFile)
it shows the text into a 'normal' helpwindow.
How can I get it into a popup window?
Karansingh Lala
I am running a PowerBuilder programm which calls an .HLP file by
command line to show the What's This? text-onlt popuw window:
RUN("WINHLP32 -p -n " + String(al_tag) + " " + ls_helpFile)
I converted it to HTML.
When I have the following
RUN("HH.EXE -mapid " + String(al_tag) + " " + ls_helpFile)
it shows the text into a 'normal' helpwindow.
How can I get it into a popup window?
Karansingh Lala