1.Sphinx said on May 29, 2010, 01:14:50 PM (-07:00)
Floatzel 196 posts
I'm wanting to make a web browser that has a toolbar that will recieve e-mail from up to 3 accounts on different sites. What code should I use? C++, Visual Basic, Python, etc.?
2.FreezeWarp said on May 31, 2010, 02:45:54 PM (-07:00)
Kyurem 2,186 posts
I would recommend using either the Firefox Add-on API or Google Chrome Add-on API (the latter is much simpler, albeit not as powerful). A full web browser is impossible to code (well).