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

    MFC Apps on the Internet

    i am curious if anyone knows of a way to put existing MFC Windows apps on the internet. I am an experienced VC++
    developer that is looking for a quick and dirty way to do this. i've talked with microsoft on the phone and they gave
    me a solution, which is definitely not quick and dirty. i also figured out a way to do it using NetMeeting, which about
    as hard. any ideas out there?????

    mc


  2. #2
    Join Date
    Apr 1999
    Posts
    14

    Re: MFC Apps on the Internet

    Hi,
    I have also have pretty good experience in MFC, and of late i have been developing internet related solutions. Even i have the idea of deploying MFC apps for the Internet.

    Now comes the difficult part. You cannot deploy applications just like that. You have to make a decision as to where you want the application to run, on the Server or on the Browser. If you want to make your application to run on the browser then COM/activex is the only way. If you want a part of the application to run on the server then develop a GUI in HTMl and then access your application fucntionality from the Web Server.


    Regards
    BM


    [email protected]

  3. #3
    Join Date
    May 1999
    Posts
    6

    Re: MFC Apps on the Internet

    Piece a cake. Link statically & zip up exe. User downloads, unzips & runs. What could be simpler?

    "Geek used to be a four-letter word. Now it's a six-figure one."

  4. #4
    Guest

    Re: MFC Apps on the Internet

    thanks very much. i'm just getting ideas from everyone on possible ways to do this. i'll put
    yours on the list. we can talk back and forth about this further if you want.

    my e-mail is [email protected]

    mc


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