windowforms

  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. H

    Draw Both Arabic And English Words Char By Char?

    I'm trying to draw the same text from textBox to Panel char By Char For both Arabic & English with the same char size and position also style and color my code works perfectly if the text is English language but for Arabic its printing separated chars . I Know if i use DrawString , DrawTextBox...
  3. H

    Tip How To Create Transparent TextBox With Image and Changed Highlight Color Using C# Windows Forms Dot Net 4.8.1

    Youtube Link Full Source Code In The Video Download The Full Source Code From GumRoad WebSite Or Full Source Code In The Video Please Like And Subscribe For Further Questions Please Leave Your Comment Download Link https://hotmailhome.gumroad.com/l/asziwg *** SEO FEEDING TERMS/PHRASES...
  4. Programmable Physics

    A custom tool(circle button) that is created by a class does not appear in toolbox after rebuild (VS 2022)

    I was trying to create a round button. For this, we need to create a class, here is the code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace CircularButton...
Back
Top Bottom