I am making a C program that send emails using notes. The sendmail sample in the notesapi downloads uses the MailOpenMessageFile() command, which, if needed, prompts the user for their password in a terminal (command) window.The problem is that this program I am writing typically runs in the background (no window), so if it needs a password, it should pop up a GUI.
Is there a way for me to force this propmt to be a GUI?