OpenEngine icon in system tray... (OpenInsight Specific)
At 21 SEP 1998 11:12:42AM Kevin Wood wrote:
I was told that there is a way to keep the OpenEngine icon from NOT showing up in the system tray so curious users don't click on it and close because they don't know what it is. Can someone tell me, in detail, how that is accomplished?
TIA,
kevin
kevin@tri-center.com
At 21 SEP 1998 12:26PM Blaise(Revelation) wrote:
Hi Kevin,
Try these subroutines:
subroutine hideOpenEngine (void)
Hide the OpenEngine window declare funciton FindWindow declare subroutine ShowWindow openEngineHandle=FindWindow("AREV":\00\,0) ShowWindow(openEngineHandle,0) subroutine showOpenEngine (void) Show the OpenEngine window
declare funciton FindWindow
declare subroutine ShowWindow
openEngineHandle=FindWindow("AREV":\00\,0)
ShowWindow(openEngineHandle,1)
Let me know if this is what you are looking for.
Good luckā¦
Blaise