My app gathers information from lots of large text files which can take quite a while. I have managed to make this process as quick as possible but I have two questions...
1) During the compile process the user is given progress feedback and other info in a scrollable textbox like most apps of its kind. Thing is... If I try to scroll that box while the process is still running the app hangs. Infact if I try to do anything else at all (minimise, run another program etc...) while the process is running the app hangs. What can I do to prevent this?
2) I have put a check box on the form that will allow the user to choose whether the app has low or normal CPU priority (labelled Run the in background) but I have no clue how to go about this so some pointers would be appreciated.
Cheers,
Andy.
1) During the compile process the user is given progress feedback and other info in a scrollable textbox like most apps of its kind. Thing is... If I try to scroll that box while the process is still running the app hangs. Infact if I try to do anything else at all (minimise, run another program etc...) while the process is running the app hangs. What can I do to prevent this?
2) I have put a check box on the form that will allow the user to choose whether the app has low or normal CPU priority (labelled Run the in background) but I have no clue how to go about this so some pointers would be appreciated.
Cheers,
Andy.