CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Danja

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    495

    Re: Referencing dll from another program

    I believe they are native dlls. I'm completely new to using dlls in C#; I was successfully able to integrate a .NET assembly and call its function just by adding a reference to the dll in solution...
  2. Replies
    3
    Views
    495

    Referencing dll from another program

    Hello,

    I'm trying to reference a dll created by another program. I don't think I can distribute the dll(s) with my program, so I need to be able to find them in their native directories. I have...
  3. Re: Code works in one case, but not in a similar case (registry editing). Help?

    Thank you! That was the problem. I opened the Software subkey as write and it worked. Thank you very much for your help!
  4. Re: Code works in one case, but not in a similar case (registry editing). Help?

    Thank you for your reply. I'm fairly certain that the key exists because the function above is actually called the the following lines:



    if...
  5. Code works in one case, but not in a similar case (registry editing). Help?

    I'm trying to simply copy a registry key using the pre-built code here: http://www.codeproject.com/Articles/16343/Copy-and-Rename-Registry-Keys#_rating (note: the actual code is from the forum reply...
  6. Replies
    1
    Views
    193

    Coordinate Sorting Algorithm

    I have a list of latitude and longitude coordinates which are supposed to trace the outline of a city. Somehow they got scrambled so that they are now out of order. I'd like to write a program to...
Results 1 to 6 of 6



HTML5 Development Center

Click Here to Expand Forum to Full Width