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 #72.8K
~187 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Mahen

Maybe you have some code line afterwards so, he's trying to finish the current procedure: Try an "return;" after your Application.Exit();

Member Avatar for serkan sendur
0
77
Member Avatar for whitemoss

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 …

Member Avatar for whitemoss
0
110

The End.