dll

  1. R

    Resolved Translate VB6 to C Sharp with DLL

    Hello, I don't know if the title is correct but that's the idea. I am programming a Payway POS program in the console Payway POS that loads a DLL, I was able to do almost all the procedures but there are three that don't work and I need help. The procedures are almost the same but I am only...
  2. M

    Visual Studio not picking up source code changes to control that is in a referenced DLL

    I apologize in advance it this is a duplicate. I can't fine the one I tried to post yesterday. I downloaded a library for use in my C# application. It has the DLL which I added the controls to the toolbox by referencing the DLL. The library folder also includes the source for each...
  3. Hussnain Javed

    Generating Hash Value for a DLL File in Visual Studio Commuity 2019

    Hi, how are you all? Hope you're all fine. I'm looking for a way to get hash value of a dll file which I've created in a class library's project in visual studio community 2019. I've only one 1 class in my project and I need only dll file and hash value. As I can't run the Project but I can...
  4. dv2020

    Combine all *.dll into a folder instead of main directory of program

    Hello, I'm trying to work out how to get my application to store all the *.dll files that were installed using NuGet into a folder "lib" inside the application root directory automatically when I complete a build? If anyone has any ideas, that would be great. Thanks David
  5. SRX

    How to use styles inside a DLL?

    Hello everyone, this is my first post here, so here it is, I'm making a DLL for me, to ease my job, because there are classes that I use in every project, so why should i duplicate them, when I can use one DLL to finish the job, I also wanted to add some controls to it, buttons, so its like...
  6. lmstearn

    Question DLL Browser/ Repo for Application

    Hi there, First question here as just joined, it's one regarding how to go about planning/implementating a smallish application that: Simulates the behaviour of a most basic mod manager- think this but much less functionality. Provides drag & drop of DLL files or compressed packages containing...
  7. T

    Question Running a dll file in a new thread?

    Hello there everyone! I have created a simple dll file that will sleep for 5 seconds then show a message and repeat. I want to call in my .exe program my dll in a new thread and run it constantly. So something around: Thread t = new Thread(); t.run("Test.dll"); Or something around there...
Back
Top Bottom