Can you modify the source of the other application or is it a third party app?
If you can modify the source code of the other application, I would suggest using a database to hold a flag. The second application can then monitor that database and when the flag is set to false by the first...
I have not used this control, but reading through your code, I noticed this
.UseImageList = False
Should that be set to true.
If that does not solve the problem, try setting the index number to 0 (zero).
-Brian
The colors you want to use are in the SystemColors collection. These colors correspond to the settings that the user can change such as the desktop color. More than likely, the color you want is SystemColors.ControlDark
-Brian
Add the following to a module in your project:
Option Explicit
Type PROCESSENTRY32
dwSize As Long
cntUsage As Long
th32ProcessID As Long
th32DefaultHeapID As Long
th32ModuleID As Long
cntThreads As Long
th32ParentProcessID As Long
pcPriClassBase As Long...
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.