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 !
Asked
Active
Viewed 141 times
1
-
Make your own form and viola! – OneFineDay Aug 21 '15 at 12:52
-
Sorry for this kind of question.. i cant show an image.. i cant describe a proper way to elaborate my idea sorry again for the disturbance @OneFineDay – Robin Bernardo Aug 21 '15 at 13:02
-
Not a disturbance, if the framework does not provide something - you build it. – OneFineDay Aug 21 '15 at 13:06
-
Making your own message box as @OneFineDay stated is a good solution. – Garrann Aug 21 '15 at 15:24
1 Answers
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