Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu13-Apr-09 20:02
birajendu13-Apr-09 20:02 
AnswerRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
_AnsHUMAN_ 13-Apr-09 20:14
_AnsHUMAN_ 13-Apr-09 20:14 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu13-Apr-09 20:26
birajendu13-Apr-09 20:26 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
Cedric Moonen13-Apr-09 20:35
Cedric Moonen13-Apr-09 20:35 
GeneralRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
birajendu14-Apr-09 1:01
birajendu14-Apr-09 1:01 
QuestionRe: HOW TO MAKE A WIN32 APPLICATION NOT INHERITING FROM EXPLORER.EXE? Pin
David Crow14-Apr-09 3:15
David Crow14-Apr-09 3:15 
QuestionPropertySheet Pin
john563213-Apr-09 19:39
john563213-Apr-09 19:39 
AnswerRe: PropertySheet Pin
_AnsHUMAN_ 13-Apr-09 20:24
_AnsHUMAN_ 13-Apr-09 20:24 
CPropertySheet(
LPCTSTR pszCaption,
CWnd* pParentWnd,
UINT iSelectPage,
HBITMAP hbmWatermark,
HPALETTE hpalWatermark = NULL,
HBITMAP hbmHeader = NULL
);
See the parameters in bold. For setting the background you can override OnPaint message of your property sheet class

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

Questionhow to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 19:31
Purish Dwivedi13-Apr-09 19:31 
AnswerRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
_AnsHUMAN_ 13-Apr-09 20:16
_AnsHUMAN_ 13-Apr-09 20:16 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 20:26
Purish Dwivedi13-Apr-09 20:26 
AnswerRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Divyang Mithaiwala13-Apr-09 20:47
Divyang Mithaiwala13-Apr-09 20:47 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 20:52
Purish Dwivedi13-Apr-09 20:52 
QuestionRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Purish Dwivedi13-Apr-09 23:35
Purish Dwivedi13-Apr-09 23:35 
GeneralRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
Divyang Mithaiwala14-Apr-09 0:24
Divyang Mithaiwala14-Apr-09 0:24 
QuestionRe: how to get text(caption) associated with IDs in MFC dialog based application? Pin
David Crow14-Apr-09 3:17
David Crow14-Apr-09 3:17 
QuestionUpdate data in CEDB using C++ and win32 APIs Pin
vijaywithu13-Apr-09 19:00
vijaywithu13-Apr-09 19:00 
QuestionC++ win32 console copy files problems Pin
h2_goh13-Apr-09 17:44
h2_goh13-Apr-09 17:44 
AnswerRe: C++ win32 console copy files problems Pin
flyxie13-Apr-09 19:08
flyxie13-Apr-09 19:08 
GeneralRe: C++ win32 console copy files problems Pin
h2_goh13-Apr-09 20:36
h2_goh13-Apr-09 20:36 
GeneralRe: C++ win32 console copy files problems Pin
flyxie13-Apr-09 20:51
flyxie13-Apr-09 20:51 
AnswerRe: C++ win32 console copy files problems Pin
KarstenK13-Apr-09 21:40
mveKarstenK13-Apr-09 21:40 
GeneralRe: C++ win32 console copy files problems Pin
Iain Clarke, Warrior Programmer14-Apr-09 3:52
Iain Clarke, Warrior Programmer14-Apr-09 3:52 
QuestionHelp with a simple phone book program Pin
Subrina Bisnauth13-Apr-09 13:20
Subrina Bisnauth13-Apr-09 13:20 
AnswerRe: Help with a simple phone book program Pin
David Crow13-Apr-09 15:42
David Crow13-Apr-09 15:42 

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.