Progaming.

Discussion in 'Programming' started by Teh-Uploader, Jun 16, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hi,

    Wnat to know how to make my own browser.. Right, so it''s not on Interer Explore default

    Many thanks.
    Nick.
     
    Teh-Uploader, Jun 16, 2007 IP
  2. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well if you're wanting to make your own actual browser from the ground up it's a lot of work and you'll probably be using c++. Honestly I think there is no point there are plenty of others out there why would you want to even attempt to take on such a task.
     
    InFloW, Jun 16, 2007 IP
  3. Teh-Uploader

    Teh-Uploader Peon

    Messages:
    1,118
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I only really want to change settings on mine so it makes it my own.
     
    Teh-Uploader, Jun 16, 2007 IP
  4. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #4
    You just want to make a modified version of IE? Well... if you need to ask how to do this, it is probably not worth the effort you will need to put into this. What changes did you want to make, there may be an alternative.
     
    krt, Jun 16, 2007 IP
  5. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Look up the Windows browser controls (namely Internet Explorer) and you essentially have a full blown browser stripped to the basics. Only downfall is you'll be restricted to Windows only.
     
    CodyRo, Jun 16, 2007 IP
  6. priyakochin

    priyakochin Banned

    Messages:
    4,740
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can create ur own browser using VC++
     
    priyakochin, Jun 16, 2007 IP
  7. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #7
    if you just want to "extend" IE, you can load up a vb or vb.net application, and just include and drag on the IE browser. they made their OCX public. Also th Mozilla engine is also free (what firefox is built on) but like others say, it's not a fast and easy task!
     
    ccoonen, Jun 16, 2007 IP
  8. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    use Java language :D should work easy... ;)
     
    ProgrammersTalk, Jun 17, 2007 IP
  9. ndreamer

    ndreamer Guest

    Messages:
    339
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #9
    why would you want to do that ? if you want to customize your browser use firefox learn a bit of xul and you can pretty much make it how you want it.
     
    ndreamer, Jun 18, 2007 IP
Thread Status:
Not open for further replies.