How to diaplay information from windows store App
I want to continously show the messages from my app,dont want to wait for
the user to close the message like the below code does:
using namespace Windows::UI::Popups;
MessageDialog^ msg = ref new MessageDialog("your message");
msg->ShowAsync();
instead of this i want something which could continuosly write to my App
window.
No comments:
Post a Comment