Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to do?

How to do?

Scheduled Pinned Locked Moved C / C++ / MFC
designtutorialquestion
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    john5632
    wrote on last edited by
    #1

    Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

    CPalliniC K I M R 5 Replies Last reply
    0
    • J john5632

      Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      john5632 wrote:

      Please give any idea to do it?

      Physically disconnect the machine. :)

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
      [My articles]

      In testa che avete, signor di Ceprano?

      J T 2 Replies Last reply
      0
      • J john5632

        Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

        K Offline
        K Offline
        Kushagra Tiwari
        wrote on last edited by
        #3

        Use a licensed antivirus software :)

        1 Reply Last reply
        0
        • J john5632

          Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

          I Offline
          I Offline
          Iain Clarke Warrior Programmer
          wrote on last edited by
          #4

          If you could do that, then I'd advise you to apply to microsoft, and ask for a reeeeeeeally big paycheck. The way I've seen it for semi paranoid people is to run the browser in a virtual machine. So, setup the machine, and when it is "switched off", discard any changes made in the last session. Citrix do a product that does this slightly automatically, but you'll have to go look it up. Iain.

          I have now moved to Sweden for love (awwww).

          1 Reply Last reply
          0
          • CPalliniC CPallini

            john5632 wrote:

            Please give any idea to do it?

            Physically disconnect the machine. :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
            [My articles]

            J Offline
            J Offline
            john5632
            wrote on last edited by
            #5

            nice

            1 Reply Last reply
            0
            • CPalliniC CPallini

              john5632 wrote:

              Please give any idea to do it?

              Physically disconnect the machine. :)

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
              [My articles]

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #6

              CPallini wrote:

              Physically disconnect the machine.

              and Shutdown power supply

              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
              Never mind - my own stupidity is the source of every "problem" - Mixture

              cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

              1 Reply Last reply
              0
              • J john5632

                Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

                M Offline
                M Offline
                Maximilien
                wrote on last edited by
                #7

                john5632 wrote:

                Please give any idea to do it?

                With a lot of work : Define requirements in details (market research, technology research ... ) Define speficications in details Define design Plan development cycles and development methodologies. Plan testing cycles. ... good luck.

                This signature was proudly tested on animals.

                1 Reply Last reply
                0
                • J john5632

                  Hi All, Actually I want to design such a software through which user can access internet safely. If something happen through internet (like virus, etc)that should not be affect to our machine/computer. Please give any idea to do it?

                  R Offline
                  R Offline
                  Rozis
                  wrote on last edited by
                  #8

                  You could do that if you could garantee that no downloaded files are ever executed. Problem is that internet access is not only downloading webpages. You want to display them, and there the problem starts. Displaying a PDF means running an external program...and what about javascript? So: your main problem is how to avoid (implicit) executes. That means write everything yourself or accept that many common things can not be supported (no javascripts for example) One drastic solution: read the webpage with your own program, change all the links in the webpage to a local non-exsisting path and then display it in your webbrowser. This gives a good idea about the work you have to do...

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups