Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: HttpWebRequest problems... Pin
Heath Stewart16-Feb-04 6:23
protectorHeath Stewart16-Feb-04 6:23 
GeneralRe: HttpWebRequest problems... Pin
Shammut16-Feb-04 8:04
Shammut16-Feb-04 8:04 
GeneralRe: HttpWebRequest problems... Pin
Heath Stewart16-Feb-04 8:56
protectorHeath Stewart16-Feb-04 8:56 
GeneralPassing a structure with array pointers to a Win32 DLL Pin
Member 88417915-Feb-04 22:15
Member 88417915-Feb-04 22:15 
GeneralRe: Passing a structure with array pointers to a Win32 DLL Pin
Mazdak15-Feb-04 23:31
Mazdak15-Feb-04 23:31 
GeneralRe: Passing a structure with array pointers to a Win32 DLL Pin
Heath Stewart16-Feb-04 6:18
protectorHeath Stewart16-Feb-04 6:18 
GeneralAdvanced File Property Pin
KriZ~15-Feb-04 19:21
sussKriZ~15-Feb-04 19:21 
GeneralRe: Advanced File Property Pin
Heath Stewart16-Feb-04 6:09
protectorHeath Stewart16-Feb-04 6:09 
You can make that interop assembly strong named. If you use VS.NET to import a COM typelib, before creating it right-click on your project, select Properties, and set your "Wrapper Assembly Key Name" or "Wrapper Assembly Key File" under the "Common Properties/General" section. If using tlbimp.exe from the .NET Framework SDK, you can use the /keyfile:FileName or /keycontainer:KeyName command-line switches.

To answer your first question, though - no. The .NET base class library does not support these additional streams. You have to either rely on interop'ing a COM library (like you've done) or P/Invoking all the necessary functions and defining the proper structures and consts (etc.).

There is a .NET library someone made and documented here on CodeProject that works pretty good. See the article, Accessing alternative data-streams of files on an NTFS volume[^].

 

Microsoft MVP, Visual C#
My Articles
Generalall C# user read ^_^ a windows made for C# programmers Plus a funny joke about C#n00b for everybody Pin
CSharp131415-Feb-04 18:38
CSharp131415-Feb-04 18:38 
GeneralRe: all C# user read ^_^ a windows made for C# programmers Plus a funny joke about C#n00b for everybody Pin
CWIZO16-Feb-04 8:21
CWIZO16-Feb-04 8:21 
GeneralSingle/Double.ToString() help Pin
Verdant12315-Feb-04 16:53
Verdant12315-Feb-04 16:53 
GeneralRe: Single/Double.ToString() help Pin
Werdna15-Feb-04 20:21
Werdna15-Feb-04 20:21 
GeneralRe: Single/Double.ToString() help Pin
Heath Stewart16-Feb-04 5:55
protectorHeath Stewart16-Feb-04 5:55 
GeneralFree C# Training Pin
Tony M John15-Feb-04 15:07
Tony M John15-Feb-04 15:07 
GeneralRe: Free C# Training Pin
Anonymous16-Feb-04 15:08
Anonymous16-Feb-04 15:08 
GeneralParsing Tab Delimited File Pin
Verdant12315-Feb-04 14:05
Verdant12315-Feb-04 14:05 
GeneralRe: Parsing Tab Delimited File Pin
Colin Angus Mackay15-Feb-04 14:24
Colin Angus Mackay15-Feb-04 14:24 
GeneralRe: Parsing Tab Delimited File Pin
Verdant12315-Feb-04 14:51
Verdant12315-Feb-04 14:51 
GeneralRe: Parsing Tab Delimited File Pin
Werdna15-Feb-04 16:45
Werdna15-Feb-04 16:45 
GeneralRe: Parsing Tab Delimited File Pin
Verdant12315-Feb-04 16:47
Verdant12315-Feb-04 16:47 
GeneralRe: Parsing Tab Delimited File Pin
Daniel Turini16-Feb-04 1:59
Daniel Turini16-Feb-04 1:59 
GeneralRe: Parsing Tab Delimited File Pin
Verdant12316-Feb-04 7:55
Verdant12316-Feb-04 7:55 
Questionhow to restrict appearance of child forms Pin
visiontec15-Feb-04 13:29
visiontec15-Feb-04 13:29 
AnswerRe: how to restrict appearance of child forms Pin
Colin Angus Mackay15-Feb-04 14:40
Colin Angus Mackay15-Feb-04 14:40 
GeneralTab Pages Navigation Pin
visiontec15-Feb-04 12:58
visiontec15-Feb-04 12:58 

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.