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

    msflexgrid not working on windows 7

    hi all,
    I have used msflexgrid in my application but problem is that after installation it is working on windows xp but not in windows 7 platform. what can be the reason? Does i have to install plugins for that to work.







    thanks,
    rohit

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: msflexgrid not working on windows 7

    From MSFlexGrid Control:
    Note
    Before you can use an MSFlexGrid in your application, you must add the MSFlxGrd.ocx file to your project. To automatically include the file in your project, put it in the Autoload file. When distributing your application, you should install the MSFlxGrd.ocx file in the users Microsoft Windows System directory. For more information about adding an ActiveX control to a project, see "Standard ActiveX Controls" in the Visual Basic Programmers Guide.
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2014
    Posts
    1

    Re: msflexgrid not working on windows 7

    Quote Originally Posted by rohitnegi View Post
    hi all,
    I have used msflexgrid in my application but problem is that after installation it is working on windows xp but not in windows 7 platform. what can be the reason? Does i have to install plugins for that to work.

    thanks,
    rohit

    I know this is dated. But, there are two things to try. I am assuming that your version of Windows 7 is x64?

    If so, there could be a mismatch between the actual location of the .ocx and where the registry is pointing to.

    See which directory the .ocx is actually in. 32 bit stuff should be in SysWow not System32.

    Whichever folder it is in run regsvr32 from inside that folder and attempt to register it where it's at.

    It might help to copy the entire filename first.

    You can use [Shift]+right-Click on the Folder name to open a Command Prompt there.

    If it fails you will have open a Command Prompt using Run as Administrator and navigate to the appropriate folder.

    Which is another problem I've had, not running older setups As Administrator sometimes fails or doesn't write to the registry. (Thank You UAC)

    Lastly, at home I actually have troublesome .ocx in both Folders.

    I hope this helps.

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