ZenWorkspace_OnPreBuild Form

ZenWorkspace_OnPreBuild Form

When showing a form in the "ZenWorkspace_OnPreBuild" Event handler it is not possible to access any controls on the form, as Zenon displays the progress bar.
Is there any workaround to this? I am using Zenon 6.50 SP 0 btw.
VBA Code:

Private Sub ZenWorkspace_OnPreBuild(ByVal ObProject As IProject)
frmConfig.Show
End Sub

Many Thanks,
Sebastian

This is a migrated post! Originally posted on 17.12.2013 by user sebastian.lenk. Please be aware that information can be outdated.