Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CFlatCombo XP style?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CFlatCombo XP style?

 Post Reply Post Reply
Author
Message
Ark42 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 20 October 2003
Status: Offline
Points: 291
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ark42 Quote  Post ReplyReply Direct Link To This Post Topic: CFlatCombo XP style?
    Posted: 20 October 2003 at 2:15pm
I'm looking at the sample FlatCombo_vc60 and there is a checkbox called "Office XP style interface" which I thought should make the combo boxes get the XP blue outline instead of a 3D border appearing when you hover over them, but the checkbox has no effect, and the code behind it:

void CFlatComboDlg::OnXpmodeswitch()
{
    xtAfxData.bXPMode = !xtAfxData.bXPMode;
    UpdateData(FALSE);
    RedrawWindow(NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_ALLCHILDREN);   
}

doesn't seem to work. I tried the bXPMode flag in my own project and couldn't get it to work either.


Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2003 at 11:17pm

Hello, Ryan

Sorry about it, fixed in outgoing version.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Cezariusz View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 14 May 2003
Location: Poland
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cezariusz Quote  Post ReplyReply Direct Link To This Post Posted: 13 November 2003 at 3:19pm

Could you give away some information about the new version? When it's going to be available and what changes can we expect?

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.