Click here to Skip to main content
15,894,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need help in Multithreading Pin
Ranjoy Guha12-Mar-07 23:19
Ranjoy Guha12-Mar-07 23:19 
QuestionI set warning level = 4, but show some warning? Pin
mfc_dialog12-Mar-07 18:31
mfc_dialog12-Mar-07 18:31 
AnswerRe: I set warning level = 4, but show some warning? Pin
Paresh Chitte12-Mar-07 18:50
Paresh Chitte12-Mar-07 18:50 
QuestionAre there any Windows APIs to get the Cluster IP address? Pin
programvinod12-Mar-07 18:22
programvinod12-Mar-07 18:22 
Questionhave a question for hw, don't know how to do it? Pin
bigtimer102212-Mar-07 17:47
bigtimer102212-Mar-07 17:47 
AnswerRe: have a question for hw, don't know how to do it? Pin
_AnsHUMAN_ 12-Mar-07 19:41
_AnsHUMAN_ 12-Mar-07 19:41 
QuestionCreating a Control from a resource Pin
StevenS_Dev12-Mar-07 15:17
StevenS_Dev12-Mar-07 15:17 
AnswerRe: Creating a Control from a resource Pin
prasad_som12-Mar-07 17:53
prasad_som12-Mar-07 17:53 
AnswerRe: Creating a Control from a resource Pin
cmk12-Mar-07 18:02
cmk12-Mar-07 18:02 
AnswerRe: Creating a Control from a resource Pin
StevenS_Dev13-Mar-07 6:36
StevenS_Dev13-Mar-07 6:36 
GeneralRe: Creating a Control from a resource Pin
Mark Salsbery13-Mar-07 7:50
Mark Salsbery13-Mar-07 7:50 
AnswerRe: Creating a Control from a resource Pin
JudyL_MD13-Mar-07 8:51
JudyL_MD13-Mar-07 8:51 
GeneralRe: Creating a Control from a resource Pin
Mark Salsbery13-Mar-07 15:22
Mark Salsbery13-Mar-07 15:22 
GeneralRe: Creating a Control from a resource Pin
StevenS_Dev14-Mar-07 11:16
StevenS_Dev14-Mar-07 11:16 
QuestionListbox and display bitmaps Pin
ibtt112-Mar-07 13:40
ibtt112-Mar-07 13:40 
AnswerRe: Listbox and display bitmaps Pin
Hamid_RT12-Mar-07 19:30
Hamid_RT12-Mar-07 19:30 
AnswerRe: Listbox and display bitmaps Pin
dayuan0812-Mar-07 21:20
dayuan0812-Mar-07 21:20 
QuestionRe: Listbox and display bitmaps Pin
ibtt115-Mar-07 10:36
ibtt115-Mar-07 10:36 
QuestionLVN_ITEMCHANGED and LVS_OWNERDATA issues Pin
Jim Crafton12-Mar-07 10:31
Jim Crafton12-Mar-07 10:31 
AnswerRe: LVN_ITEMCHANGED and LVS_OWNERDATA issues Pin
Ravi Bhavnani12-Mar-07 10:55
professionalRavi Bhavnani12-Mar-07 10:55 
GeneralRe: LVN_ITEMCHANGED and LVS_OWNERDATA issues Pin
Jim Crafton12-Mar-07 11:57
Jim Crafton12-Mar-07 11:57 
Questioninpout32.dll write issue Pin
69 Bay12-Mar-07 10:00
69 Bay12-Mar-07 10:00 
AnswerRe: inpout32.dll write issue Pin
69 Bay12-Mar-07 11:26
69 Bay12-Mar-07 11:26 
QuestionPROP_SM_CXDLG Pin
lucy12-Mar-07 9:54
lucy12-Mar-07 9:54 
in my SDI VC6.0 project, I have two property sheets in my form view. I want the left one to be skinny, so I can make the right one wider. I used IDD_PROPPAGE_SMALL as the template for the property pages in the left property sheet, and set the dimension to be 150x265 dialog units. But somehow, the left sheet is still pretty big. I googled a bit, and it turned out the limitation is PROP_SM_CXDLG defined in prsht.h.

I add thse to mypropertypage.h, but they don't seem to work. Anyone can point out what I did wrong please? TIA!

#ifdef PROP_SM_CXDLG
#undef PROP_SM_CXDLG
#define PROP_SM_CXDLG 150
#endif
#ifdef PROP_MED_CXDLG
#undef PROP_MED_CXDLG
#define PROP_MED_CXDLG 150
#endif
#ifdef PROP_LG_CXDLG
#undef PROP_LG_CXDLG
#define PROP_LG_CXDLG 150
#endif


QuestionCInternetSession Questions. Pin
Mike Doner12-Mar-07 8:29
Mike Doner12-Mar-07 8:29 

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.