JAM Posted March 28, 2003 Posted March 28, 2003 (edited) Plaese help me solve this problem I'm trying to open form2 from form1 then open form3 from form2 at the same time close form2 then close form3 then start over open form2 from form1 I get this error : Exception has been thrown by the target of an invocation. Any Idea??? I have attached the code. [edit] Please don't upload binaries in attachments - divil [/edit]testcenter.zip Edited March 15, 2007 by PlausiblyDamp Quote
*Gurus* divil Posted March 28, 2003 *Gurus* Posted March 28, 2003 I didn't get an error. The only time I've had this exception happen is when I have embedded resources in a program and I'm lacking a manifest file (on Windows XP). Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
JAM Posted March 28, 2003 Author Posted March 28, 2003 Dear divil I still have this error. I'm using Win2000. does it have to do anything with it? Quote
*Gurus* divil Posted March 28, 2003 *Gurus* Posted March 28, 2003 Then I'm sorry, I don't know. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
iebidan Posted March 28, 2003 Posted March 28, 2003 I got the error, this is what I did Open Form2 Click to open Form3 and close Form2 Close Form3 ... 'til here everything is OK then try it again without closing Form1, the error appears Attached you will find how I solved it, I think is the way you declared your Forms, the code I use in the example I'm sendig you works fine Regards Quote Fat kids are harder to kidnap
JAM Posted March 31, 2003 Author Posted March 31, 2003 Thank you divil. Thank you iebidan you tought me somwthing new. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.