⟩ What are the different ways to Declare and Instantiate an object in Visual Basic 6?
Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(OBJ.CLASS?) orSet obj = GetObject( , OBJ.CLASS?)orDim obj as New OBJ.CLASS
Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(OBJ.CLASS?) orSet obj = GetObject( , OBJ.CLASS?)orDim obj as New OBJ.CLASS
In win32 application if defining a variable of CString then it gives the error "CStringUndeclared identifier" how to solve the problem? What headerfile need to include?
Java is pure object oriented programming language why?
What is use of the createWindow object?
How to load Bitmap at Dialogbakground in an MFC application?
What API used to hide window?
In Win32 application can we use CString datatype?
What are the design patterns of an MFC application?
What is the difference between MFC and Win32?
How to Initialize contents of a dialog?
What is GDI object?