Guys --
somebody know how to prevent initial appearence of DDT (at all, with minimum of code) ?
It looks that Dialog Show Modal includes ShowWindow ... %SW_SHOW
I know three workarounds, but they require relatively many operators or too exotic.
Sample. If DDT has %WS_CAPTION:
Another two ways are even more terrible.
------------------
E-MAIL: [email protected]
[This message has been edited by Semen Matusovski (edited April 11, 2001).]
somebody know how to prevent initial appearence of DDT (at all, with minimum of code) ?
It looks that Dialog Show Modal includes ShowWindow ... %SW_SHOW
I know three workarounds, but they require relatively many operators or too exotic.
Sample. If DDT has %WS_CAPTION:
Code:
Case %WM_SIZE Dim nSize As Static Long Incr nSize: If nSize = 1 Then ShowWindow CbHndl, 0
------------------
E-MAIL: [email protected]
[This message has been edited by Semen Matusovski (edited April 11, 2001).]
Comment