Not gone through all the code. Works in 8.1 VS2013 accept skips panel 3??? Is there a reason you invoke twice??? generally interstested.vb Code:
LblWaitMsg.Invoke(Sub() LblWaitMsg.Text = "Completed. You may proceed") 'The task is finished so re-enable navigation LblWaitMsg.Invoke(Sub() WizardControl1.AllowNext = True WizardControl1.AllowPrevious = True End Sub)
ah edit. It's meant to. sorry regarding panel 3




Reply With Quote
