what's difference between AfxMessageBox and MessageBox?
Windows Forms
2
Posts
2
Posters
0
Views
1
Watching
-
I confuse with AfxMessageBox and MessageBox,can anybody explain it.thanks!
-
I confuse with AfxMessageBox and MessageBox,can anybody explain it.thanks!
MessageBox
is a part of the .NET framework and behaves as described in the documentation[^]. TheAfxMessageBox
isn't part of the .NET framework; it's written by someone else. If you want to know specifics on theAfxMessageBox
then you should contact the author thereof :)I are troll :)