Format your .net object to be displayed on web. There is also a little web research tool, but not very efficient.
Tools.Utilities
Tools.Utilities.UI
Tools.Slider
Image bigImg = Tools.Utilities.UI.Resources.ResourceIconSet32Default.door_out;
Image smallImg = Tools.Utilities.UI.Resources.ResourceIconSet16Default.door_out;if the config file is not present, the dll will create it by name :"configmanagers.xml" here is an extrat of params :
<proxy>
<host>mysuperproxyname</host>
<login>userlogin</login>
<password>*****</password>
<port>8080</port>
</proxy>and the code to use it :
string proxyLogin = Tools.Utilities.Params.WebProxyLogin;
string proxyPassword = Tools.Utilities.Params.WebProxyPassword;