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

    Setup with active X

    Hi,

    I did a setup to install my app, but I need add the activeX (msflxgrd) to show a grid.

    How can I add the active X to my project??

    Thank you.
    The project is in Visual C++, mfc.

  2. #2
    Join Date
    Nov 2009
    Posts
    45

    Thumbs up Re: Setup with active X

    msflxgrd.ocx, you need to ship this ocx with your install kit, I think.
    Jack
    --------------------------------------------------------------------------------
    HMI/SCADA/CAD/GIS VC++ Source Codes: http://www.code-home.com

  3. #3
    Join Date
    Aug 2011
    Posts
    69

    Re: Setup with active X

    Yes, but I dont know how, becouse I try to add this file and it doesn't find the file.
    I have the *.ocx in c:\windows\System32

    If I run the setup I get this:

    Can not find source file 'C: \ Windows \ System32 \ msflxgrd.ocx' for file 'msflxgrd.ocx' located in '[TARGETDIR]', the file may be missing or blocked.

    I followed this page:

    http://www.simple-talk.com/dotnet/vi...etup-projects/
    Last edited by a343; November 8th, 2011 at 04:21 AM.

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