Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Answer[OT] Re: Parallel Port acess & Reading Char strings to Labels / Lists Pin
David Crow7-Jul-06 2:59
David Crow7-Jul-06 2:59 
GeneralRe: [OT] Re: Parallel Port acess & Reading Char strings to Labels / Lists Pin
markwalker847-Jul-06 3:08
markwalker847-Jul-06 3:08 
AnswerRe: Parallel Port acess & Reading Char strings to Labels / Lists Pin
earl7-Jul-06 6:20
earl7-Jul-06 6:20 
GeneralRe: Parallel Port acess & Reading Char strings to Labels / Lists Pin
markwalker849-Jul-06 22:48
markwalker849-Jul-06 22:48 
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 
thanks for your reply
i put this code in oninitdialog()
CImage m_Image;
m_Image.Load(filename)//can i put filename as path of that wallpaper or wallpapers name);

and put this in onpaint
Bitblt(dc.m_hdc,0,0,800,600,m_Image.GetDC(),0,0,SRCCOPY);

but this gives errors as Bitblt undeclared identifier
and CImage as undeclared identifier



Ashish Dogra
MCA
Noida
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 
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 

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.