Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLINK : fatal error LNK1104: Pin
ani_ikram4-Aug-08 17:23
ani_ikram4-Aug-08 17:23 
AnswerRe: LINK : fatal error LNK1104: Pin
sudhir_Kumar4-Aug-08 19:20
sudhir_Kumar4-Aug-08 19:20 
QuestionClient rectangle not actualized after menu removal Pin
FloatingMarc4-Aug-08 16:40
FloatingMarc4-Aug-08 16:40 
QuestionInlining of consts Pin
not_in_use4-Aug-08 12:17
not_in_use4-Aug-08 12:17 
AnswerRe: Inlining of consts Pin
sashoalm4-Aug-08 21:53
sashoalm4-Aug-08 21:53 
GeneralRe: Inlining of consts Pin
not_in_use5-Aug-08 7:54
not_in_use5-Aug-08 7:54 
QuestionIFilter index Pin
tustin4-Aug-08 11:31
tustin4-Aug-08 11:31 
QuestionConcatenating Icons on status bar Pin
daves444-Aug-08 9:41
daves444-Aug-08 9:41 
Hello,

I am trying to concatenate several icons from an apps' resource file into a larger (wider only icon), that I can use to display on the statusbar with:

SendMessage(hWnd,SB_SETICON,0,(LPARAM)hIcon)

The icons are located in the app's resource file and are loaded hIcon1, etc... hIcon7. All icons are 16 x 16 (in color).

Based on some changeable preferences the icons being concatenate may be 1,3,4 or 1,2,5,6 etc.

I am looking for a routine that will concatenate 2 icons passed in and return a handle to a new icon on exit that has the two concatentated. Calling this several times will satisfy what I am trying to do. I would appreciate any assistance in this area since I am not a bitblt or dc guru and have know idea on how to get this to work, win32 c++ only.

Thanks,
QuestionWriting to a bitmap Pin
Anthony Appleyard4-Aug-08 9:31
Anthony Appleyard4-Aug-08 9:31 
AnswerRe: Writing to a bitmap Pin
Perspx4-Aug-08 9:36
Perspx4-Aug-08 9:36 
GeneralRe: Writing to a bitmap Pin
Anthony Appleyard4-Aug-08 9:52
Anthony Appleyard4-Aug-08 9:52 
GeneralRe: Writing to a bitmap Pin
Perspx4-Aug-08 9:57
Perspx4-Aug-08 9:57 
QuestionRe: Writing to a bitmap Pin
David Crow4-Aug-08 16:36
David Crow4-Aug-08 16:36 
QuestionHow to get file size? Pin
__DanC__4-Aug-08 7:39
__DanC__4-Aug-08 7:39 
AnswerRe: How to get file size? Pin
vikas amin4-Aug-08 8:08
vikas amin4-Aug-08 8:08 
AnswerRe: How to get file size? Pin
Mark Salsbery4-Aug-08 9:08
Mark Salsbery4-Aug-08 9:08 
QuestionCreateBitmapIndirect woes Pin
Anthony Appleyard4-Aug-08 6:34
Anthony Appleyard4-Aug-08 6:34 
AnswerRe: CreateBitmapIndirect woes Pin
Mark Salsbery4-Aug-08 7:37
Mark Salsbery4-Aug-08 7:37 
QuestionDoubt regarding server application Pin
sunny_vc4-Aug-08 3:13
sunny_vc4-Aug-08 3:13 
GeneralRe: Doubt regarding server application Pin
Perspx4-Aug-08 3:15
Perspx4-Aug-08 3:15 
QuestionRe: Doubt regarding server application Pin
led mike4-Aug-08 4:27
led mike4-Aug-08 4:27 
AnswerRe: Doubt regarding server application Pin
vikas amin4-Aug-08 7:32
vikas amin4-Aug-08 7:32 
QuestionConverting a number to binary Pin
programming.student4-Aug-08 1:48
programming.student4-Aug-08 1:48 
AnswerRe: Converting a number to binary Pin
Cedric Moonen4-Aug-08 1:54
Cedric Moonen4-Aug-08 1:54 
AnswerRe: Converting a number to binary Pin
Hamid_RT4-Aug-08 6:47
Hamid_RT4-Aug-08 6:47 

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.