Splashscreen image and pop-up web page.

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.

This forum is a space to discuss coding involving Graphical User Interfaces (GUI) in PowerShell or using WinForms controls, and technical issues related to development.

- Question about a licensed SAPIEN product? Post here: Product Support for Registered Users
- Question about a trial SAPIEN product? Post here: Former and Future Customers - Questions
This topic is 3 months and 2 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
ARSARA-SAPIEN
Posts: 3
Last visit: Fri Dec 06, 2024 1:48 am

Splashscreen image and pop-up web page.

Post by ARSARA-SAPIEN »

Hi,

On my GUI project I need to load a splashscreen but I need to connect to Exchange Online too (with a pop-up web page with password, authenthicator code....).

When I put the command Connect-ExchangeOnline in the Startup.pss script. The connection page shows up, I can connect, then the splashscreen loads without image.
If I remove the command Connect-ExchangeOnline the splashscreen loads well with the image.

It looks like the connection to EXO stops de image loading.

How can I force the image loading in my splashscreen ? How can I manage connection to EXO in a GUI application ?

Thanks.

I need to use Powershell 5 in my project.
This topic is 3 months and 2 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked