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.
Splashscreen image and pop-up web page.
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
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
-
- Posts: 3
- Last visit: Fri Dec 06, 2024 1:48 am