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 #72.8K
~187 People Reached
Favorite Forums
2 Posted Topics
Re: Maybe you have some code line afterwards so, he's trying to finish the current procedure: Try an "return;" after your Application.Exit(); | |
Re: First of all declare some library as: Using System.IO; So that you have acces to files, than write something like: StreamReader sr = new StreamReader(@"yourpathandfilewithextension)"; string containsoffile = sr.ReadToEnd(); sr.Close(); So now you have all the file into string declared above. Regarding the database is more to it. Try to … |
The End.