Daniel Lutz

Results 10 comments of Daniel Lutz

I have the same problem so i will support this proposal **Update** After few checks it seems to be work mostly correct. If i find a logic behind when it...

@moh-hassan Thank you for answering. I knew this wiki page but the problem of using `isDefault` like `[Verb("copy",isDefault: true, HelpText = "Copy some stuff" )]` is that i **must** define...

When i have a console app called _tool_ then i want to use a default implementation with options like ```shell tool # or tool --option1 --option2 ``` and usage of...

Currently with windows 2004 it is possible to get (not set) the name for the current virtual desktop. I wrote about it in a other [github project](https://github.com/MScholtes/VirtualDesktop/issues/10).

@Beej126 No problem currently it seems to be no way to set the name. You can manual edit the registry entry but this is not auto synced to the explorer...

> VirtualDesktop.CurrentChanged event is very straightforward (implementation example) I meant the logic behind because i tied the dll from this project but ran into some issues like #44 and the...

@MScholtes Big thanks for finding it out! This is a better way instead of look into the registry.

Currently with windows 2004 it is possible to get (not set) the name for the current virtual desktop. I wrote about it in a other [github project](https://github.com/MScholtes/VirtualDesktop/issues/10).