.Net

Password Generator Help

Removed: Rule 4. Dive in and make an attempt. Maybe first try to make a random password with characters regardless of uppercase and lowercase. Then, while not elegant, maybe try using all the characters (both Read more…

By hadi, ago
.Net

CSHARP FILE

Does anyone know how to check if a file is already open? Open the file with ReadWrite file access. Catch the IOException. If there’s no exception, it’s not already open. If there’s an exception, it’s Read more…

By hadi, ago