Click here to Skip to main content
15,896,402 members

Comments by Hrishikeshkamble (Top 12 by date)

Hrishikeshkamble 14-Oct-17 10:06am View    
Thanks Dear..
Hrishikeshkamble 14-Oct-17 9:53am View    
-
Hrishikeshkamble 14-Oct-17 9:45am View    
wait i will download teamviewer
Hrishikeshkamble 14-Oct-17 9:41am View    
no i dont have.
Hrishikeshkamble 14-Oct-17 9:37am View    
ok wait....please see following code is in program.cs

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace WindowsFormsApplication5
{
static class Program
{
/// <summary>
/// The main entry point for the application.
///
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}