Hi forum. I asked a question earlier asking how to use the Windows 7 taskbar progress bar without the .dll files, but I realized that in VS2010 you can embed a .dll into your application. I set this option to embed to true, but when trying to use the code for said .dll, I get this error:
Interop type "Windows7ProgressBar" cannot be embedded. Use the application interface instead.
Not quite understanding what I have to do, I finally found a single .dll which is only 20KB (instead of the three required for the Windows API) and I can't quite use it yet.
Any help is appreciated!