Coder Social home page Coder Social logo

elektrostudios / dwm-desktop-window-manager-thumbnail-user-control-for-.net Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 1.46 MB

User control for .NET providing DWM (Desktop Window Manager) thumbnail functionalities

License: Apache License 2.0

Visual Basic .NET 100.00%
class-library classlibrary desktop desktop-window-manager dotnet dwm libraries library netframework screen

dwm-desktop-window-manager-thumbnail-user-control-for-.net's Introduction

ElektroDwmThumbnail

An user control for .NET providing DWM (Desktop Window Manager) thumbnail functionalities


๐Ÿ‘‹ Introduction

ElektroDwmThumbnail is a .NET user-control written in VB.NET that enables the creation of dynamic real-time preview thumbnails for any window. It utilizes various DWM API functions and is provided as a user-control for easy and user-friendly implementation.

๐ŸŽฆ Videos

See a recorded video by clicking on the following button: demoapplication

๐Ÿ“ Requirements

  • Visual Studio.

๐Ÿค– Getting Started

Download the latest release by clicking here, and use it in Visual Studio.

Usage example in C#:

// Register a DWM thumbnail for the main window of Notepad process.
Process pr = Process.GetProcessesByName("Notepad").SingleOrDefault();
IntPtr? hWnd = pr?.MainWindowHandle;
ElektroDwmThumbnail1.RegisterThumbnail(hWnd);

// Unregister the DWM thumbnail.
ElektroDwmThumbnail1.UnregisterThumbnail();

Usage example in VB.NET:

' Register a DWM thumbnail for the main window of Notepad process.
Dim pr As Process = Process.GetProcessesByName("Notepad").SingleOrDefault()
Dim hWnd As IntPtr? = pr?.MainWindowHandle
ElektroDwmThumbnail1.RegisterThumbnail(hWnd)

' Unregister the DWM thumbnail.
ElektroDwmThumbnail1.UnregisterThumbnail()

Available properties in the control's property grid:

[properties

โš ๏ธ Disclaimer:

This Work (the repository and the content provided in) is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Work or the use or other dealings in the Work.

๐Ÿ’ช Contributing

Your contribution is highly appreciated!. If you have any ideas, suggestions, or encounter issues, feel free to open an issue by clicking here.

Your input helps make this Work better for everyone. Thank you for your support! ๐Ÿš€

๐Ÿ’ฐ Beyond Contribution

This work is distributed for educational purposes and without any profit motive. However, if you find value in my efforts and wish to support and motivate my ongoing work, you may consider contributing financially through the following options:



__________________

Becoming my sponsor on Github:

You can show me your support by clicking here,
contributing any amount you prefer, and unlocking rewards!



__________________

Making a Paypal Donation:

You can donate to me any amount you like via Paypal by clicking here.



__________________

Purchasing software of mine at Envato's Codecanyon marketplace:

If you are a .NET developer, you may want to explore 'DevCase Class Library for .NET',
a huge set of APIs that I have on sale. Check out the product by clicking here

It also contains all piece of reusable code that you can find across the source code of my open source works.



Your support means the world to me! Thank you for considering it! ๐Ÿ‘

dwm-desktop-window-manager-thumbnail-user-control-for-.net's People

Contributors

elektrostudios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.