vote up 0 vote down star

Stuff like this and this is very nice and to some extent is representative for the information I am generally looking for. I found that using Win32 functionality in C# winform projects is possible and, when used wisely, can provide a much enhanced user experience. Sadly, information on MSDN can be scarce at best and almost never offers directives or real life examples as to how and when to use certain functionality. I am therefore looking for good resources on stuff like this. Books, websites, open source projects using lots of Win32 stuff... anything really.

flag

58% accept rate
I'm not really sure what you're looking for that pinvoke.net doesn't provide. Can you cite an example where it didn't give you what you needed? – Michael Petrotta Nov 2 at 1:32
PInvoke offers lots of "boilerplate" code to be able to use interop. What I am looking for are good examples regarding the use of all the interfaces/structs that are available. For IFileDialog it is quite clear, for other things it might not be so clear. I am looking for real life code examples and advice that enables use of Win32 interop to solve real problems... – Kris Nov 2 at 9:01

1 Answer

vote up 1 vote down

Check out this book on Interop from Orielly

link|flag
Ah, good stuff, thanks! – Kris Nov 2 at 8:57
The book is definitely useful but something specific to the Win32 api might also be necessary... – Kris Nov 2 at 9:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.