Giovanni Dicanio replied to Marc
08-Feb-10 04:04 AM
Unfortunately, I cannot find the MS Flex Grid control installed on my system
(the corresponding ActiveX is not shown in the list of registered controls,
and I cannot find the msflexgrid.ocx file either).
With VS2008 SP1 on a Win7 x64 PC, I tried creating a wrapper class for the
Microsoft Calendar Control, and I noted that a couple of methods are exposed
by the wrapper:
void put_DayFont(LPDISPATCH newValue)
LPDISPATCH get_DayFont()
Do you expect COleFont to be exposed directly?
It seems to me that late-binding IDispatch interface is used instead...
Unfortunately, I do not have VS6 installed on this machine so I cannot verify
and compare VS2008 result vs. VC6 result.
Giovanni