[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== OpenEngine icon in system tray... (OpenInsight Specific) ====
=== At 21 SEP 1998 11:12:42AM Kevin Wood wrote: ===
{{tag>"OpenInsight Specific"}}
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
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=1F743CF5CCEF894D8525668600538F6A|View this thread on the forum...]]