Click here to Skip to main content
15,923,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Parallel Port acess & Reading Char strings to Labels / Lists Pin
earl10-Jul-06 9:26
earl10-Jul-06 9:26 
Questionwallpaper on dialog box Pin
ashish dogra7-Jul-06 1:18
ashish dogra7-Jul-06 1:18 
AnswerRe: wallpaper on dialog box /*modified*/ Pin
Hamid_RT7-Jul-06 1:31
Hamid_RT7-Jul-06 1:31 
GeneralRe: wallpaper on dialog box /*modified*/ Pin
ashish dogra7-Jul-06 1:42
ashish dogra7-Jul-06 1:42 
GeneralRe: wallpaper on dialog box Pin
Hamid_RT7-Jul-06 1:47
Hamid_RT7-Jul-06 1:47 
GeneralRe: wallpaper on dialog box [modified] Pin
ashish dogra7-Jul-06 1:54
ashish dogra7-Jul-06 1:54 
GeneralRe: wallpaper on dialog box Pin
Hamid_RT7-Jul-06 3:02
Hamid_RT7-Jul-06 3:02 
GeneralRe: wallpaper on dialog box /*modified*/ Pin
David Crow7-Jul-06 3:01
David Crow7-Jul-06 3:01 
ashish dogra wrote:
but this gives errors as Bitblt undeclared identifier
and CImage as undeclared identifier


This should come as no surprise since Bitblt() is different than BitBlt(). m_Image is local to the OnInitDialog() method so there is no way that it can be used on the OnPaint() method.


"The largest fire starts but with the smallest spark." - David Crow

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: wallpaper on dialog box /*modified*/ Pin
Hamid_RT7-Jul-06 3:19
Hamid_RT7-Jul-06 3:19 
GeneralRe: wallpaper on dialog box /*modified*/ Pin
ashish dogra7-Jul-06 3:25
ashish dogra7-Jul-06 3:25 
GeneralRe: wallpaper on dialog box /*modified*/ Pin
Hamid_RT7-Jul-06 3:38
Hamid_RT7-Jul-06 3:38 
Questionwarning message Pin
Lord_Vader7-Jul-06 1:16
Lord_Vader7-Jul-06 1:16 
AnswerRe: warning message Pin
Chris Losinger7-Jul-06 1:47
professionalChris Losinger7-Jul-06 1:47 
Questioncounting words in strings Pin
locoone7-Jul-06 1:06
locoone7-Jul-06 1:06 
AnswerRe: counting words in strings Pin
Rajesh R Subramanian7-Jul-06 1:48
professionalRajesh R Subramanian7-Jul-06 1:48 
AnswerRe: counting words in strings [modified] Pin
Chris Losinger7-Jul-06 1:49
professionalChris Losinger7-Jul-06 1:49 
AnswerRe: counting words in strings Pin
Nemanja Trifunovic7-Jul-06 2:54
Nemanja Trifunovic7-Jul-06 2:54 
AnswerRe: counting words in strings Pin
Zac Howland7-Jul-06 4:59
Zac Howland7-Jul-06 4:59 
GeneralRe: counting words in strings Pin
locoone7-Jul-06 9:19
locoone7-Jul-06 9:19 
GeneralRe: counting words in strings Pin
Zac Howland7-Jul-06 9:24
Zac Howland7-Jul-06 9:24 
GeneralRe: counting words in strings Pin
locoone7-Jul-06 9:26
locoone7-Jul-06 9:26 
GeneralRe: counting words in strings Pin
Zac Howland7-Jul-06 9:31
Zac Howland7-Jul-06 9:31 
GeneralRe: counting words in strings Pin
locoone7-Jul-06 9:34
locoone7-Jul-06 9:34 
GeneralRe: counting words in strings Pin
Zac Howland7-Jul-06 9:52
Zac Howland7-Jul-06 9:52 
QuestionUsing XML in Localization of MFC is advisable ? Pin
karthik Tamizhmathi7-Jul-06 1:01
karthik Tamizhmathi7-Jul-06 1:01 

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.