Click here to Skip to main content
15,888,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
if you want to use brush in ctlcolor use
<br />
CBrush *m_brush;<br />
CBitmap m_Bitmap;<br />
m_Bitmap.Attach(LoadImage(...));<br />
m_brush=new CBitmap(&m_Bitmap);<br />

now in ctlcolor return m_brush->GetSafeHandle();//i think this (GetSafeHandle) i dont have vc now
in the end delete m_brush



whitesky


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 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:30
mehmetned11-Jul-06 0:30 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu11-Jul-06 0:37
Parthi_Appu11-Jul-06 0:37 
GeneralRe: Load String From Resource (String Table) Pin
mehmetned11-Jul-06 0:53
mehmetned11-Jul-06 0:53 
GeneralRe: Load String From Resource (String Table) Pin
Parthi_Appu11-Jul-06 0:59
Parthi_Appu11-Jul-06 0:59 
GeneralRe: Load String From Resource (String Table) Pin
David Crow11-Jul-06 5:16
David Crow11-Jul-06 5:16 

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.