Thread: Please Try My Web Browser

  1. #1
    Daniel
    Guest

    Please Try My Web Browser

    Hello,

    I made a web browser so I could learn how to add internet access to my programs. Here Is Only The EXE file and Help. But I am planning on making the code public after I make some changes in this one. Tell me what you think about it.

    Download: http://darkeldar77.tripod.com/source/web.zip

    Thank You
    Daniel

  2. #2
    Daniel
    Guest
    For Some Reason The Link Doesn't Work When It's parsed
    so just copy and paste it: http://darkeldar77.tripod.com/source/web.zip

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    works for me
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  4. #4
    Registered User
    Join Date
    May 2002
    Posts
    50

    Cool stuff!

    Hey Daniel,

    Lookin' pretty good there! What a neat simple little browser. I noted that it's a little slower than IE, but overall I like it. Works well.

    One suggestion, try adding support for the Microsoft Intellimouse and Logitech scrollmouse buttons. Might be hard to do, I don't know, but I know alot of people use the shortcut buttons on the mouse to navigate backwards and forwards. I do.

    I look forward to seeing your source code - your project there is something I have had in mind for a long time and I think it would be a great learning experience to see what you have done.

  5. #5
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Not to sound like a dick here, but does anyone else realize that almost everything that counts in that browser was generated MFC code? I got bored once and selected random options...surprise, surprise I came up with almost the exact same thing.

  6. #6
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    You mean it was a template or something?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by Sebastiani
    You mean it was a template or something?
    Pretty much...fiddle around with the MFC code generation wizard and, I think, set the main class class or whatever t CHtmlView...I dunno, I only used MFC like once in my life, so I'm sure that made no sense

    I'd be happy to recreate this masterpiece for you all

  8. #8
    Registered User
    Join Date
    Jun 2002
    Posts
    69
    I LOVE IT

    This is great dude youve done such a good job, I like it and it load the page pretty fast and I would use this program when the final version is finished. How long did it take you to make this anyway?

    Keep up the good work

  9. #9
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Hey Dan,

    Your site was down I can't really look at what's going on enough to thoroughly address what Ken was saying but it is possible that he wrote the core socket functions himself and did the rest via MFC. I dunno though, once again the site was down when I read this so I have no idea.

  10. #10
    Daniel
    Guest
    My New Section In My Site Is Working. It Is Devoted To This Web Browser And It Includes A Newer Version With Just Some Of Your Suggestions Added.

    http://darkeldar77.tripod.com/recent.html

  11. #11
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    just type in a nonexisting site and you can see that it at LEAST has its base in IE.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Web browser based program
    By Lauris in forum C++ Programming
    Replies: 3
    Last Post: 11-14-2007, 05:01 PM
  2. Socket web browser
    By digitaltsai in forum Networking/Device Communication
    Replies: 17
    Last Post: 10-09-2005, 08:20 AM
  3. Amaya web browser
    By dwks in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-10-2005, 08:17 PM
  4. Web browser, dialogs, & kicking my pc
    By jinx in forum Windows Programming
    Replies: 1
    Last Post: 12-22-2001, 06:47 PM