Does anybody know how to get source code preservation with the webbrowser
control ?I mean i first have a textbox with html code and a webbrowser
control.
When i set the document of the webbrowser to the html of the textbox
i want that the webbrowser control will leave all uppercase/lowercase and
spaces like the dhtml edit control does.
Alternatively i want a way where i will get at which character index of the
document is the selected tag of the webbrowser document.
I mean the character index from the textbox not from the webbrowser
document.
thanks !
i know you can do this since dreamweaver does it.