Hi Kerry,
As you said, there are no help for Environment.SpecialFolder Enumeration in
your MSDN?
I think this should be the problem of your MSDN, you can find the help for
Environment.SpecialFolder Enumeration at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemenvironmentspecialfolderclasstopic.asp
So it should be in the MSDN.
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
| From: Kerry Sanders <
[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Subject: Re: Coide complete issues?
| Reply-To: (e-mail address removed)
| Message-ID: <
[email protected]>
| References: <
[email protected]>
<
[email protected]>
| X-Newsreader: Forte Agent 1.93/32.576 English (American)
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| Lines: 32
| X-Trace:
ofjmidbaofeaohdodbdpiflmbcekedmfhojhikkbagflhcboejbdapadjcjppkcdicabflmaplme
clooghdcopgoocdmbhomakbmolmaljggfkghbgjhmnnmpgicogmadfpogmghmgbgbgjnmbeclpgg
heoapega
| NNTP-Posting-Date: Mon, 10 Nov 2003 02:11:43 EST
| Date: Mon, 10 Nov 2003 01:12:42 -0600
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!tiscali!newsfeed1.ip.tiscali.net!news.tele.dk!news.tele.dk!small.news.t
ele.dk!newsfeed.news2me.com!cyclone1.gnilink.net!peer01.cox.net!cox.net!bigf
eed.bellsouth.net!bignumb.bellsouth.net!news.bellsouth.net!bignews6.bellsout
h.net.POSTED!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:197912
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Sorry... emailed this first try instead of posting it here for everyone.
|
| ======
| Yes, sorry... I should have said Intellisense instead of code complete.

|
| Anyway, there is nothing special in my code as I posted it in the first
message.
| The help entry for the System.Environment class does not even have
SpecialFolder
| in the listing in my MSDN October 2003 library. This is truly weird.
|
| As mentioned, I type Environment, hit the period "." and I do not see
| SpecialFolder in the Intellisense list that pops up. The code that I
posted
| compiles and operate properly, however.
|
| This is weird. I just tried this in a new application and it works
perfectly.
| I am not sure what is so special about my particular application that I am
| working on. It is just a Windows form class that I am currently working
with.
| I have the code in the click event for a context menu item.
|
|
|
| >Thanks for your posting.
| >Base on my understanding, your problem related to the intellisense.
| >But in my test application, I can not reproduce your problem. As I typed
| >Environment with "." then the intellisense will show up, and i choose
| >SpecialFolder.
| >Can you give me some steps to reproduce the problem? Thanks
| >
| >Also, normally, the intellisense will generate when you press "." after
an
| >object. If it does not show up, you may try to press Ctrl+J to force it
to
| >show up .
| >You can try if this works
|
|