Shawn, are we talking about the same IDE? I'm using VS.NET 2005 Pro - there's no "Show Hidden Files" button in the Solution Explorer, but there is a "Nest Related Files" button.
All my .vb files start with some 'Imports' statements and then begins partial classes - no designer code anywhere! Very strange. Ben > -----Original Message----- > From: Discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Shawn Wildermuth > Sent: 20 April 2006 11:51 > To: [email protected] > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > Ah, now I remember, but if you click the (Show All Files) > button in a VB.NET project, it will show you the nested > classes (this is different from C# where you can show the > nested classes by default). > > > > > Thanks, > > Shawn Wildermuth > http://adoguy.com > C# MVP, MCSD.NET, Author and Speaker > > > -----Original Message----- > From: Discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of JOYCE Ben > Sent: Thursday, April 20, 2006 5:13 AM > To: [email protected] > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > Thanks for the quick replies chaps, but I'm not having much > luck here. Is this specific to C#? > > I'm in a VB project. I can see the .aspx and nested aspx.vb > files, but the .vb file doesn't contain anything that I > didn't write myself - and I know for a fact I dragged & > dropped controls onto the page. > > Where might the declarations for those controls be hiding? > > Curious! > > Ben > > > -----Original Message----- > > From: Discussion of advanced .NET topics. > > [mailto:[EMAIL PROTECTED] On Behalf Of Shawn > > Wildermuth > > Sent: 20 April 2006 09:58 > > To: [email protected] > > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > > > You may need to click (Show all Files) button in the top of the > > Solution Explorer to see that file. > > > > > > > > Thanks, > > > > Shawn Wildermuth > > http://adoguy.com > > C# MVP, MCSD.NET, Author and Speaker > > > > > > -----Original Message----- > > From: Discussion of advanced .NET topics. > > [mailto:[EMAIL PROTECTED] On Behalf Of > Dean Cleaver > > Sent: Thursday, April 20, 2006 4:39 AM > > To: [email protected] > > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > > > It's in the other partial class - <classname>.designer.cs > > > > Dino > > > > -----Original Message----- > > From: Discussion of advanced .NET topics. > > [mailto:[EMAIL PROTECTED] On Behalf Of JOYCE Ben > > Sent: Thursday, 20 April 2006 20:34 > > To: [email protected] > > Subject: Re: [ADVANCED-DOTNET] VS ASP.NET 2005 > > > > Just out of interest, where has all the designer code gone? > > I thought it was a bit weird it had disappeared... I'm > asuming I can > > still get to it somewhere and modify it? > > > > Cheers, > > > > Ben =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
