Click here to Skip to main content
15,896,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change the caption of AfxMessageBox () ? Pin
Graham Bradshaw23-Nov-08 2:43
Graham Bradshaw23-Nov-08 2:43 
QuestionInternet Connection Problem Pin
Dhiraj kumar Saini22-Nov-08 1:07
Dhiraj kumar Saini22-Nov-08 1:07 
Questionplease help on operators in matrix class Pin
Jorge22-Nov-08 0:35
Jorge22-Nov-08 0:35 
QuestionRe: please help on operators in matrix class Pin
CPallini23-Nov-08 9:45
mveCPallini23-Nov-08 9:45 
AnswerRe: please help on operators in matrix class Pin
Jorge23-Nov-08 13:40
Jorge23-Nov-08 13:40 
QuestionHow to open .bmp file in paint in MFC? Pin
AnithaSubramani22-Nov-08 0:11
AnithaSubramani22-Nov-08 0:11 
AnswerRe: How to open .bmp file in paint in MFC? Pin
Randor 22-Nov-08 0:35
professional Randor 22-Nov-08 0:35 
AnswerRe: How to open .bmp file in paint in MFC? Pin
Code-o-mat22-Nov-08 0:38
Code-o-mat22-Nov-08 0:38 
Hello!

I'm not sure i understood correctly what you are trying to achieve there, but if you have the path to the BMP file you want to open when it is clicked you could try using ShellExecute, for example something like ShellExecute(NULL, "edit", <path_to_your_BMP>, NULL, NULL, SW_SHOW) or maybe ShellExecute(NULL, "open", <path_to_paint>, <path_to_BMP>, NULL, SW_SHOW).
AnswerRe: How to open .bmp file in paint in MFC? Pin
Hamid_RT22-Nov-08 2:19
Hamid_RT22-Nov-08 2:19 
GeneralRe: How to open .bmp file in paint in MFC? Pin
AnithaSubramani22-Nov-08 2:28
AnithaSubramani22-Nov-08 2:28 
GeneralRe: How to open .bmp file in paint in MFC? Pin
David Crow22-Nov-08 3:34
David Crow22-Nov-08 3:34 
GeneralRe: How to open .bmp file in paint in MFC? Pin
Hamid_RT22-Nov-08 20:30
Hamid_RT22-Nov-08 20:30 
QuestionHow can Release memory controls? Pin
Le@rner21-Nov-08 23:07
Le@rner21-Nov-08 23:07 
AnswerRe: How can Release memory controls? Pin
Randor 22-Nov-08 0:16
professional Randor 22-Nov-08 0:16 
Questionpascal to c code converstion .. Pin
Member 403833521-Nov-08 22:33
Member 403833521-Nov-08 22:33 
AnswerRe: pascal to c code converstion .. Pin
David Crow22-Nov-08 3:29
David Crow22-Nov-08 3:29 
GeneralRe: pascal to c code converstion .. Pin
Member 403833522-Nov-08 5:18
Member 403833522-Nov-08 5:18 
QuestionRe: pascal to c code converstion .. Pin
David Crow22-Nov-08 10:13
David Crow22-Nov-08 10:13 
AnswerRe: pascal to c code converstion .. Pin
Member 403833522-Nov-08 22:02
Member 403833522-Nov-08 22:02 
GeneralRe: pascal to c code converstion .. Pin
David Crow23-Nov-08 12:53
David Crow23-Nov-08 12:53 
QuestionDrag & drop between tree controls [modified] Pin
AnithaSubramani21-Nov-08 19:09
AnithaSubramani21-Nov-08 19:09 
AnswerRe: Drag & drop between tree controls Pin
Code-o-mat22-Nov-08 9:36
Code-o-mat22-Nov-08 9:36 
Questionno border for my form Pin
zon_cpp21-Nov-08 19:05
zon_cpp21-Nov-08 19:05 
AnswerRe: no border for my form Pin
zon_cpp22-Nov-08 1:45
zon_cpp22-Nov-08 1:45 
GeneralRe: no border for my form Pin
Randor 22-Nov-08 2:50
professional Randor 22-Nov-08 2:50 

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.