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
~352 People Reached
Favorite Forums
Member Avatar for arunair

I am developing a system reminder application where the date n time are inserted along with a message in the database.when the datetime from the database matches with the current system datetime,it should display an alertbox. I am inserting date and time with datetimepicker. i will be able to get …

Member Avatar for arunair
0
173
Member Avatar for arunair

I am trying to develop a junk file cleaner that will take multiple directories using the checked property of checkboxes.There are many checkboxes in the form such as temp,search history,etc.. i am using following code for deletion : [code] string[] filePaths = Directory.GetDirectories(@"C:\folder"); foreach (string filePath in filePaths) Directory.Delete(filePath, true); …

Member Avatar for arunair
0
179