How to use messagebox in ATL
ATL / WTL / STL
6
Posts
5
Posters
0
Views
1
Watching
-
Sakthi_Vel wrote:
I am new to ATL. How to display a message box in ATL projects?
::MessageBox(NULL,_T(""),_T(""),MB_OK); same like any win32 project
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/codeProject$$>
-
As said by Alok , you can use win32 api's. Or use CWindow::MessageBox[^].
-
If you are new to ATL see http://msdn2.microsoft.com/en-us/library/599w5e7x(VS.80).aspx[^].