Click here to Skip to main content
15,917,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clueless about regexp groups & captures Pin
Brian Delahunty22-Jun-03 6:11
Brian Delahunty22-Jun-03 6:11 
GeneralReading results of CHECKBOX & AUTOCHECKBOX.... Pin
EDarkness21-Jun-03 11:47
EDarkness21-Jun-03 11:47 
GeneralRe: Reading results of CHECKBOX & AUTOCHECKBOX.... Pin
Michael Dunn21-Jun-03 18:07
sitebuilderMichael Dunn21-Jun-03 18:07 
Generalusing tom in Richedit Pin
Asad Rasheed21-Jun-03 6:08
Asad Rasheed21-Jun-03 6:08 
GeneralRe: using tom in Richedit Pin
Ryan Binns21-Jun-03 19:38
Ryan Binns21-Jun-03 19:38 
GeneralRe: using tom in Richedit Pin
Asad Rasheed23-Jun-03 0:54
Asad Rasheed23-Jun-03 0:54 
GeneralRe: using tom in Richedit Pin
Ryan Binns23-Jun-03 0:59
Ryan Binns23-Jun-03 0:59 
GeneralRe: using tom in Richedit Pin
Asad Rasheed23-Jun-03 1:27
Asad Rasheed23-Jun-03 1:27 
GeneralRe: using tom in Richedit Pin
Ryan Binns23-Jun-03 1:46
Ryan Binns23-Jun-03 1:46 
GeneralRe: using tom in Richedit Pin
Ryan Binns23-Jun-03 1:50
Ryan Binns23-Jun-03 1:50 
GeneralRe: using tom in Richedit Pin
Asad Rasheed23-Jun-03 11:36
Asad Rasheed23-Jun-03 11:36 
GeneralRe: using tom in Richedit Pin
Ryan Binns23-Jun-03 13:29
Ryan Binns23-Jun-03 13:29 
GeneralRe: using tom in Richedit Pin
Asad Rasheed23-Jun-03 21:52
Asad Rasheed23-Jun-03 21:52 
GeneralRe: using tom in Richedit Pin
Ryan Binns24-Jun-03 14:59
Ryan Binns24-Jun-03 14:59 
GeneralRe: using tom in Richedit Pin
Asad Rasheed24-Jun-03 7:02
Asad Rasheed24-Jun-03 7:02 
QuestionHow do I receive data after an completed AcceptEx operation? Pin
bond00621-Jun-03 4:51
bond00621-Jun-03 4:51 
AnswerRe: How do I receive data after an completed AcceptEx operation? Pin
bond00621-Jun-03 9:02
bond00621-Jun-03 9:02 
Generaldll inside a dl Pin
vishalnikisharma21-Jun-03 2:38
vishalnikisharma21-Jun-03 2:38 
GeneralRe: dll inside a dl Pin
valikac21-Jun-03 7:39
valikac21-Jun-03 7:39 
GeneralRe: dll inside a dl Pin
vishalnikisharma22-Jun-03 19:29
vishalnikisharma22-Jun-03 19:29 
GeneralRe: dll inside a dl Pin
Anonymous22-Jun-03 16:10
Anonymous22-Jun-03 16:10 
GeneralRe: dll inside a dl Pin
vishalnikisharma22-Jun-03 19:25
vishalnikisharma22-Jun-03 19:25 
GeneralCStatusBarCtrl::SetIcon() problem with icon size Pin
Baris Kurtlutepe21-Jun-03 0:07
Baris Kurtlutepe21-Jun-03 0:07 
Hi everybody,

I'm trying to show an icon in one of the status bar's panes. The status bar is the CStatusBarCtrl and the problem is that I can only show 32x32 icons in the pane. When I load a 16x16 icon and call SetIcon() the icon on the statusbar becomes stretched to 32x32 in size, thus loses visibility of the most parts because the statusbar itself is about 18 or 19 pixels high. The workaround I've found is to create a 32x32 icon and place my 16x16 icon in the middle of that space and everything's fine. What am I doing wrong? Or is it that the 32x32 icons are the only ones one can display in a status bar pane? Any help would be greatly appreciated...

P.S: The icons that I'm using are for the WindowsXP platform and thus 32bit icons, 24 bit colour and 8 bit transparency, maybe that's a problem?
GeneralRe: CStatusBarCtrl::SetIcon() problem with icon size Pin
Michael Dunn21-Jun-03 5:10
sitebuilderMichael Dunn21-Jun-03 5:10 
GeneralRe: CStatusBarCtrl::SetIcon() problem with icon size Pin
Baris Kurtlutepe21-Jun-03 5:23
Baris Kurtlutepe21-Jun-03 5: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.