I don't remember how to do this but you could use this method:
Randomize the correct numbers (all the letters ASCII values) and then convert that back to a letter.
I get an access violation for this block of code and I am not sure why!
char FileName[100];
char ShortFileName[100];
char todo[200];
GetWindowText(ghWnd_File, FileName, 100);
if(GetShortPathName(FileName, ShortFileName, 100) !=0) {
strcat(todo, "open ");
strcat(todo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.