Click here to Skip to main content
15,906,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Some questions Pin
Michael P Butler31-Oct-03 1:22
Michael P Butler31-Oct-03 1:22 
GeneralRe: Some questions Pin
DaFrawg4-Nov-03 21:07
DaFrawg4-Nov-03 21:07 
GeneralRe: Some questions Pin
melwyn31-Oct-03 2:30
melwyn31-Oct-03 2:30 
GeneralRe: Some questions Pin
DaFrawg4-Nov-03 21:28
DaFrawg4-Nov-03 21:28 
Question<fstream.h> in .NET?? Pin
d00_ape31-Oct-03 0:58
sussd00_ape31-Oct-03 0:58 
AnswerRe: <fstream.h> in .NET?? Pin
Joaquín M López Muñoz31-Oct-03 2:42
Joaquín M López Muñoz31-Oct-03 2:42 
GeneralRe: <fstream.h> in .NET?? Pin
d00_ape12-Nov-03 1:21
sussd00_ape12-Nov-03 1:21 
QuestionWhat do you guys use to parse XML? Pin
BadJerry31-Oct-03 0:10
BadJerry31-Oct-03 0:10 
AnswerRe: What do you guys use to parse XML? Pin
Michael P Butler31-Oct-03 0:59
Michael P Butler31-Oct-03 0:59 
AnswerRe: What do you guys use to parse XML? Pin
Peter Mares31-Oct-03 1:14
Peter Mares31-Oct-03 1:14 
AnswerRe: What do you guys use to parse XML? Pin
jhwurmbach31-Oct-03 2:15
jhwurmbach31-Oct-03 2:15 
AnswerRe: What do you guys use to parse XML? Pin
Ryan_Roberts31-Oct-03 3:41
Ryan_Roberts31-Oct-03 3:41 
AnswerRe: What do you guys use to parse XML? Pin
Atlantys31-Oct-03 13:01
Atlantys31-Oct-03 13:01 
AnswerRe: What do you guys use to parse XML? Pin
LozEvans3-Nov-03 0:16
LozEvans3-Nov-03 0:16 
GeneralRe: What do you guys use to parse XML? Pin
melwyn4-Nov-03 21:56
melwyn4-Nov-03 21:56 
GeneralRe: What do you guys use to parse XML? Pin
LozEvans10-Nov-03 3:43
LozEvans10-Nov-03 3:43 
GeneralDirectShow streaming Pin
LozEvans30-Oct-03 23:37
LozEvans30-Oct-03 23:37 
GeneralRe: DirectShow streaming Pin
Andrew Walker31-Oct-03 12:21
Andrew Walker31-Oct-03 12:21 
GeneralConvert HICON to HBITMAP Pin
Onkie30-Oct-03 23:09
Onkie30-Oct-03 23:09 
GeneralRe: Convert HICON to HBITMAP Pin
DiWa31-Oct-03 1:52
DiWa31-Oct-03 1:52 
GeneralRe: Convert HICON to HBITMAP Pin
Mike Dimmick31-Oct-03 5:53
Mike Dimmick31-Oct-03 5:53 
Create a memory device context compatible with the screen using CreateCompatibleDC. Create a device independent bitmap (DIB) using CreateDIBSection and select it into your memory DC with SelectObject. Draw the icon into the device context using DrawIcon(Ex).

Now look in Programming Windows by Charles Petzold to work out how to save the DIB bits into a valid BMP file.
GeneralOpenGL enabled video cards and OpenGL picking... Pin
François Gasnier30-Oct-03 22:53
François Gasnier30-Oct-03 22:53 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
JWood1-Nov-03 4:59
JWood1-Nov-03 4:59 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 11:45
professionalPhil Martin2-Nov-03 11:45 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier2-Nov-03 12:48
François Gasnier2-Nov-03 12: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.