Click here to Skip to main content
15,914,943 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
countnazgul7-Jul-08 3:30
countnazgul7-Jul-08 3:30 
AnswerRe: C# create Ajax Accordion and panes? Pin
leppie7-Jul-08 3:55
leppie7-Jul-08 3:55 
GeneralRe: C# create Ajax Accordion and panes? Pin
countnazgul7-Jul-08 4:01
countnazgul7-Jul-08 4:01 
GeneralRe: C# create Ajax Accordion and panes? Pin
Paul Conrad7-Jul-08 10:41
professionalPaul Conrad7-Jul-08 10:41 
QuestionXml Reader - Read Entire Subtree Pin
Lea Hayes7-Jul-08 3:15
Lea Hayes7-Jul-08 3:15 
AnswerRe: Xml Reader - Read Entire Subtree Pin
N a v a n e e t h7-Jul-08 3:48
N a v a n e e t h7-Jul-08 3:48 
GeneralRe: Xml Reader - Read Entire Subtree Pin
Lea Hayes7-Jul-08 4:06
Lea Hayes7-Jul-08 4:06 
QuestionCanonicalize a path (not a URL) Pin
James R. Twine7-Jul-08 2:48
James R. Twine7-Jul-08 2:48 
   Hey all... I am working with .NET 1.1(!) and I am trying to find a method that canonicalizes a filesystem path.  Basically the .NET equivilent of the Win32 Shell API function PathCanonicalize(...).

   What I need to do is convert a path like:
    C:\Program Files\Company\App\User1\Data\Res<code>\..\..\..\</code>User2\Data\Media
   To:
    C:\Program Files\Company\App\User2\Data\Media
   I am sure I can write code to do it (I had to in C++ before to get around the shell functions' MAX_PATH limit), but want to know if a method exists.

   Searching for "Canonicalize" in the MSDN help and in this forum does not yield anything useful.

   Adva[Thanks]nce!

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



AnswerRe: Canonicalize a path (not a URL) Pin
Kjetil Svendsen7-Jul-08 3:51
Kjetil Svendsen7-Jul-08 3:51 
GeneralRe: Canonicalize a path (not a URL) Pin
James R. Twine7-Jul-08 4:29
James R. Twine7-Jul-08 4:29 
AnswerRe: Canonicalize a path (not a URL) Pin
Vikram A Punathambekar7-Jul-08 6:17
Vikram A Punathambekar7-Jul-08 6:17 
NewsRe: Canonicalize a path (not a URL) Pin
James R. Twine7-Jul-08 7:48
James R. Twine7-Jul-08 7:48 
GeneralRe: Canonicalize a path (not a URL) Pin
Vikram A Punathambekar7-Jul-08 9:55
Vikram A Punathambekar7-Jul-08 9:55 
GeneralRe: Canonicalize a path (not a URL) Pin
James R. Twine7-Jul-08 10:52
James R. Twine7-Jul-08 10:52 
GeneralRe: Canonicalize a path (not a URL) Pin
Vikram A Punathambekar7-Jul-08 11:45
Vikram A Punathambekar7-Jul-08 11:45 
QuestionHi,How can I use Windows Media Player in Pocket PC 2003? Pin
xibeifeijian7-Jul-08 2:42
xibeifeijian7-Jul-08 2:42 
QuestionGetting a raw pointer to int from unmanaged C++ - Code Pin
Tomerland7-Jul-08 2:42
Tomerland7-Jul-08 2:42 
AnswerRe: Getting a raw pointer to int from unmanaged C++ - Code Pin
Luc Pattyn7-Jul-08 3:01
sitebuilderLuc Pattyn7-Jul-08 3:01 
GeneralRe: Getting a raw pointer to int from unmanaged C++ - Code Pin
Tomerland7-Jul-08 3:26
Tomerland7-Jul-08 3:26 
QuestionEnum and generics Pin
N a v a n e e t h7-Jul-08 2:22
N a v a n e e t h7-Jul-08 2:22 
AnswerRe: Enum and generics Pin
leppie7-Jul-08 2:42
leppie7-Jul-08 2:42 
GeneralRe: Enum and generics Pin
N a v a n e e t h7-Jul-08 2:50
N a v a n e e t h7-Jul-08 2:50 
AnswerRe: Enum and generics Pin
xibeifeijian7-Jul-08 2:49
xibeifeijian7-Jul-08 2:49 
GeneralRe: Enum and generics Pin
N a v a n e e t h7-Jul-08 2:58
N a v a n e e t h7-Jul-08 2:58 
GeneralRe: Enum and generics Pin
xibeifeijian7-Jul-08 3:03
xibeifeijian7-Jul-08 3:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.