❔ Windows Warning
Is it possible to somehow make the same window with my message?
10 Replies
@364 days until Halloween 👻 would maybe know
ive been summoned
yeah you could try to make a simular looking window
a blue top most popup window in WPF with white text, shouldnt be too hard
@ref *&Sergio do you know if hose actual windows dialogs are accessible btw?
That looks like a
MesageDialog
that's somehow still using the Windows 8 styles? @Ahmed Walid you might know?it's not a MessageDialog but it uses the same API that MessageDialog uses internally
(IPopupWindow + DirectUI 7)
but you can achieve similar one using MessageDialog, yeah
you'd need to initialize it with IInitializeWithWindow if you don't have a CoreWindow
Example:
afaik all of DirectUI is accessible, so yeah I think these are
(assuming you mean accessible as in a11y)
I swear just asking Ahmed is faster than checking osgwiki or the OS repo
I had a lot of fun with these
https://cdn.discordapp.com/attachments/648584017632952322/987732817121255455/2022-06-18_16-50-41.mp4
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.