Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: creating .dll and .lib files Pin
Y K Kishore Kumar27-Apr-07 0:10
Y K Kishore Kumar27-Apr-07 0:10 
QuestionJpeg format picture Pin
iayd26-Apr-07 22:02
iayd26-Apr-07 22:02 
AnswerRe: Jpeg format picture Pin
jhwurmbach26-Apr-07 22:10
jhwurmbach26-Apr-07 22:10 
GeneralRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:23
Hamid_RT26-Apr-07 22:23 
AnswerRe: Jpeg format picture Pin
Paresh Chitte26-Apr-07 22:15
Paresh Chitte26-Apr-07 22:15 
AnswerRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:21
Hamid_RT26-Apr-07 22:21 
AnswerRe: Jpeg format picture Pin
Hamid_RT26-Apr-07 22:25
Hamid_RT26-Apr-07 22:25 
QuestionPart of button image becomes invisible after click Pin
rp_suman26-Apr-07 21:35
rp_suman26-Apr-07 21:35 
There is a button with image. When I click the button, the dotted lines denoting the focus of a button is coming and
part image becomes invisible and if I click somewhere else in the dialog then also part of image is not becoming visible.
The code is as follows:
CButton *cb = ((CButton*)GetDlgItem(IDC_BUTTON2));<br />
bmpForBtn = CreateMappedBitmap(AfxGetInstanceHandle(),IDB_BITMAP1,0,&clrMap,1); <br />
cb->SetBitmap(bmpForBtn); <br />

Any ideas would be greatly appreciable.
Best Regards,
Suman
AnswerRe: Part of button image becomes invisible after click Pin
jk chan26-Apr-07 22:51
jk chan26-Apr-07 22:51 
QuestionRe: Part of button image becomes invisible after click Pin
prasad_som26-Apr-07 22:52
prasad_som26-Apr-07 22:52 
AnswerRe: Part of button image becomes invisible after click Pin
rp_suman26-Apr-07 23:20
rp_suman26-Apr-07 23:20 
GeneralRe: Part of button image becomes invisible after click Pin
prasad_som26-Apr-07 23:24
prasad_som26-Apr-07 23:24 
QuestionMenu Problem Pin
kiranin26-Apr-07 21:18
kiranin26-Apr-07 21:18 
QuestionVC++ 6.0 conflict with Office 2007 ? Pin
GameProfessor26-Apr-07 21:08
GameProfessor26-Apr-07 21:08 
QuestionGetSystemPowerStatusEx2 undeclared Pin
sheela Rajaram26-Apr-07 21:00
sheela Rajaram26-Apr-07 21:00 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
CPallini26-Apr-07 21:10
mveCPallini26-Apr-07 21:10 
GeneralRe: GetSystemPowerStatusEx2 undeclared Pin
sheela Rajaram26-Apr-07 22:12
sheela Rajaram26-Apr-07 22:12 
QuestionRe: GetSystemPowerStatusEx2 undeclared Pin
Hamid_RT26-Apr-07 22:19
Hamid_RT26-Apr-07 22:19 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
sheela Rajaram26-Apr-07 22:28
sheela Rajaram26-Apr-07 22:28 
GeneralRe: GetSystemPowerStatusEx2 undeclared Pin
Hamid_RT26-Apr-07 22:56
Hamid_RT26-Apr-07 22:56 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
prasad_som26-Apr-07 22:37
prasad_som26-Apr-07 22:37 
GeneralRe: GetSystemPowerStatusEx2 undeclared Pin
Rajesh R Subramanian26-Apr-07 22:42
professionalRajesh R Subramanian26-Apr-07 22:42 
GeneralRe: GetSystemPowerStatusEx2 undeclared Pin
prasad_som26-Apr-07 22:47
prasad_som26-Apr-07 22:47 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
Rajesh R Subramanian26-Apr-07 22:40
professionalRajesh R Subramanian26-Apr-07 22:40 
QuestionHow to find public key token of singed assembly programatically Pin
Mushtaque Nizamani26-Apr-07 20:46
Mushtaque Nizamani26-Apr-07 20:46 

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.