No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Hello, I completed the program in C# for IP steam over RTP but if you change the parameter will operate over HTTP. The program have a codec integrated h264,mpeg and ... | |
Re: Use Reference **using System.Net.Mail;** protected void cmdSend_Click(object sender, EventArgs e) { try { MailMessage message = new MailMessage(); message.From = new MailAddress("from@domain.com"); message.To.Add(new MailAddress("to@domain.com")); message.Subject = "Subject"; message.Body = "Body of the message"; SmtpClient client = new SmtpClient(); client.Send(message); } catch (Exception ex) { //... } } *** A web.config … | |
Re: If you ask me, you better use a standard control DateTimePicker for determination of time. I hope you find this feature can help. public static int TimeDiff(string From, string To) { int result = 0; DateTime Start = new DateTime(); DateTime End = new DateTime(); Start = DateTime.Parse(From); End = … | |
Re: ** THIS WORK'S FINE ON VS 2010 CR 13_0_2** ReportDocument report = new ReportDocument(); report.Load("rptLicenciranje.rpt"); report.SetParameterValue("firma", firma); report.SetParameterValue("program", program); report.SetParameterValue("verzija", verzija); report.SetParameterValue("pid", pid); report.SetParameterValue("hid", hid); frmIspis Ispis = new frmIspis(); Ispis.Show(); Ispis.repViewer.ReportSource = report; Ispis.repViewer.Refresh(); |
The End.