1

Im trying to make an instruction msgbox and i want to make it look nice i want it to look like a Dialog Cloud. Should i use a msgbox or other tools ? any suggestions and answers would be awesome !

1 Answers1

0

You can use the successor of conventional message boxes : TaskDialog

Here is a showcase of what customization is possible with them:

https://msdn.microsoft.com/en-us/library/windows/desktop/bb760441(v=vs.85).aspx

It is accessible through .NET using the Windows Api Code Pack:

https://www.nuget.org/packages/WindowsAPICodePack-Shell/

If it is not sufficient then as others said, code your own message box :D

aybe
  • 15,516
  • 9
  • 57
  • 105