User Profile

Collapse

Profile Sidebar

Collapse
bhumesh
bhumesh
Last Activity: May 6 '08, 01:33 PM
Joined: Apr 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bhumesh
    replied to problem using StgOpenStorage()
    in .NET
    But here I am already calling the function as below:
    [DllImport("ole3 2.dll")]
    static extern int StgOpenStorage(
    [MarshalAs(Unman agedType.LPWStr )] string pwcsName
    , IStorage pstgPriority
    , STGM grfMode // Access Method (uint)
    , IntPtr snbExclude // Must be NULL
    , uint reserved // Reserved...
    See more | Go to post

    Leave a comment:


  • bhumesh
    started a topic problem using StgOpenStorage()
    in .NET

    problem using StgOpenStorage()

    Hello, I am using the Marshalling of StgOpenStorage in my program. It is giving me the error Error as: The type or namespace name 'IStorage' could not be found (are you missing a using directive or an assembly reference?). Can I have a solution for this, please?
    See more | Go to post

  • bhumesh
    started a topic opening a compound file of vc++ in .net
    in .NET

    opening a compound file of vc++ in .net

    Hello geeks!
    I had a file written to disc using VC++ and MFC with elements like LPSTORAGE, LPUNKNOWN, COleStreamFile objects. Now I want to open the same file using C# .NET. Can anyone help?
    See more | Go to post

  • bhumesh
    started a topic checking all installed products and their licenses
    in .NET

    checking all installed products and their licenses

    Hello everyone!

    I am new to this forum and site. I want to know of how to write a program that displays all the products and their licenses that are being installed. I want to write this program in vc++. One more thing I want to add: I know C# .NET, but I am not that comfortable in vc++. So please tell me from scratch in vc++.
    See more | Go to post
No activity results to display
Show More
Working...