CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    12

    DateTimePicker HELP! Desperate!



    My app has five dialogs. Four of those dialogs, use the DateTimePicker control.


    When I install my app on my test computer, the dialogs which use the DTPicker control fail (Invalid Page Fault).


    I am installing the correct version of MSCOMCT2.OCX.


    Has anyone had any luck correctly installing DTPicker?


    Thank you!

    - Adrian Mongeli


    FYI: I have been trying to solve this one for almost 6 months now! Sorry if I sound a bit desperate!

  2. #2
    Join Date
    Mar 1999
    Posts
    3

    Re: DateTimePicker HELP! Desperate!



    Hi,


    It might be that the test computer might have an older version of comctl32.dll.


    I don´t know from which version the datetimepicker control is included but you can atleast see if the version differs between your PC and the test computer.

    This dll get updated when downloading a new version of MS IE.


    Hope this helps

    Mats Bejedahl



  3. #3
    Guest

    Re: DateTimePicker HELP! Desperate!

    Yes, this control is shipped with IE4.x. Get the latest browser from www.microsoft.com/ie4. Make sure you have Win98, or NT4, service pack3, or 4.
    I've had great success with this control.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured