Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: set wallpaper [modified] Pin
ashish dogra11-Jul-06 0:39
ashish dogra11-Jul-06 0:39 
GeneralRe: set wallpaper Pin
Hamid_RT11-Jul-06 1:01
Hamid_RT11-Jul-06 1:01 
GeneralRe: set wallpaper [modified] Pin
ashish dogra11-Jul-06 1:05
ashish dogra11-Jul-06 1:05 
GeneralRe: set wallpaper Pin
David Crow11-Jul-06 5:12
David Crow11-Jul-06 5:12 
GeneralRe: set wallpaper Pin
ashish dogra11-Jul-06 3:02
ashish dogra11-Jul-06 3:02 
GeneralRe: set wallpaper Pin
Hamid_RT11-Jul-06 19:44
Hamid_RT11-Jul-06 19:44 
GeneralRe: set wallpaper Pin
Parthi_Appu11-Jul-06 0:49
Parthi_Appu11-Jul-06 0:49 
GeneralRe: set wallpaper [modified] Pin
ashish dogra11-Jul-06 1:19
ashish dogra11-Jul-06 1:19 
thanks but it does not work
but i use this code and no wallpaper is appeared
CBitmap m_hBitmap; //Declare in class
m_hBitmap.LoadBitmap("D:\\pics\\image001.jpg);
if (CTLCOLOR_DLG == nCtlColor) //nCtlColor is the 'in' parameter
{
hbr = ::CreatePatternBrush((HBITMAP)m_hBitmap.m_hObject);
}


Ashish Dogra
MCA
Noida

-- modified at 7:48 Tuesday 11th July, 2006
GeneralRe: set wallpaper Pin
Parthi_Appu11-Jul-06 2:02
Parthi_Appu11-Jul-06 2:02 
GeneralRe: set wallpaper Pin
ashish dogra11-Jul-06 2:24
ashish dogra11-Jul-06 2:24 
GeneralRe: set wallpaper Pin
David Crow11-Jul-06 5:14
David Crow11-Jul-06 5:14 
GeneralRe: set wallpaper Pin
Parthi_Appu11-Jul-06 17:58
Parthi_Appu11-Jul-06 17:58 
GeneralRe: set wallpaper Pin
Hamid_RT11-Jul-06 19:44
Hamid_RT11-Jul-06 19:44 
QuestionDisplaying problem in Bitmaps Pin
rkshdixit10-Jul-06 23:25
rkshdixit10-Jul-06 23:25 
AnswerRe: Displaying problem in Bitmaps Pin
Justin Tay10-Jul-06 23:45
Justin Tay10-Jul-06 23:45 
GeneralRe: Displaying problem in Bitmaps Pin
rkshdixit11-Jul-06 1:05
rkshdixit11-Jul-06 1:05 
GeneralRe: Displaying problem in Bitmaps Pin
Justin Tay11-Jul-06 6:58
Justin Tay11-Jul-06 6:58 
QuestionLoad String From Resource (String Table) Pin
mehmetned10-Jul-06 23:19
mehmetned10-Jul-06 23:19 
AnswerRe: Load String From Resource (String Table) Pin
Parthi_Appu10-Jul-06 23:30
Parthi_Appu10-Jul-06 23:30 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned10-Jul-06 23:36
mehmetned10-Jul-06 23:36 
GeneralRe: Load String From Resource (String Table) Pin
toxcct10-Jul-06 23:39
toxcct10-Jul-06 23:39 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:33
mehmetned11-Jul-06 0:33 
GeneralRe: Load String From Resource (String Table) Pin
toxcct11-Jul-06 2:23
toxcct11-Jul-06 2:23 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu10-Jul-06 23:50
Parthi_Appu10-Jul-06 23:50 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:28
mehmetned11-Jul-06 0:28 

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.