Re: Size of the MonthCalendar
- Posted by andi49 Jun 26, 2013
- 2063 views
Hi
BRyan said...
BRyan said...
I think this whole problem came about because of different versions of comctrl.dll winxp uses a different version of this DLL for month calendar class. Win 7 and Vista use other version of this DLL month calendar class. Of course Micro Soft used the same class name in all the versions. Even though versions have different features.
I meant comctl32.dll
For sure you are correct with this. comctl32.dll is the problem.
But at least comctl32.dll (the Version with VisaulStyles Ver 6+) is not enabled by default. You have to enable it in your program.
Or, in the case of Eu4.x, it is enabled in the interpreter of your Eu program.
There are differnt ways to handle this and disabling VisualStyles (namly CommonControl V6) is not the solution to all problems
but it may help.
You may check this link on MSDN for further information http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85%29.aspx
Andreas