blah blah blah is here! blah blah » Close

0
votes
1 answers

Importing variables in C++ dll into a C# program

Hi all, How do I import a variable declared shell32.dll (which is a C++ program) into a C# program? I read online that [DllImport(shell32.dll)] will not work for variables. I tried that too. It doesn't work. Can someone please post th ...

Feedback