Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing the registry from a dll? Pin
karmafx27-Apr-05 7:34
karmafx27-Apr-05 7:34 
GeneralRe: Accessing the registry from a dll? Pin
David Crow27-Apr-05 7:41
David Crow27-Apr-05 7:41 
GeneralRe: Accessing the registry from a dll? Pin
karmafx27-Apr-05 7:46
karmafx27-Apr-05 7:46 
GeneralRe: Accessing the registry from a dll? Pin
Blake Miller27-Apr-05 8:01
Blake Miller27-Apr-05 8:01 
GeneralRe: Accessing the registry from a dll? Pin
David Crow27-Apr-05 8:07
David Crow27-Apr-05 8:07 
AnswerRe: Accessing the registry from a dll? Pin
Larry J. Siddens27-Apr-05 8:21
Larry J. Siddens27-Apr-05 8:21 
GeneralRe: Accessing the registry from a dll? Pin
karmafx27-Apr-05 8:28
karmafx27-Apr-05 8:28 
Generalicon saving problem Pin
laiju27-Apr-05 7:00
laiju27-Apr-05 7:00 
in the following code iam trying to save an edited icon with its relevant pixel information.
But iam unable to save in Iconformat using the specifier ImageFormatIcon.
But the same can be saved in Bmp format using the specifier ImageFormatBMP
Can anyone let me know the reason.

CImage icon_image;
icon_image.Create(sizex, sizey, 8);
// Fill color table with pre-defined colors
RGBQUAD FAR* pRGB = new RGBQUAD[nColors];
DWORD dwval;
UINT r, g, b;
int j;
for (int i=0; i
Questionhow i can catch right button click on CButton ? (mfc) Pin
Yanshof27-Apr-05 5:54
Yanshof27-Apr-05 5:54 
AnswerRe: how i can catch right button click on CButton ? (mfc) Pin
David Crow27-Apr-05 7:18
David Crow27-Apr-05 7:18 
GeneralRe: how i can catch right button click on CButton ? (mfc) Pin
Yanshof27-Apr-05 18:14
Yanshof27-Apr-05 18:14 
AnswerRe: how i can catch right button click on CButton ? (mfc) Pin
Larry J. Siddens27-Apr-05 8:32
Larry J. Siddens27-Apr-05 8:32 
GeneralRe: how i can catch right button click on CButton ? (mfc) Pin
Yanshof27-Apr-05 18:17
Yanshof27-Apr-05 18:17 
GeneralRe: how i can catch right button click on CButton ? (mfc) Pin
ThatsAlok27-Apr-05 23:34
ThatsAlok27-Apr-05 23:34 
GeneralVPN Connection Pin
Steve Thresher27-Apr-05 4:21
Steve Thresher27-Apr-05 4:21 
GeneralBasic question Pin
Anonymous27-Apr-05 3:26
Anonymous27-Apr-05 3:26 
GeneralRe: Basic question Pin
David Crow27-Apr-05 4:44
David Crow27-Apr-05 4:44 
GeneralRe: Basic question Pin
Christian Graus27-Apr-05 4:56
protectorChristian Graus27-Apr-05 4:56 
GeneralRe: Basic question Pin
namaskaaram28-Apr-05 0:42
namaskaaram28-Apr-05 0:42 
Generalcreate C++ construct Pin
Anonymous27-Apr-05 2:50
Anonymous27-Apr-05 2:50 
GeneralRe: create C++ construct Pin
David Crow27-Apr-05 4:29
David Crow27-Apr-05 4:29 
GeneralRe: create C++ construct Pin
br0wnssugr28-Apr-05 7:50
br0wnssugr28-Apr-05 7:50 
GeneralAnyway to know the prototype of functions exported by a DLL Pin
stolid_rock27-Apr-05 2:21
stolid_rock27-Apr-05 2:21 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
Prakash Nadar27-Apr-05 2:43
Prakash Nadar27-Apr-05 2:43 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
basementman27-Apr-05 10:34
basementman27-Apr-05 10:34 

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.