Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: displaying the directories on a combo box Pin
David Crow15-Oct-07 3:59
David Crow15-Oct-07 3:59 
GeneralRe: displaying the directories on a combo box Pin
Chandrasekharan P15-Oct-07 6:55
Chandrasekharan P15-Oct-07 6:55 
QuestionRe: displaying the directories on a combo box Pin
David Crow15-Oct-07 7:18
David Crow15-Oct-07 7:18 
Questionhistory Pin
revanth198515-Oct-07 0:08
revanth198515-Oct-07 0:08 
AnswerRe: history Pin
Roger Broomfield15-Oct-07 0:38
Roger Broomfield15-Oct-07 0:38 
QuestionIdentifying SDI/MDI/Dialog based Pin
shir_k14-Oct-07 23:57
shir_k14-Oct-07 23:57 
AnswerRe: Identifying SDI/MDI/Dialog based Pin
Nibu babu thomas15-Oct-07 0:32
Nibu babu thomas15-Oct-07 0:32 
QuestionCTaskbarNotifier looking bad on Vista [modified] Pin
_alav_14-Oct-07 23:57
_alav_14-Oct-07 23:57 
Hi,

I've used the CTaskbarNotifier (found here) class in my project to show taskbar notifications. It works fine on Windows XP, but I've just seen that it's not so fine on Vista... The notifications have an ugly border.

You can see it on screenshots:

XP: http://alaf.sierp.net/xp.jpg
Vista: http://alaf.sierp.net/vista.jpg

Any idea how to get rid of that border?

Cheers,
Maciej


-- modified at 8:46 Monday 15th October, 2007

To be more specific:

The windows is created with the WS_POPUP style:

CreateEx(0,strWndClass,NULL,WS_POPUP,0,0,0,0,pWndParent->m_hWnd,NULL);

One thing comes to my mind, I don't have the Platform SDK for Vista, I am using the previous one, for Windows XP. Could the lack of Vista SDK be causing incorrect styling?
QuestionHELP: split up source file into segments automatically.... Pin
andrewwan198014-Oct-07 23:46
andrewwan198014-Oct-07 23:46 
QuestionAbout DLL and Threads Pin
Nelek14-Oct-07 23:45
protectorNelek14-Oct-07 23:45 
AnswerRe: About DLL and Threads Pin
Matthew Faithfull14-Oct-07 23:58
Matthew Faithfull14-Oct-07 23:58 
GeneralRe: About DLL and Threads [SOLVED] Pin
Nelek15-Oct-07 4:00
protectorNelek15-Oct-07 4:00 
QuestionFolder Permissions Pin
narayanagvs14-Oct-07 23:15
narayanagvs14-Oct-07 23:15 
AnswerRe: Folder Permissions Pin
David Crow15-Oct-07 4:06
David Crow15-Oct-07 4:06 
GeneralRe: Folder Permissions Pin
narayanagvs15-Oct-07 4:19
narayanagvs15-Oct-07 4:19 
Questionhow to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
Thinn Nwe Han14-Oct-07 23:09
Thinn Nwe Han14-Oct-07 23:09 
AnswerRe: how to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
chandu00415-Oct-07 0:41
chandu00415-Oct-07 0:41 
GeneralRe: how to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
Thinn Nwe Han15-Oct-07 16:02
Thinn Nwe Han15-Oct-07 16:02 
QuestionRe: how to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
David Crow15-Oct-07 4:09
David Crow15-Oct-07 4:09 
AnswerRe: how to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
Thinn Nwe Han15-Oct-07 15:58
Thinn Nwe Han15-Oct-07 15:58 
GeneralRe: how to terminate continuous running program by clicking button on MFC dialog based window in C++ Pin
David Crow15-Oct-07 16:04
David Crow15-Oct-07 16:04 
QuestionButtons Pin
mcsherry14-Oct-07 23:02
mcsherry14-Oct-07 23:02 
AnswerRe: Buttons [modified] Pin
Roger Broomfield14-Oct-07 23:17
Roger Broomfield14-Oct-07 23:17 
GeneralRe: Buttons Pin
mcsherry14-Oct-07 23:46
mcsherry14-Oct-07 23:46 
GeneralRe: Buttons Pin
Roger Broomfield14-Oct-07 23:58
Roger Broomfield14-Oct-07 23: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.