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

C / C++ / MFC

 
AnswerRe: Loading *.EPS file Pin
jk chan8-Aug-07 0:05
jk chan8-Aug-07 0:05 
QuestionNo of Lines in a .Png file. Pin
zxc897-Aug-07 20:03
zxc897-Aug-07 20:03 
AnswerRe: No of Lines in a .Png file. Pin
Paresh Chitte7-Aug-07 20:20
Paresh Chitte7-Aug-07 20:20 
QuestionSlider control in Toolbar Pin
Anurag Gandhi7-Aug-07 20:03
professionalAnurag Gandhi7-Aug-07 20:03 
AnswerRe: Slider control in Toolbar Pin
Hamid_RT7-Aug-07 20:41
Hamid_RT7-Aug-07 20:41 
GeneralRe: Slider control in Toolbar Pin
Anurag Gandhi7-Aug-07 22:06
professionalAnurag Gandhi7-Aug-07 22:06 
GeneralRe: Slider control in Toolbar Pin
#realJSOP8-Aug-07 0:07
professional#realJSOP8-Aug-07 0:07 
JokeRe: Slider control in Toolbar Pin
toxcct8-Aug-07 0:18
toxcct8-Aug-07 0:18 
GeneralRe: Slider control in Toolbar Pin
Hamid_RT8-Aug-07 3:49
Hamid_RT8-Aug-07 3:49 
QuestionMSI installer setup Pin
rishi_palani7-Aug-07 19:59
rishi_palani7-Aug-07 19:59 
AnswerRe: MSI installer setup Pin
Hamid_RT7-Aug-07 20:35
Hamid_RT7-Aug-07 20:35 
QuestionBattery Status of LAPTOP Pin
saksp7-Aug-07 19:42
saksp7-Aug-07 19:42 
AnswerRe: Battery Status of LAPTOP Pin
bob169727-Aug-07 19:58
bob169727-Aug-07 19:58 
AnswerRe: Battery Status of LAPTOP Pin
Hamid_RT7-Aug-07 20:38
Hamid_RT7-Aug-07 20:38 
AnswerRe: Battery Status of LAPTOP Pin
ThatsAlok7-Aug-07 23:00
ThatsAlok7-Aug-07 23:00 
GeneralRe: Battery Status of LAPTOP Pin
saksp8-Aug-07 0:47
saksp8-Aug-07 0:47 
Questionhow to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 18:50
ashokbngr7-Aug-07 18:50 
AnswerRe: how to disply pixel data on a dialog? Pin
Hamid_RT7-Aug-07 18:59
Hamid_RT7-Aug-07 18:59 
AnswerRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 18:59
Nishad S7-Aug-07 18:59 
GeneralRe: how to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 19:08
ashokbngr7-Aug-07 19:08 
GeneralRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 19:18
Nishad S7-Aug-07 19:18 
If you can convert it to bitmap, then as I early mentioned, you can use SetBitmap.

Another option is that customize the static control (deriving from CStatic) and put each pixel in to the DC in OnPaint(). SetPixelV API can be used for that.

- NS -

GeneralRe: how to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 19:24
ashokbngr7-Aug-07 19:24 
GeneralRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 19:27
Nishad S7-Aug-07 19:27 
GeneralRe: how to disply pixel data on a dialog? Pin
jk chan7-Aug-07 21:42
jk chan7-Aug-07 21:42 
QuestionMake text of CButton non-bold Pin
cagespear7-Aug-07 18:45
cagespear7-Aug-07 18:45 

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.