N
NickP
Hi there,
I was wondering if there was any way to stop the hiding of a dialog from
returning from the ShowDialog function?
i.e. If you create your own dialog and put some code in that hides it
temporarily during it's use, the ShowDialog function will return the second
it is hidden, this is the same for ".Hide()" as well as sending
ShowWindow(...SW_HIDE).
Many thanks in advance!
Nick.
I was wondering if there was any way to stop the hiding of a dialog from
returning from the ShowDialog function?
i.e. If you create your own dialog and put some code in that hides it
temporarily during it's use, the ShowDialog function will return the second
it is hidden, this is the same for ".Hide()" as well as sending
ShowWindow(...SW_HIDE).
Many thanks in advance!
Nick.