Using Threads and GUI together.

  • Thread starter Thread starter Danzellen
  • Start date Start date
D

Danzellen

Guest
I recently made a project that basically allows the user to schedule events in one thread, while the program checks if any of the scheduled times have passed in a second thread, emailing or texting the user when the time comes. So far, this has all been done through command line, but I want to add a GUI for the project.


I set things up in VS, but get an error that the System namespace doesn't exist. Apparently I need to turn CLR on for this. OK then, so I turn CLR on then I get a new error--that I can't use <thread> with CLR. This is a bit of a conflict. Is there any way I can get around this?

Continue reading...
 
Back
Top