Click here to Skip to main content
15,910,773 members

Comments by hugojim (Top 8 by date)

hugojim 15-May-13 13:40pm View    
the same of your links

namespace badDllweb
{
public class GenDoc
{
///
/// The main entry point for the application.
///

[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new WebBrowser());
}
}
}
hugojim 15-May-13 13:21pm View    
in my project no works
is show me two errors:

Error 1 The best overloaded method match for 'System.Windows.Forms.Application.Run(System.Windows.Forms.Form)' has some invalid arguments

Error 2 Argument 1: cannot convert from 'System.Windows.Forms.WebBrowser' to 'System.Windows.Forms.Form'
hugojim 2-May-13 18:26pm View    
Tnks¡¡
hugojim 2-May-13 14:35pm View    
hi, do you have some examples?, i not tried with iTextSharp, but dont put a tag in the documents?
hugojim 26-Apr-13 18:03pm View    
sorry is printpreviewdialog¡