Skip to content

Instantly share code, notes, and snippets.

@NaniteFactory
Created September 25, 2018 15:20
Show Gist options
  • Select an option

  • Save NaniteFactory/5b54e2c148a5036f1712e578807211fc to your computer and use it in GitHub Desktop.

Select an option

Save NaniteFactory/5b54e2c148a5036f1712e578807211fc to your computer and use it in GitHub Desktop.
MessageBox Win32 API
MessageBoxW(
NULL,
(LPCWSTR)L"Resource not available\nDo you want to try again?",
(LPCWSTR)L"Account Details 1",
MB_ICONWARNING | MB_CANCELTRYCONTINUE | MB_DEFBUTTON2
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment