> Currently, I'm just working on a machine that only has the > version 1.1 of the framework installed. Here i'm facing > another strange error: I can't seem to run a vb6 app with my > control inside it. It crashes VB. > > Another thing: my control has some code associated with the > mousedown event (override onmousedown method) which seems > like it isn't been called when the vb exe is run. > > it seems like i'm issing several things here....
FWIW in case no-one has mentioned this, writing COM UserControls using .NET was not actually supported in 1.0, and I've heard nothing of them being supported in 1.1. Mark Boulter mentions it here: http://discuss.develop.com/archives/wa.exe?A2=ind0203A&L=DOTNET&P=R7621&I=-3 This may be the bit that you're missing :-( It was supported during beta 1, and then started to disintegrate in beta 2 (event sinks were the main problem) Merak =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet View archives and manage your subscription(s) at http://discuss.develop.com
