i convert my vb 6 project to .exe format and when i run in other computer it display " Run time error 401 - Can't show non-modal form when modal form is displayed. "
run time error 401
Page 1 of 11 Replies - 4909 Views - Last Post: 05 October 2010 - 09:20 AM
Replies To: run time error 401
#2
Re: run time error 401
Posted 05 October 2010 - 09:20 AM
well the error tells it all. you open a modal form and then try to open non modal form from it. either make the for that you want to open modal or make the other form that you call it from non modal. i hope that make some sens

Page 1 of 1