Thanx,
I had searched in MSVS there i found an eg which used MessageBox class and called Show function of it.
I did the same thing but I m recieving an error saying MessageBox is not a class
can u pls help me about this and pls also tell from where can i get the details about the function which u mentioned so that i can know which r the other parameters of it
Thanx,
get autocad window handle -> hwnd
MessageBox(hwnd, ...)