Ok, I know I shouldn't be using these, but they were easy and fast and there.
Here are the declarations:
Using these controls on my computer is no problem. When I sent the beta of my project to my friend that has just the framework installed, he gets an error when the form loads that has these controls on it.Code:private Microsoft.VisualBasic.Compatibility.VB6.DirListBox dirListBox; private Microsoft.VisualBasic.Compatibility.VB6.DriveListBox driveListBox;
So here is what I am wondering. Do I need to send out some additional files with my project to make these work? Or does anyone have any code that can help me get rid of these controls all together? I think I would perfer a different way if any of you have one.




Reply With Quote