My app uses an OCR font that is not present on most computers. I've tried simply including the font file in the WFW project's Windows\Fonts folder, however in some cases, the font file doesn't show up in that location after setup is finished. Is there special handling for getting font files...
I'd disagree with the comment that a ToolBar is a Form. A ToolBar is a WINDOW, but the term "Form" is a VB term, and has implications.
If you want to create a floating toolbar without an open form, I believe you'll need to define a form having no controlbox, minimize or maximize...
In the form to be closed, code Unload Me. But before that, make sure you've set all classes and forms = Nothing that might have been instantiated in the form. If any such object remains instantiated, the form won't fully unload.
Pete
I need to have my app started with a parameter each time a PC on which the app is installed is booted. The shortcut target should look like this:
"\Program Files\AppName\app.exe" /S
Is there a simple way to do this in setup.lst? If not, can anyone outline the setup1 mods?
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.