CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2004
    Posts
    1,352

    Forview inside a Webpage.

    Is there a way to put a formview inside a webpage?
    Rate this post if it helped you.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Forview inside a Webpage.

    Are you referring to the MFC CFormView? If so, then the answer practically speaking, is no.

    Note, it is technically possible to write a COM addin that supports MFC and have a web page host the COM addin, but that would require every client that used your web page to install the addin and have the necessary MFC dlls present on their system - not real practical in today's environments.

  3. #3
    Join Date
    Jun 2004
    Posts
    1,352

    Re: Forview inside a Webpage.

    Thanks Arjay.
    Rate this post if it helped you.

  4. #4
    Join Date
    Jun 2004
    Posts
    1,352

    Re: Forview inside a Webpage.

    btw, Arjay, Could you do something with ACTIVEX and WinApi?
    Rate this post if it helped you.

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Forview inside a Webpage.

    When I suggested a 'COM addin', I was referring to an ActiveX control.

    If you go with WinApi, then you get rid of the MFC component dependencies; however, you still have a security issue.

    ActiveX technologies are about 10 years old and essentially yesterday's technology - today's web users aren't too keen on downloading and installing ActiveX controls any longer because ActiveX controls are a security risk.
    Last edited by Arjay; November 19th, 2011 at 05:07 PM.

  6. #6
    Join Date
    Jun 2004
    Posts
    1,352

    Re: Forview inside a Webpage.

    Thanks, Arjay, I sort of remembered that, I just wanted someone MORE knowledgable than me to verify it.


    I guess C# MIGHT be the best way to leverage your VC++ knowledge toward website design? Do you think that is correct?
    Rate this post if it helped you.

  7. #7
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Forview inside a Webpage.

    I'd say C# would let you do that toward some very specific website design, namely .aspx/IIS. Or Silverlight maybe.
    Best regards,
    Igor

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