Problem about Creating Apps for Windows XP

  • Thread starter Thread starter microsoft.public.dotnet.languages.vb
  • Start date Start date
M

microsoft.public.dotnet.languages.vb

I am VB.NET developer. So completed the Tutorial "Using Windows XP
Visual Styles with Controlls on Windows Forms" tutorial by Seth
Grossman. Application works fine. So I close the solution and little
while reopen the solution. But unfortunately Windows Xp style is gone
from my application, when I ran the application. When I click the
Execute button to compile and run the application, VB.NET display the
following message. "Can't Write the Output file."

Other apps I created using VB.NET works fine, when I reopened the
project, which are not use Windows XP style and .MANIFEST file.)

So please help me to solve this problem. thanks

Anuruddha
 
* microsoft.public.dotnet.languages.vb said:
I am VB.NET developer. So completed the Tutorial "Using Windows XP
Visual Styles with Controlls on Windows Forms" tutorial by Seth
Grossman. Application works fine. So I close the solution and little
while reopen the solution. But unfortunately Windows Xp style is gone
from my application, when I ran the application. When I click the
Execute button to compile and run the application, VB.NET display the
following message. "Can't Write the Output file."

Other apps I created using VB.NET works fine, when I reopened the
project, which are not use Windows XP style and .MANIFEST file.)

NET 1.0:

Set the controls' 'FlatStyle' properties to 'System', then add an application manifest.

Tools

<http://www.msjogren.net/dotnet/eng/tools/default.asp>
-> "ThemeMe"

MSDN:

VS.NET Addin for using XP visual styles
<http://tinyurl.com/37yk>

Using XP Visual Styles in Windows Forms apps
<http://tinyurl.com/37yi>

..NET 1.1:

<http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx>
 
Back
Top