How to set EnableVisualStyles to True in Main

  • Thread starter Thread starter Academia
  • Start date Start date
A

Academia

I'm using the vs2003 folder/file format.

I'd like to try to set EnableVisualStyles to True but don't know how.

In the VS2005 they do "Me.EnableVisualStyles = True" but that won't work in
the Shared Function Main.


Thanks



The app has 37 projects that I'd like to convert to the new format but I
can't think of a way other than redoing much of the work I did creating
these.

Is there anything out there that would help?
 
I'm using the vs2003 folder/file format.

I'd like to try to set EnableVisualStyles to True but don't know how.

In the VS2005 they do "Me.EnableVisualStyles = True" but that won't work in
the Shared Function Main.

Thanks

The app has 37 projects that I'd like to convert to the new format but I
can't think of a way other than redoing much of the work I did creating
these.

Is there anything out there that would help?

I believe it is Application.EnableVisualStyles - see if that works.

Thanks,

Seth Rowe
 
Right as usual

lol

Could you tell my wife that? She won't believe me.... :-)

Thanks,

Seth Rowe
 
Back
Top