Skip to content
Discussion options

You must be logged in to vote

since you're using c++ to develop games and also using a msvc compiler, you can take advantage of the Win32 API calls like MessageBoxW or something like that. I'm sure it's on a Microsoft developer website

Here's an example in c++ that you can embed in your app the way you want, it would be cool if it was integrated in the engine as a helper class
https://learn.microsoft.com/en-us/windows/win32/learnwin32/example--the-open-dialog-box

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aismann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants