Due to the 3rd party library limitations, I have the following constraints:
- max of one instance of a a class instance per exe instance
(RegisterTypeForComClients(..., SingleUse).
- the module must run under a pre-configured nt account.
- solution must be in .net
The solution i have is a CO...
more >>
I'm building a splash screen for a .Net 3.0 WPF app. The SplashScreen class
needs to load a bitmap (.png) using Win32 functions but I'm having trouble
figuring out how to add the bitmap to my project so it is visible to
(Win32)FindResource and then determine what the ResourceID or ResourceNam...
more >>