Click here to Skip to main content
15,914,820 members

Comments by Pankit Patel (Top 22 by date)

Pankit Patel 14-Oct-15 5:18am View    
Here when you are doing txtStartDate_TextChanged,
you can perform operation like Payment = Payment * Convert.ToInt32(ddlmonths.SelectedItem)
Pankit Patel 14-Oct-15 4:48am View    
Here's an example (be sure to add a reference to System.Windows.Forms)
using System.Windows.Forms;

class Program
{
static void Main(string[] args)
{
Console.WriteLine("Enter Input 1 in Number Only :");
int input1 = Convert.ToInt32(Console.ReadLine());

Console.WriteLine("Enter Input 2 in Number Only :");
int input2 = Convert.ToInt32(Console.ReadLine());

int sum = input1 + input2;
MessageBox.Show(sum.ToString(), "Information");
}
}
Pankit Patel 22-May-15 9:11am View    
let it go for here.He got solution then it doesn't matter for more discussion.Enjoy ..Thanks...
-PP
Pankit Patel 22-May-15 9:00am View    
ok then why he wrote Thread.Sleep(i * 100);
Pankit Patel 22-May-15 9:00am View    
Deleted
ok then why he wrote Thread.Sleep(i * 100);