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....
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10014095.htm...
Zones:
Windows MFCDate Answered: 06/16/1997 Rating: 6.4 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];
.
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10020137.html
Zones:
C++Date Answered: 08/14/1997 Rating: 8.0 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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10031608.htm...
Zones:
Windows MFCDate Answered: 01/03/1998 Rating: 6.0 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10032023.html
Zones:
C++Date Answered: 12/10/1997 Rating: 6.2 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..)
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10036590.html
Zones:
Visual BasicDate Answered: 02/14/1998 Rating: 6.4 Views: 0
I need some examples to undertand abstract class and interface.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10042084.html
Zones:
JavaDate Answered: 03/08/1998 Rating: 8.0 Views: 0
what are the classes that are not derived from
CObject ?
advance thanks,
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10063128.htm...
Zones:
Windows MFCDate Answered: 08/03/1998 Rating: 6.4 Views: 0
What is a wrapper class? How is this different from a derived class?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10071993.html
Zones:
C++Date Answered: 08/13/1998 Rating: 8.2 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10076390.html
Zones:
C++Date Answered: 09/20/1998 Rating: 6.0 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10086984.html
Zones:
JavaDate Answered: 10/07/1998 Rating: 8.2 Views: 0