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

C / C++ / MFC

 
QuestionHow do I catch an ActiveX event? Pin
Craig Miller22-Aug-01 10:36
Craig Miller22-Aug-01 10:36 
AnswerRe: How do I catch an ActiveX event? Pin
22-Aug-01 23:43
suss22-Aug-01 23:43 
GeneralProperty sheet in CFormView Pin
22-Aug-01 10:14
suss22-Aug-01 10:14 
GeneralDLL . PLEASE HELP !!! PLEASE !!! a simple and basic explanation about creation fo DLL file . HELP !!!!! Pin
22-Aug-01 9:21
suss22-Aug-01 9:21 
GeneralIs no one want to help me ??? Pin
22-Aug-01 20:55
suss22-Aug-01 20:55 
GeneralRe: Is no one want to help me ??? Pin
Mukkie23-Aug-01 10:22
Mukkie23-Aug-01 10:22 
GeneralCreateBitmap problems Pin
Philip Patrick22-Aug-01 8:48
professionalPhilip Patrick22-Aug-01 8:48 
GeneralRe: CreateBitmap problems Pin
Christian Graus22-Aug-01 12:44
protectorChristian Graus22-Aug-01 12:44 
Replace the 24 with the bpp of your screen. If you don't have a DC handy, you can do it like this:

CWindowDC dc(NULL);
GetDeviceCaps(dc, BITSPIXEL);

Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralRe: CreateBitmap problems Pin
Philip Patrick23-Aug-01 9:32
professionalPhilip Patrick23-Aug-01 9:32 
GeneralAdding CStatic Icon to a dialog box Pin
22-Aug-01 6:59
suss22-Aug-01 6:59 
GeneralRe: Adding CStatic Icon to a dialog box Pin
JerzyPeter22-Aug-01 7:52
JerzyPeter22-Aug-01 7:52 
GeneralRe: Adding CStatic Icon to a dialog box Pin
22-Aug-01 8:14
suss22-Aug-01 8:14 
GeneralRe: Adding CStatic Icon to a dialog box Pin
JerzyPeter22-Aug-01 8:35
JerzyPeter22-Aug-01 8:35 
GeneralRe: Adding CStatic Icon to a dialog box Pin
22-Aug-01 9:17
suss22-Aug-01 9:17 
GeneralURGENT HELP PLS!! VC++ Code to export a screen image into BMP/GIF Format Pin
ImranK22-Aug-01 6:54
ImranK22-Aug-01 6:54 
GeneralRe: URGENT HELP PLS!! VC++ Code to export a screen image into BMP/GIF Format Pin
Chris Losinger22-Aug-01 7:25
professionalChris Losinger22-Aug-01 7:25 
GeneralRe: URGENT HELP PLS!! VC++ Code to export a screen image into BMP/GIF Format Pin
22-Aug-01 10:01
suss22-Aug-01 10:01 
Generaldid you even look? Pin
Chris Losinger22-Aug-01 10:17
professionalChris Losinger22-Aug-01 10:17 
GeneralRe: did you even look? Pin
22-Aug-01 10:47
suss22-Aug-01 10:47 
GeneralRe: did you even look? Pin
Christian Graus22-Aug-01 12:49
protectorChristian Graus22-Aug-01 12:49 
GeneralSendMessage() Pin
John Uhlenbrock22-Aug-01 6:36
John Uhlenbrock22-Aug-01 6:36 
GeneralRe: SendMessage() Pin
Mukkie22-Aug-01 6:55
Mukkie22-Aug-01 6:55 
GeneralRe: SendMessage() Pin
John Uhlenbrock22-Aug-01 8:01
John Uhlenbrock22-Aug-01 8:01 
GeneralRe: SendMessage() Pin
John Uhlenbrock22-Aug-01 8:26
John Uhlenbrock22-Aug-01 8:26 
GeneralRe: SendMessage() Pin
dfields32622-Aug-01 9:23
dfields32622-Aug-01 9:23 

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.