CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Posts
    405

    The word is not smooth during the C # form ?

    The word is not in the form of smooth throughout, with the following code:
    private void Form1_Load(object sender, EventArgs e)
    {
    label1.ForeColor = Color.Violet;
    label1.Text = "From trong suốt";
    label2.ForeColor = Color.BlueViolet;
    label1.Text = "MÃ*u chữ của form";
    label3.ForeColor = Color.DarkOrange;
    label1.Text = "MÃ*u chữ của form";
    this.TransparencyKey = Color.Wheat;
    this.BackColor = Color.Wheat;
    }

    why not borrow the word transparent form? way to overcome this is not the case? image link: http://freakshare.com/files/1lh6461j/formtran.jpg.html

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: The word is not smooth during the C # form ?

    Rather post the picture here on your posts. Freakshare requires people to register with them, and I doubt that members would want to go through all that trouble.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: The word is not smooth during the C # form ?

    Definitely, just post what you need as an attachment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured