I have key logger that I wrote myself and is a somewhat large piece of VB code that after say 20 minutes stops working. I've tried using Try Catch
statements, but no errors are thrown. I can't seem to find an answer to why this program continually stops at what seems to be random points in time. I've tried to ensure that I'm deleting or freeing any file streams. I also use emailing, and it seems to crash there, but I could be interpreting this incorrectly.
My project is on my drop box @ http://dl.dropbox.com/u/22492778/KBHook/KBHook.zip
I know it is unprofessional of me to just dump my code here without any real hints of effort to find the issue on my own. I have, however, combed over this code so many times yet I have found nothing out of place. I apologize for the lack of a professional standpoint, but I'm quite lost in finding an answer.