windows - VB6 New form/msgbox pops up behind parent form On Win7 -
i have window form application written in vb6. works fine until our users upgraded workstation winxp win7. hers detail of issue: a child form or message box opens behind parent form. users cannot because application focused on child form/messagebox. have kill whole application using task management. also, issue happens randomly (one or twice day). cannot replicate issue in development workstation. have similar issue? or suggestion helpful? i tried following things on users' machines, none of them works: set application run in compatibility mode windows xp (service pack 3). grant users local admin right on workstations. make sure references , components on users' machine same version our development workstation. thank much below code popup child window: frmclinicalquestion2.txtcqtwocomments.text = trim(m_qviolcomm) frmclinicalquestion2.txtcqtwohistorycomments.text = trim(m_qviolhistcomm) call setvalues(txtq2, optq2, m_qviol) call setvalues(frmclinicalq...