If I have an edit box control (named IDC_NAME) in a dialog, is there any way to make the edit box appear and disapper during run-time? You know how you can make an edit box be enabled or disabled during run-time by doing something like this: lret = DlgSet (dlg, IDC_NAME, .FALSE., dlg_enable) to disable it and something like this to enable again:
lret = DlgSet (dlg, IDC_NAME, .TRUE.,dlg_enable). There is a 'visible' property you can check and uncheck, but how do you make it visible or invisible during run-time as with the enable/disable feature?
Using Dialogs and setting the 'visible' property on controls
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.



