Friday, 14 November 2014

1)Write a simple Windows Forms MessageBox statement.
       System.Windows.Forms.MessageBox.Show  ("Hello, Windows Forms");
 

8)What’s the safest way to deploy a Windows Forms app?
        Web deployment: the user always downloads the latest version of the code; the program runs within security sandbox, properly written app will not require additional security privileges. 

No comments:

Post a Comment

Popular Posts