I want to give you some good resources about the Windows development of applications that integrates with OS such as App Manager , Docs, taskbar, system tray etc.
How are resources like how to interact with special sub-systems
thanks
The type of shell extension you are searching for is information about typing. Generally it is not recommended that you write a shell extension in the net extension, though the scenario can now be better with support in side of side loading with framework 4.0.
The shell extension C # for Bing / Google will generate many results that may be relevant.
For the docking part of your question, an application is the desktop toolbar (AppBar), it is a code project article doing this with C #, this should be a proper starting point.
Comments
Post a Comment