вторник, 13 апреля 2021 г.

c# прозрачность Windows Forms

private void InitComponent()

{

         SetStyle(ControlStyles.UserPaint, true);

         SetStyle(ControlStyles.OptimizedDoubleBuffer, true);

         SetStyle(ControlStyles.SupportsTransparentBackColor, true);

         this.BackColor = Color.Transparent;

         this.TransparencyKey = BackColor;

}

Комментариев нет:

Отправить комментарий

Nginx + Let's Crypt

Шаг 1. Установка Certbot # apt-get install python3-acme python3-certbot python3-mock python3-openssl python3-pkg-resources python3-pyparsing...