BlueOysterCult Posted February 8, 2004 Posted February 8, 2004 Hello All I am getting an error that (of course) shouldn't be there. I know this should work. the error An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in system.windows.forms.dll Additional information: Error creating window handle. the code Dim myCustForm As New frmCarList Me.lstBoxInventory.DataSource = CarArrayList myCustForm.ShowDialog() its landing on the last lline Rob Quote
brendalisalowe Posted December 21, 2004 Posted December 21, 2004 Hello. I am having the same problem. How did you fix it? Please let me know. Thanks! Quote
techmanbd Posted December 21, 2004 Posted December 21, 2004 can you put your code up where you are having the problem? Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Tygur Posted December 24, 2004 Posted December 24, 2004 To others who had the problem: Try viewing a stack trace so you can see what called what to lead up to that error. It's possible that, while showing the form, more of your code could've been run, which actually caused the error. (this can happen, for example, with code in a Paint event) 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.