Click here to Skip to main content
15,914,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Opening another Pin
David Crow25-Feb-05 2:43
David Crow25-Feb-05 2:43 
GeneralRe: Opening another form Pin
BritishEmpire25-Feb-05 6:07
BritishEmpire25-Feb-05 6:07 
GeneralRe: Opening another form Pin
David Crow25-Feb-05 6:19
David Crow25-Feb-05 6:19 
Generalwindows system file protection during install shield creation Pin
ThinkingPrometheus25-Feb-05 1:44
ThinkingPrometheus25-Feb-05 1:44 
GeneralRe: windows system file protection during install shield creation Pin
Mike Dimmick25-Feb-05 2:25
Mike Dimmick25-Feb-05 2:25 
GeneralRe: windows system file protection during install shield creation Pin
ThinkingPrometheus25-Feb-05 3:58
ThinkingPrometheus25-Feb-05 3:58 
Generaldrawing an icon Pin
Abu Mami25-Feb-05 1:38
Abu Mami25-Feb-05 1:38 
GeneralRe: drawing an icon Pin
PJ Arends25-Feb-05 6:27
professionalPJ Arends25-Feb-05 6:27 
Lookup CreateIconIndirect in MSDN.

You have to draw your text onto two bitmaps, The first on is the colour bitmap that has the icon as you want to see it, and the second is a black and white mask bitmap that is used for the outline of the opaque and transparent parts of the icon, black being opaque and white being transparent. Use CreateIconIndirect to combine these two bitmaps into an icon.

[plug]
Check out http://www.codeproject.com/tools/imageviewer.asp[^] for a tool that makes it very easy to debug bitmaps and icons.
[/plug]



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralRe: drawing an icon Pin
Abu Mami26-Feb-05 5:57
Abu Mami26-Feb-05 5:57 
GeneralDynamic ListControl click handler Pin
laiju25-Feb-05 1:16
laiju25-Feb-05 1:16 
Questionhow to get desktop image in memory? Pin
Jagdish Vasani25-Feb-05 1:06
Jagdish Vasani25-Feb-05 1:06 
General#pragma enum Pin
vikramlinux25-Feb-05 0:29
vikramlinux25-Feb-05 0:29 
GeneralRe: #pragma enum Pin
David Crow25-Feb-05 2:48
David Crow25-Feb-05 2:48 
GeneralRe: #pragma enum Pin
vikramlinux25-Feb-05 17:29
vikramlinux25-Feb-05 17:29 
GeneralRe: #pragma enum Pin
rbid25-Feb-05 20:33
rbid25-Feb-05 20:33 
GeneralRead the text in some richedit controls in other processes. Pin
SteQve25-Feb-05 0:16
SteQve25-Feb-05 0:16 
GeneralRe: Read the text in some richedit controls in other processes. Pin
SteQve25-Feb-05 3:35
SteQve25-Feb-05 3:35 
GeneralRe: Read the text in some richedit controls in other processes. Pin
SteQve25-Feb-05 3:41
SteQve25-Feb-05 3:41 
QuestionHow to Copy Data to MS Excel ? Pin
zahid_ash24-Feb-05 23:43
zahid_ash24-Feb-05 23:43 
AnswerRe: How to Copy Data to MS Excel ? Pin
PJ Arends25-Feb-05 7:14
professionalPJ Arends25-Feb-05 7:14 
GeneralRe: How to Copy Data to MS Excel ? Pin
zahid_ash27-Feb-05 18:39
zahid_ash27-Feb-05 18:39 
GeneralRe: How to Copy Data to MS Excel ? Pin
PJ Arends27-Feb-05 21:07
professionalPJ Arends27-Feb-05 21:07 
Generalextract audio from avi file Pin
abaddon32524-Feb-05 23:23
abaddon32524-Feb-05 23:23 
GeneralRe: extract audio from avi file Pin
Will115725-Feb-05 16:56
sussWill115725-Feb-05 16:56 
GeneralLink Users Pin
densitet24-Feb-05 23:05
densitet24-Feb-05 23:05 

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.