I upgraded a simple VB6 app to VB.NET. It worked fine, but I found something odd. In the IDE, the controls (buttons and textboxes) look like they normally do in VB.NET. But when I run the program, they take on the VB6 appearance (square cornered buttons and shaded textboxes). This still happens if I add a new form into the newly converted project and add new controls onto it.
How can I make all the controls (converted and newly added) in a converted app appear like they do with a brand new VB.NET app at run-time?
How can I make all the controls (converted and newly added) in a converted app appear like they do with a brand new VB.NET app at run-time?