Search results for query: *

  1. R

    Question HUD and Form opacity

    Thank you for the suggestions, but it still doesn't work as I need. Here are the code changes according to your suggestions: HUD.cs: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; using...
  2. 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