Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: using namespace std ? Pin
Christian Graus27-Jun-02 0:13
protectorChristian Graus27-Jun-02 0:13 
Generalproxy/Stub in ATL Pin
NicholasCougar26-Jun-02 22:29
NicholasCougar26-Jun-02 22:29 
GeneralRemote System information. Pin
26-Jun-02 22:24
suss26-Jun-02 22:24 
GeneralRe: Remote System information. Pin
Bill Wilson27-Jun-02 10:10
Bill Wilson27-Jun-02 10:10 
GeneralActiveX Pin
26-Jun-02 22:24
suss26-Jun-02 22:24 
GeneralRe: ActiveX Pin
Hans Ruck27-Jun-02 0:03
Hans Ruck27-Jun-02 0:03 
GeneralProblems with DIB in a resource Pin
26-Jun-02 21:34
suss26-Jun-02 21:34 
GeneralRe: Problems with DIB in a resource Pin
Scott H. Settlemier27-Jun-02 8:36
Scott H. Settlemier27-Jun-02 8:36 
Use LoadImage with LR_CREATEDIBSECTION so that your bitmap
is loaded as a DIB.
Then use GetDIBColorTable to get the bitmap's colors and
CreatePalette to make a palette from them.
Use SelectPalette to select your palette into the DC, and
then RealizePalette to get your colors into the system
palette.
Your bitmap should then look ok.

GeneralMap Control Reccomendations Pin
ColinDavies26-Jun-02 21:32
ColinDavies26-Jun-02 21:32 
GeneralSNMP Pin
jgauffin26-Jun-02 21:30
jgauffin26-Jun-02 21:30 
GeneralDate-Time-Picker Pin
kopfschnecke26-Jun-02 21:11
kopfschnecke26-Jun-02 21:11 
GeneralFTP Help Wanted.. Pin
26-Jun-02 18:57
suss26-Jun-02 18:57 
GeneralRe: FTP Help Wanted.. Pin
moliate26-Jun-02 20:16
moliate26-Jun-02 20:16 
GeneralRe: FTP Help Wanted.. Pin
Bill Wilson27-Jun-02 10:16
Bill Wilson27-Jun-02 10:16 
GeneralAirfoil Analysis Pin
Hossam Abbas26-Jun-02 16:18
Hossam Abbas26-Jun-02 16:18 
QuestionHow to embed information data and retrieve it from other applications Pin
26-Jun-02 14:46
suss26-Jun-02 14:46 
AnswerRe: How to embed information data and retrieve it from other applications Pin
JohnnyG26-Jun-02 15:37
JohnnyG26-Jun-02 15:37 
AnswerRe: How to embed information data and retrieve it from other applications Pin
Ramu Pulipati26-Jun-02 18:09
Ramu Pulipati26-Jun-02 18:09 
AnswerRe: How to embed information data and retrieve it from other applications Pin
27-Jun-02 2:07
suss27-Jun-02 2:07 
GeneralHelp with Doc/View Usage Pin
Matt Fenwick26-Jun-02 14:46
Matt Fenwick26-Jun-02 14:46 
GeneralRe: Help with Doc/View Usage Pin
Nish Nishant26-Jun-02 14:56
sitebuilderNish Nishant26-Jun-02 14:56 
GeneralRe: Help with Doc/View Usage Pin
Matt Fenwick26-Jun-02 17:15
Matt Fenwick26-Jun-02 17:15 
GeneralRe: Help with Doc/View Usage Pin
Ramu Pulipati26-Jun-02 18:02
Ramu Pulipati26-Jun-02 18:02 
Generalbacground color Pin
zeki yugnak26-Jun-02 14:29
zeki yugnak26-Jun-02 14:29 
GeneralRe: bacground color Pin
Nish Nishant26-Jun-02 14:48
sitebuilderNish Nishant26-Jun-02 14:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.