CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Urgent!! Problems running on another computer

    I have just Finished an application which I was writing which contains the Calendar 8.0 control. This works fine on my machine but when I run the program on another machine the control is not there. The rest of the program works ok so I am guessing its a missing dll or something. I have put the MSCAL.OCX file in the WINDOWS/SYSTEM folder but this has no effect. Can someone please tell me how to get this to work as my dissertation is due to be handed in in a few days.

    Mark Williamson


  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: Urgent!! Problems running on another computer

    You must register the control.
    Use ActiveX Control Test Container(File->Register Controls...) or RegSvr32 to register it.

    If you copy the control and don't register it,
    the system can't use it.


  3. #3
    Join Date
    Apr 1999
    Posts
    8

    Re: Urgent!! Problems running on another computer

    I am having the same problem. I have registered the controls, but the dialog that they are on still fails to be ::Create()'d.

    I am digging into the nature of "licensed controls" currently, though I cannot even be sure that the controls I am using are so-called 'licensed' (msflexgrid and sstab).

    Please let me know if you resolve anything

    Cheers

    Charlie



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