CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    1

    Question How we do it bold?

    My program is in visual studio 2008 c++ form.
    Here is my code:

    // tabPage6
    //
    this->tabPage6->Controls->Add(this->button6);
    this->tabPage6->Controls->Add(this->groupBox12);
    this->tabPage6->Controls->Add(this->groupBox11);
    this->tabPage6->Location = System:rawing::Point(4, 64);
    this->tabPage6->Name = L"tabPage6";
    this->tabPage6->Padding = System::Windows::Forms::Padding(3);
    this->tabPage6->Size = System:rawing::Size(992, 648);
    this->tabPage6->TabIndex = 5;
    this->tabPage6->Text = L"Geothermal Power";
    this->tabPage6->UseVisualStyleBackColor = true;

    I want "Geothermal Power" to be bold and bigger size. How I can do it?

    Thanks in advance,
    Ectoras

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: How we do it bold?

    [ redirected ]
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Tags for this Thread

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