Re: Platform-dependent bug?
When I get that message, it's usually because my view has a control that can't be created. For example, do you use a grid control that is on your machine but not your friend's?
Another thing to look at is the common controls DLL - make sure you have the same version.
LA Leonard - Definitive Solutions, Inc.
Re: Platform-dependent bug?
Thanks for the hint! It turns out that the culprit was COMCTL32.DLL, a set of common controls that are installed with IE4 (which my friend does not have). DateTimePicker was the missing control.
Interestingly (at least to me), this DLL did not show up on the Dependency Walker, I suppose because it is loaded dynamically at runtime when the dialog box is created. I guess you just have to *know* what you are missing.
--David
David J. Hait