Advertisement

1 - 10 of 3989 containing alltags:("classes") (0.002 seconds)
Hello, I have a problem: I'd like to view a 24 bit bitmap. Now I use CDib class, but this only works 8 bit bitmap. How can I do? I'd like to obtain the code to do it or a place where I can find it....
Zones: Windows MFCDate Answered: 06/16/1997 Grade: C Views: 0
Hello... Ok, I have a question, which I am unclear of the answer... Here is an example: class SomeClass   {     private:       char name[45];       SomeOtherClass *OtherClassPtr[6];       .     ...
Zones: C++Date Answered: 08/14/1997 Grade: A Views: 0
I have tried to use GetClasseName to obtain the class name of the controls but it seems does't work for these two controls: Control           GetClassName Icon              Static GroupBox      ...
Zones: Windows MFCDate Answered: 01/03/1998 Grade: C Views: 0
Let's see if I can explain correctly my doubt. Suppose you have two base types, one derived from the other. Consider the second is an extension of the first one : class A { ... }; class B : publ...
Zones: C++Date Answered: 12/10/1997 Grade: A Views: 0
i got the realaudio ocx but i drag it to a form                and the error "dll for class not found..looking for object                with clsid:(CFCDAA03-8B...-002A..)
Zones: Visual BasicDate Answered: 02/14/1998 Grade: C Views: 0
I need some examples to undertand abstract class and interface.
Zones: JavaDate Answered: 03/08/1998 Grade: A Views: 0
what are the classes that are not derived from CObject ? advance thanks,
Zones: Windows MFCDate Answered: 08/03/1998 Grade: C Views: 0
What is a wrapper class?  How is this different from a derived class?
Zones: C++Date Answered: 08/13/1998 Grade: A Views: 0
Hi I have the following problem template<class A1, class A2) class A; template<class B1, class B2) class B; Class A and B are lists. I want them to be able to export and recive data from other lis...
Zones: C++Date Answered: 09/20/1998 Grade: C Views: 0
Hi,  I am trying to use Orcle thin driver within JDK1.1. The program is as simple as this: import java.sql.*; class JdbcApplication {   public static void main (String args []) throws SQLExcepti...
Zones: JavaDate Answered: 10/07/1998 Grade: A Views: 0