Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Referencing a DLL help! (C#)
Name: Leo the 28C (by Sulfurik) Date: June 28, 2005 at 20:03:47 Pacific OS: Windows XP SP2 CPU/Ram: 1.4 GHz/480 MB
Comment:
Hello everyone! :D OK, how can I include a COM DLL in a C# program without copying it to the program's folder? I want to use the DLL from the Windows\System32 directory. The DLL is shdocvw.dll. How can I do this? Thanks! ;)
Name: Leo the 28C (by Sulfurik) Date: June 30, 2005 at 22:40:31 Pacific
Reply:
Ohh wait! I said it wrong... It was a COM DLL, but I need to use it as I'm using it now so I have the WebBrowser control in my toolbox... :P Thanks! ;)
Summary: >> I don't want to use dynamic arrays because they are computationally expensive ...time and all... << Thats another problem with VB. it is slower. The only way I can see you doing it is to crea...
Summary: Hello there I need a lil' help in a c++ program I have to write. I should write a recursive function that gets a single-dimensioned array in the length of N, that contains natural numbers and an index...