thub.users.profile.tabs.comments.personalized


Hello,

Wich method or code could I used to hear sounds of Speech.Synthetiser to the client machine !? in add of this, the problem is that the loading of page is blocking.

I tried the solution of used webBrowser.InvokeScript but it is not interessant because javascript of the site is functionnal and that execute the code but doesn't redirect the url to webBrowser control. the click is known by webBrowser but the problem is that the function window.open of the button opens an IE window instead of webBrowser window so there must be a solution to intercept and redirect the ur l of window.open to webBrowser control.
Thanks you for your help. M.A.

I change the function "progress" by a function" navigating" as :

private void webBrowser_Navigating(object sender, WebBrowserNavigatingEventArgs e){ }

and I put e.Ccancel to true but I've got no result and it's always IE explorer that is launching.

Thanks you.

M.A.

hello,

my problematic is that I want to loading a list of internet sites on a public server and with this list making a filter by a c# function on the text of a site page as example the <title> page. the problem is that I don't know the name of a public server and how asking this public server to obtain a list of internet (web) sites on my own page.

thanks you for your participate.

M.A.