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 bkrike 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: doja93
  • Content: Threads
  • Order by date
  1. doja93

    Error Referencing MFC Dll

    I created an C++ MFC Dll project and am trying to call a function in the dll from a C# Class Library project using DllImport. I seem to remember that when using DllImport you have to also add a reference to the dll in the project you're using it in. When I go to add a refernce to my MFC.dll in...
  2. doja93

    Trouble referencing an MFC dll

    I created an C++ MFC Dll project and am trying to call a function in the dll from a C# Class Library project using DllImport. I seem to remember that when using DllImport you have to also add a reference to the dll in the project you're using it in. When I go to add a refernce to my MFC.dll in...
  3. doja93

    Trouble using referencing an MFC dll

    I created an C++ MFC Dll project and am trying to call a function in the dll from a C# Class Library project using DllImport. I seem to remember that when using DllImport you have to also add a reference to the dll in the project you're using it in. When I go to add a refernce to my MFC.dll in...
  4. doja93

    Does System.Windows.Form have a minimum size?

    I created a new form and set the ClientSize property to a width of 65 but the window is larger than 65, around 125, and the image I set to the BackgroundImage property is tiled. I have used set this property to many other values, all > 125 and have never had this problem. Is there a minimum...

Part and Inventory Search

Back
Top