.dll

  1. K

    Question Need a code for microphone volume changer

    I was have one program which control speaker and microphone volume level. First you must choose driver (ex. Realtek Sound - for sound control). Then track bar appear and I can control level. Now I again need this code. Please help. P.S. Sorry for my english, its bad :D I have this project, but...
  2. N

    Question Different framework version

    hello, for school I must make a project which can scan multiple choice question and correct them. I have a part with which I can scan a paper (twainlib.dll) and one with which i can get the answers through OCR(aspiriseOCR.dll). But my problem is getting the two parts together since they need...
  3. X

    Question Adding .dlls and .exes to my installation

    In my project, I've made reference to a .dll file (which was compiled through visual studio, and is currently marked as a reference). Having added it as a reference, when I compile my program into a setup file, will it include the .dll. Secondly, I have run a process off an installed program on...
  4. C

    Question How do import .NET libraries at runtime?

    Hi there, I am developing a plugin for an application which means I have to import a library into my library at runtime. The library is a .NET dynamic link library and I need to be able to use the structures/methods it houses within my application (plugin library). How would I go about doing...
Back
Top