After six hours of cogitating and debugging, I have finally
produced some code that demonstrates how a PB/DLL programmer
can put his program's icon in the system tray and use it
WITHOUT having to have a DDT being displayed. It uses the
statement:
DIALOG SHOW MODELESS DB CALL Proc()
IMMEDIATELY followed by:
DIALOG SHOW STATE DB, 0
And, that is in the WinMain FUNCTION.
The transition between showing it and turning off its display is
so minuscle that I couldn't even see the DDT flash on the
screen My system is a Pentium III 600EB running Win98 SE.
If anybody wants me to post the code, reply to this message,
and I'll post it in the Source Forum. Right now, I'm going to
bed.

------------------
Clay C. Clear
http://www.v3space.com/a/a39/202/
[email protected]
[email protected]
produced some code that demonstrates how a PB/DLL programmer
can put his program's icon in the system tray and use it
WITHOUT having to have a DDT being displayed. It uses the
statement:
DIALOG SHOW MODELESS DB CALL Proc()
IMMEDIATELY followed by:
DIALOG SHOW STATE DB, 0
And, that is in the WinMain FUNCTION.

The transition between showing it and turning off its display is
so minuscle that I couldn't even see the DDT flash on the
screen My system is a Pentium III 600EB running Win98 SE.
If anybody wants me to post the code, reply to this message,
and I'll post it in the Source Forum. Right now, I'm going to
bed.

------------------
Clay C. Clear
http://www.v3space.com/a/a39/202/
[email protected]
[email protected]
Comment