G
Guest
Hi al
iam working on teklogix terminal win ce.net using vs.net 2003. iam able to run the application and it is working fine. but my problem is whenever i open a new form, old form remains on the task bar and the new form opens as a new window. iam using the below code to open a new form and close the existing one
Dim frm As New frmSale
frm.ShowDialog(
Me.Dispose(
Please help me out if anyone has a solution for this
Thanks in advanc
Regard
Vamsi
iam working on teklogix terminal win ce.net using vs.net 2003. iam able to run the application and it is working fine. but my problem is whenever i open a new form, old form remains on the task bar and the new form opens as a new window. iam using the below code to open a new form and close the existing one
Dim frm As New frmSale
frm.ShowDialog(
Me.Dispose(
Please help me out if anyone has a solution for this
Thanks in advanc
Regard
Vamsi