Click here to Skip to main content
15,901,426 members

Comments by Siddharth Koya (Top 4 by date)

Siddharth Koya 8-Aug-13 6:16am View    
line number '4' and line position '9 are nothing but Base Class Libraries... we are using " open webkit sharp" dll ..which i dont think will work in x64 bit platform
Siddharth Koya 24-Jun-13 4:45am View    
@ Jameel: Here is the code it is giving me an Exception

XElement root = XElement.Load(@"D:\Projects Related\WebBrowser1\WebBrowser1\bin\Debug\Favorites.xml");
if (e.KeyCode == Keys.Delete)
{
foreach (Object index in Favorites.SelectedIndices)
{
root.Elements("Entry").ElementAt((int)index).Remove();
Favorites.Items.RemoveAt((int)index);
}
root.Save(@"D:\Projects Related\WebBrowser1\WebBrowser1\bin\Debug\Favorites.xml");
Siddharth Koya 5-Jun-13 9:00am View    
the current status of my project is :
i have successfully implemented tab functionality along with all necessities such refresh ,stop,home functions
Siddharth Koya 5-Jun-13 8:58am View    
no i have search alot but never had luck implementing a solution for this requirement