Dapplo.Windows icon indicating copy to clipboard operation
Dapplo.Windows copied to clipboard

A library with a different approach to calling Win32 APIs, e,g providing reactive access to the clipboard or global hotkeys.

Results 14 Dapplo.Windows issues
Sort by recently updated
recently updated
newest added

I couldn't get the `MouseClick` event to work properly, digging into the code https://github.com/dapplo/Dapplo.Windows/blob/c3ece8900ba8def6a4af5e02d58af6cead92d122/src/Dapplo.Windows.Input/Mouse/MouseInputGenerator.cs#L23 it looks like an error whereby the `MouseDown` event is fired twice, rather than a `MouseDown`...

Hi, I'm trying to subscribe create window event and exclude one emitted by children. However, it seems the child windows is still generating events. Can you suggest please, what is...

question

Especially a more convenient way to call: - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getsystemmetricsfordpi - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-systemparametersinfofordpi

Currently it's still all in development but it would be good to see some better documentation on usages.

help wanted

Especially something to create Icon file, ICONDIRENTRY etc.

See https://docs.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#cloud-clipboard-and-clipboard-history-formats It might make sense to simplify the usage, so other apps do not need to know the details of enabling and disabling the cloud copying.

When I use devcon.exe, WMI and so on to query for a particular graphics card in my system I get the following identifier(s): > PCI\VEN_10DE&DEV_1FB8&SUBSYS_09061028&REV_A1\4&32AF3F68&0&0008 ![image](https://user-images.githubusercontent.com/828/90271771-9f592b00-de5c-11ea-9ad2-13408882efb5.png) However, using your library...

enhancement

## Beep boop. Your images are optimized! Your image file size has been reduced by **31%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

You can save your time if you join other libraries instead of writing a new one https://github.com/dahall/Vanara https://github.com/AArnott/pinvoke

enhancement
help wanted

See https://docs.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-loadiconmetric and there specifically the mentioning of SM_CXSMICON & SM_CYICONSPACING etc mentioned here: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getsystemmetrics