I need to show company logo on pop-up header, and it’s not possible in the DialogBox title. Is there any way to suppress or hide the title, so I can make my own header?
Subject: Use your own DLL file
Yes you can do this if you are able to use a API call. It is not to complicated in Windows. Create a DLL file in VB. Register it in Domino. Here you are able to create OS dialogboxes.
This DLL file must use Notes API or communicate via a text file.
Now you have a clue how to start.
Subject: not a good solution for users
because it means we have to distribute, install and maintain the dll on their desktops. That’s one of the strengths of Notes applications - it’s all in one box.
Subject: Yes. I agree, but here a finale thought
Yes. I agree. You can do API call to OS without DLL, but you are limited to have forms images on a shared location. Then you have Java. Java gives you the ability to have Dialog boxes the way you want, but it is some work to do.
I did a similar task before, and my solution was to use hide when formulas and pictures. These pictures cam be formed as a dialog box.
Hope you will succeed in some way.