Cristian Zerbinati asked 2018-03-03 11:50:39 UTC
Hi,
I don't understand how to "destroy" a desktop and load a page
I do a "loginpage" that open a desktop, with this code:
Application.Desktop = New Desktop1
in the desktop a button for logout and return to the login page, with this code:
Application.MainPage = New PageLogin
But the "Task Bar" remain
What is the right procedure?
thanks
Cristian
Cristian Zerbinati asked 2018-03-03 11:50:39 UTC
Hi,
I don't understand how to "destroy" a desktop and load a page
I do a "loginpage" that open a desktop, with this code:
Application.Desktop = New Desktop1
in the desktop a button for logout and return to the login page, with this code:
Application.MainPage = New PageLogin
But the "Task Bar" remain
What is the right procedure?
thanks
Cristian