Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Source Code of a Simple Calculator Pin
Christian Graus9-Nov-01 0:03
protectorChristian Graus9-Nov-01 0:03 
GeneralRe: Source Code of a Simple Calculator Pin
Nish Nishant9-Nov-01 0:08
sitebuilderNish Nishant9-Nov-01 0:08 
GeneralRe: Source Code of a Simple Calculator Pin
Chambers9-Nov-01 0:13
Chambers9-Nov-01 0:13 
GeneralRe: Source Code of a Simple Calculator Pin
Tomasz Sowinski9-Nov-01 0:19
Tomasz Sowinski9-Nov-01 0:19 
GeneralRe: Source Code of a Simple Calculator Pin
Nish Nishant9-Nov-01 0:22
sitebuilderNish Nishant9-Nov-01 0:22 
Questionhow can i add header to raw bitmap data? Pin
zecodela8-Nov-01 16:35
zecodela8-Nov-01 16:35 
AnswerRe: how can i add header to raw bitmap data? Pin
Nish Nishant8-Nov-01 16:47
sitebuilderNish Nishant8-Nov-01 16:47 
GeneralCButton icon Pin
8-Nov-01 16:06
suss8-Nov-01 16:06 
hi,

i'm trying to get a icon displayed on a CButton, looking though the help etc i got it working useing
HICON m_hIcon;
m_hIcon = AfxGetApp()->LoadIcon(IDI_ICON_DIR);
if (NULL != m_hIcon) {
m_browse.SetIcon(m_hIcon);
}
but the problem is it steches it to the whole button, and i want it to stay the size of the icon, 16 x 16, any idea?

thanks in advane for any help.

muz.
GeneralRe: CButton icon Pin
Michael P Butler8-Nov-01 22:01
Michael P Butler8-Nov-01 22:01 
GeneralVisual Studio Build Options Pin
gjr8-Nov-01 14:50
gjr8-Nov-01 14:50 
GeneralRe: Visual Studio Build Options Pin
Michael Dunn8-Nov-01 15:57
sitebuilderMichael Dunn8-Nov-01 15:57 
GeneralRe: Visual Studio Build Options Pin
8-Nov-01 17:47
suss8-Nov-01 17:47 
GeneralRe: Visual Studio Build Options Pin
9-Nov-01 19:47
suss9-Nov-01 19:47 
GeneralOffice Automation Pin
Richard Ellis8-Nov-01 14:10
Richard Ellis8-Nov-01 14:10 
GeneralRe: Office Automation Pin
Christian Graus8-Nov-01 14:26
protectorChristian Graus8-Nov-01 14:26 
GeneralRe: Check VB sample! Pin
Masaaki Onishi8-Nov-01 14:52
Masaaki Onishi8-Nov-01 14:52 
GeneralRe: Office Automation Pin
Richard Ellis8-Nov-01 16:10
Richard Ellis8-Nov-01 16:10 
GeneralBeginning Windows CE Pin
8-Nov-01 11:48
suss8-Nov-01 11:48 
GeneralHelp with more than one window Pin
ParaSwarm8-Nov-01 10:30
ParaSwarm8-Nov-01 10:30 
GeneralRe: Help with more than one window Pin
Christian Graus8-Nov-01 10:51
protectorChristian Graus8-Nov-01 10:51 
GeneralRe: Help with more than one window Pin
ParaSwarm8-Nov-01 11:39
ParaSwarm8-Nov-01 11:39 
GeneralRe: Help with more than one window Pin
Christian Graus8-Nov-01 11:48
protectorChristian Graus8-Nov-01 11:48 
GeneralRe: Help with more than one window Pin
8-Nov-01 18:44
suss8-Nov-01 18:44 
GeneralHELP - ReadDirectoryChangesW Pin
Dan Madden8-Nov-01 9:34
Dan Madden8-Nov-01 9:34 
GeneralRe: HELP - ReadDirectoryChangesW Pin
Carlos Antollini8-Nov-01 9:59
Carlos Antollini8-Nov-01 9:59 

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.