Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey, Does anyone have any information on to how I could go about rendering HTML and making my own CUSTOMIZED webbrowser. I don't like stealing DLLs and other objects from other browsers. I would like to make my own browser, Some of the big questions I would like to ask is :

 

What object can I render this in? Is it a 100% coded from scratch object?

 

Is it Possible to even Render HTML in VB? ppl say VB is Crap covered in Icing. And I really don't want to switch to C++.

 

So.. Well.. Thats about it..

 

ANY ANSWER is helpful! :D.

 

If you would like to get in touch with me then add me to messenger at :

 

FabianRuss@hotmail.com

 

or email me at :

 

Fabian.Russ@comcast.net

Posted

It depends what type of rendering you want to do, if you want to use GDI+ you can use a PictureBox control, or just the background on the Form.

 

I think that the hard part will be making what you end up rendering from HTML, interactive -- links, mouse overs, etc.

 

HTH,

Nate

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted

Can you give a bit more information about what you want to do? If you really are thinking of making your own web browser check out the source code for Mozilla. Its open source so no stealing involved. Theoretically you could also customise it but this project has a reputation for being hard to use. Anyway if you take a look you�ll get an idea of the scale of the work needed to make a web browser.

 

Visual Studio has a WebBrowser control you may be able to use. Take a look at http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser(VS.80).aspx

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...