Looking through FF example programs I came across this construct for displaying a form
frmFind_Show hWndForm, %FALSE
I haven't been able to find any information on it. Where do I need to look? I've looked through PB, FF and WinAPI help files without finding anything. I did find FF_CLOSEFORM in the function library. I'm kind of surprised that I didn't find something like FF_OPENFORM or FF_DISPLAYFORM.
Thanks,
Tony
In help of Firefly you can see...User Reference Guide - Displaying Forms.
Thanks, not sure how I missed that.