Click here to Skip to main content
16,007,504 members

Comments by savp (Top 7 by date)

savp 19-Oct-11 5:41am View    
already watched that. but it is providing a way only to download file.and not folders. any ways thanks and do you have anymore sugestion?
savp 13-Oct-11 2:58am View    
okay thanks, this is surely gona work, but still do u have any readymade library or class on c#???
savp 28-Sep-11 6:39am View    
i have initialize it but still not working, but if i run the same piece of code in different machine it is working fine!!
savp 28-Sep-11 6:33am View    
but how can i use Form.Show() without creating an instance??
savp 28-Sep-11 6:26am View    
here is the code
private void fws_Changed(object sender, FileSystemEventArgs e)
{

Form2 frm = new Form2();
frm.Show();
}