Click here to Skip to main content
15,894,405 members

Comments by IndrajitDasgupat (Top 135 by date)

IndrajitDasgupat 28-Jun-16 3:33am View    
should I put webBrowser1.Navigate("YOUR HOMEPAGE URL HERE") inside the timer_Tick function
IndrajitDasgupat 28-Jun-16 3:32am View    
should I put webBrowser1.Navigate("YOUR HOMEPAGE URL HERE") inside the timer_Tick function
IndrajitDasgupat 28-Jun-16 3:01am View    
Yes Sir I want to open homepage after download
IndrajitDasgupat 14-Jun-16 3:31am View    
ok
IndrajitDasgupat 14-Jun-16 3:25am View    
on ClientClick event below function is calling
function WriteFile() {
var fso = new ActiveXObject("Scripting.FileSystemObject");
var fh = fso.CreateTextFile("c:\\Test.bmp", true);
fh.WriteLine("Some text goes here...");
fh.Close();
}

but it is not happening.