Click here to Skip to main content
15,893,368 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin2-Nov-03 13:06
professionalPhil Martin2-Nov-03 13:06 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
François Gasnier4-Nov-03 5:44
François Gasnier4-Nov-03 5:44 
GeneralRe: OpenGL enabled video cards and OpenGL picking... Pin
Phil Martin4-Nov-03 9:47
professionalPhil Martin4-Nov-03 9:47 
GeneralDid anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:25
Member 65339930-Oct-03 22:25 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 22:46
Michael P Butler30-Oct-03 22:46 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 22:56
Member 65339930-Oct-03 22:56 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Member 65339930-Oct-03 23:00
Member 65339930-Oct-03 23:00 
GeneralRe: Did anyone try this function 'CSplitterWnd::GetColumnInfo' Pin
Michael P Butler30-Oct-03 23:04
Michael P Butler30-Oct-03 23:04 
GeneralLarge string in VC++ Pin
Azghar Hussain30-Oct-03 21:55
professionalAzghar Hussain30-Oct-03 21:55 
GeneralRe: Large string in VC++ Pin
andyj11531-Oct-03 0:39
andyj11531-Oct-03 0:39 
GeneralRe: Large string in VC++ Pin
Azghar Hussain31-Oct-03 17:43
professionalAzghar Hussain31-Oct-03 17:43 
GeneralRe: Large string in VC++ Pin
David Crow8-Jun-04 2:36
David Crow8-Jun-04 2:36 
GeneralShared Directory... Pin
Member 78464530-Oct-03 21:54
Member 78464530-Oct-03 21:54 

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.