Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #55.0K
~3K People Reached
Favorite Forums
3 Posted Topics
How to check for Windows Installer 1603 errors, how to check for the causes and solution for these errors. Can we check for these kind of errors in Microsoft.Net programming. | |
Re: I have been using VS2010 for .Net and Eclipse for Java and Android development and i have not faced any issue with both installed on same PC. Settings for to be done correctly while insatlling VS and JDK. | |
Re: [code=c#] DateTime dt = Convert.ToDateTime(txtDate1.Text); //mm/dd/yyyy DateTime dt1 = Convert.ToDateTime(txtDate2.Text);//mm/dd/yyyy TimeSpan ts = dt.Subtract(dt1); diffDate.Text = ts.Days.ToString() ; [/code] |
The End.