> It seems that WebControl methods are without effect inside threads ! > Have some of you already faced such a problem ? If this is a GTK# app, GTK isn't thread safe. You can only invoke UI/widget methods from the main thread. See... http://www.mono-project.com/Responsive_Applications