External Failure

  • Thread starter Thread starter Lespaul36
  • Start date Start date
L

Lespaul36

I made a usercontrol that is made with a treeview control. I get err 99
(Exernal component has thrown an exception)when I try to drag and drop
(Usually when the drop should happen). The drop event is not triggered.
The error is on my Sub Main

Application.Run(New Form1)
 
well if anyone else has a similar problem I found that the best solution was
to use a manifest instead of enablevisualstyles.
 
Back
Top