Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pmccombs
  • Content: Threads
  • Order by date
  1. pmccombs

    Retrieving an icon from another assembly

    This might seem like a simple question, but I am not sure where to start. I have a FormManager class in an assembly dll. There are possibly various other assemblies that each contain a component that is managed by the FormManager class. These component assemblies also contain an icon that...
  2. pmccombs

    How should C# handle objects allocated in Unmanaged Code?

    Hi, I have written a DLL in unmanaged code that has a certain function that returns a string. This string is allocated within the function. I can call this function from C# if I use the DllImport attribute and define a prototype in a class definition. The function works fine, and I can assign...
  3. pmccombs

    How do I handle an external event in C#?

    Hi, I have written an unmanaged Win32 DLL that generates events. The event it generates is a registered event of my choosing, which I have declared (via Win32 APIs, in C) in the following manner: const UINT wmMessage =...
  4. pmccombs

    Can I write unmanaged C# code?

    First of all, I need a little clarification: Just what is the difference between managed and unmanaged code? I have a general idea that unmanaged code is code found in DLLs, such as the system APIs. I'd like to write code like this. I have a need to write an external library that is available...

Part and Inventory Search

Back
Top