I am using two threads. When i start the second thread i am sleeping the first for 10 minutes. during this time, the secondary thread is going through some code which includes a balloon tip on a tray icon which was created during the first thread, but this tip isn't showing even though i know the second thread gets to the point that it should be showing the tip. any suggestions?
Multi-threading and balloon tips
Collapse
X
-
Originally posted by kjnhuI am using two threads. When i start the second thread i am sleeping the first for 10 minutes. during this time, the secondary thread is going through some code which includes a balloon tip on a tray icon which was created during the first thread, but this tip isn't showing even though i know the second thread gets to the point that it should be showing the tip. any suggestions?
Comment