I
I
Igor Fominykh2016-07-16 11:03:45
Windows
Igor Fominykh, 2016-07-16 11:03:45

How to customize the Windows desktop?

Hello, the question is this: there is a Fences program, it changes my desktop, helps to structure, expands the functionality of working with icons and folders. How to write like this? What to read to understand the idea of ​​implementing your functionality in Windows? I would like to do this in C#.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AtomKrieg, 2016-07-16
@AtomKrieg

Search for information on WinAPI. Read MSDN.
Example:
1 -> google : c# arrange desktop icons
2 -> stackoverflow.com/questions/131690/how-can-i-progr...
3 -> www.swissdelphicenter.ch/en/showcode.php?id=1897

Z
Zelimkhan Beltoev, 2016-07-16
@Beltoev

Based on the screenshots, at first glance it looks like Fences uses Windows Gadgets.
Here are tutorials on how to write them (HTML and JS):
https://geektimes.ru/post/151774/
https://habrahabr.ru/post/132042/
Although, on the other hand, they can do it on WinAPI, since there It is possible to manipulate shortcuts on the desktop. It remains only to make their POPUP windows with titles translucent.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question