Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~5K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for cartersin

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 ...

Member Avatar for darko444
0
426
Member Avatar for zachattack05

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 …

Member Avatar for Mitja Bonca
0
152
Member Avatar for de Source

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 = …

Member Avatar for darko444
0
496
Member Avatar for Mitja Bonca

** 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();

Member Avatar for darko444
0
3K

The End.