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

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

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/1f743cf5ccef894d8525668600538f6a.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1