Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: CInternetSession Questions. Pin
Ravi Bhavnani12-Mar-07 11:02
professionalRavi Bhavnani12-Mar-07 11:02 
AnswerRe: CInternetSession Questions. Pin
led mike12-Mar-07 11:31
led mike12-Mar-07 11:31 
AnswerRe: CInternetSession Questions. Pin
Mark Salsbery12-Mar-07 11:56
Mark Salsbery12-Mar-07 11:56 
Questiontimer-urgent Pin
prathuraj12-Mar-07 6:35
prathuraj12-Mar-07 6:35 
AnswerRe: timer-urgent Pin
Maximilien12-Mar-07 6:41
Maximilien12-Mar-07 6:41 
AnswerRe: timer-urgent Pin
David Crow12-Mar-07 7:08
David Crow12-Mar-07 7:08 
AnswerRe: timer-urgent Pin
led mike12-Mar-07 7:59
led mike12-Mar-07 7:59 
GeneralRe: timer-urgent Pin
Mark Salsbery12-Mar-07 8:12
Mark Salsbery12-Mar-07 8:12 
GeneralRe: timer-urgent Pin
led mike12-Mar-07 8:49
led mike12-Mar-07 8:49 
GeneralRe: timer-urgent Pin
Mark Salsbery12-Mar-07 8:55
Mark Salsbery12-Mar-07 8:55 
AnswerRe: timer-urgent Pin
ThatsAlok12-Mar-07 19:49
ThatsAlok12-Mar-07 19:49 
Questiondynamic pictureBox creation Pin
sarah_malik12-Mar-07 6:35
sarah_malik12-Mar-07 6:35 
AnswerRe: dynamic pictureBox creation Pin
Hamid_RT12-Mar-07 6:57
Hamid_RT12-Mar-07 6:57 
GeneralRe: dynamic pictureBox creation Pin
sarah_malik12-Mar-07 7:13
sarah_malik12-Mar-07 7:13 
GeneralRe: dynamic pictureBox creation Pin
Maximilien12-Mar-07 8:39
Maximilien12-Mar-07 8:39 
GeneralRe: dynamic pictureBox creation Pin
sarah_malik12-Mar-07 11:58
sarah_malik12-Mar-07 11:58 

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.