New VC++ Interview Questions :: ALLInterview.com http://www.allinterview.com New VC++ Interview Questions en-us what is use of the createWindow object http://www.allinterview.com/showanswers/77713.html I need to download the Flight4A reservation and login screen for test http://www.allinterview.com/showanswers/76700.html Hi All, I have created one MFC Dialog Based application.now if i am http://www.allinterview.com/showanswers/76249.html if(NULL != ::CreateMutex(NULL, TRUE, _T("CSingleInstanceApp"))) { long dwError = ::GetLastError(); if(dwError == ERROR_ALREADY_EXISTS) EndDialog(IDOK); } Paste the above code snippet inside the "InitInstance" func What is CALLBACK? How it work? what is the advantage of CALLBACK, pl http://www.allinterview.com/showanswers/75769.html • callback function is a function that is called through a function pointer. • pass the pointer (address) of a function as an argument to another, when that pointer is used to call the function it points to it is said that a call back is made what is the difference between the codes written in the document clas http://www.allinterview.com/showanswers/75715.html what are the advantages of VC++ design environment http://www.allinterview.com/showanswers/75714.html By design environment if you mean by the IDE that MS provides then answer is quite simple. Visual Studio is one of the most sophisticated, powerful yet simple to use IDE for Windows programming. Vikas http://www.cppquestions.com/ Hi All, i got through he h1b Lotreey in india. US staming in the c http://www.allinterview.com/showanswers/75307.html How WM_PAINT message gets called in MFC,please explain it . a)Who cal http://www.allinterview.com/showanswers/75276.html a)The framework calls this member function b)This function get called, when Windows or an application makes a request to repaint a portion of an application's window. c) hi i have 1180 in gre and 109 in toefl i have one more backlog to cl http://www.allinterview.com/showanswers/75184.html 1)why we cant create more than one instance of the class Derived from http://www.allinterview.com/showanswers/74999.html You theApp object is replace with new name; Eg CdlgtestApp theApp; CdlgtestApp theApp3; // now this is your applcation obj CdlgtestApp theApp3; CdlgtestApp theApp; // No effect I have to DLL one is COM dll and another is normal DLL. How I can ide http://www.allinterview.com/showanswers/74578.html make command on both dll regsvr("noramal dll") it will show message of some entry point error regsvr("comdll") it will register succesfully to window 2.create for 10 batch: Employee_Number Employee_name http://www.allinterview.com/showanswers/74406.html 1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. http://www.allinterview.com/showanswers/74405.html Differ GetMessage, PostMessage & PeakMessage? http://www.allinterview.com/showanswers/72480.html PostMessage is used in Threading usually. to post a message to Messaging Queue. Get message is a blocking call it waits for the message untill it recieve the message it was requiring Peak message doesnt wait for the message particually i what is message Testing ? http://www.allinterview.com/showanswers/71629.html