transparency

  1. H

    Create Transparent richtextbox C# Windows Forms

    using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; //---------------- Hello It's Me Amro Omran ---------------- \\ //---------------- Hotmail.Home@gmail.com ---------------- \\ //---------------- Visit My Youtube Channel...
  2. M

    Question Transparent Panel disappears when clicking

    Hey guys, I've got a big problem, which many people seems to have: I'm developing a WinForms application which contains a PDF editor. The class containing the AciveXControl is called PdfControl. The PdfControl has a child which is called DrawPanel. Well, the DrawPanel is a transparent panel...
  3. R

    Question HUD and Form opacity

    I'm trying to create a HUD using Windows Forms, C# and VisualStudio 2010, with Windows 7 64-bit. My HUD is just a set of semi-transparent boxes that must provide additional information to the window they are attached to. The problem is that I cannot make my hud element semi-transparent when it...
Back
Top Bottom