V
V
Vladimir Yurchenkov2021-11-19 18:45:48
C++ / C#
Vladimir Yurchenkov, 2021-11-19 18:45:48

How is application familiarization implemented?

Tell me how they technically implement mini-learning at the first entrance to the program?
For example, when a translucent dark background is applied, a certain area on the form is highlighted, text is displayed, and a "Next" button is displayed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HemulGM, 2021-11-19
@EPIDEMIASH

This is usually not done on WinForms, because the translucency of window elements is not supported by default, you can hack it in different ways (example in the comments), but this is not very good.
For "acquaintance" use a different approach - tooltips. If the user clicks on a hint, the next one is shown. And when defocused, it disappears.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question