Ahmed Walid
Ahmed Walid
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
afaik all of DirectUI is accessible, so yeah I think these are (assuming you mean accessible as in a11y)
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
Example:
var messageDialog = new MessageDialog("The content.", "The title.");
WinRT.Interop.InitializeWithWindow.Initialize(messageDialog, myHwnd);
await messageDialog.ShowAsync();
var messageDialog = new MessageDialog("The content.", "The title.");
WinRT.Interop.InitializeWithWindow.Initialize(messageDialog, myHwnd);
await messageDialog.ShowAsync();
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
you'd need to initialize it with IInitializeWithWindow if you don't have a CoreWindow
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
but you can achieve similar one using MessageDialog, yeah
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
(IPopupWindow + DirectUI 7)
17 replies
CC#
Created by нИ kaпЛи сЕрЬЁzноStи on 11/2/2023 in #help
❔ Windows Warning
it's not a MessageDialog but it uses the same API that MessageDialog uses internally
17 replies