CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Location
    Rotmanka, Poland
    Posts
    88

    Any alternative to activex

    Hi,

    I have a application, where I integrating a mfc control in c# application. This mfc control base in a ActiveX solution. This is double side comunication and MFC manage a main screen (drawing in mfc control, mix opengl and gdi, events support).

    Problem is, that ActiveX at this case need to be register in a system registry. It is not always possible.

    Is another technology what can I use at this case ?

    Thnx in advance
    Olekba

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Any alternative to activex

    try to go for a COM enabled mfc application so that the registering that COM will be easier....

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