Thread: Pictures in a Richtextbox or only in a scrolled text

  1. #1
    Registered User
    Join Date
    Apr 2010
    Posts
    6

    Pictures in a Richtextbox or only in a scrolled text

    Hi,

    i am doing a Software like a catalog.

    I made a long discribtion and now i want to a add some pictures at the bottom.

    The Problem is, that i cannot add a Pic on a scrolled page.

    I am only able to add a pic in the first starting scene and not after scrolling 1 min down.

    I tested with a picture box and i placed it deeper as the programm is, but then the pic is not in the programm.

    So do you know how i can add a Pic in a scrolled Text ??

    i googled and looked for it but i dont found any solution

    ty

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    which library are you using?

  3. #3
    Registered User
    Join Date
    Apr 2010
    Posts
    6
    hi,

    i dont know....

    i just use visual studio and i made a windows form.

    my text box looks like this

    Code:
    			this->richTextBox2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point, 
    				static_cast<System::Byte>(0)));
    			this->richTextBox2->ImeMode = System::Windows::Forms::ImeMode::NoControl;
    			this->richTextBox2->Location = System::Drawing::Point(125, 138);
    			this->richTextBox2->Name = L"richTextBox2";
    			this->richTextBox2->ShortcutsEnabled = false;
    			this->richTextBox2->Size = System::Drawing::Size(978, 632);
    			this->richTextBox2->TabIndex = 4;
    			this->richTextBox2->Text = resources->GetString(L"richTextBox2.Text");
    			this->richTextBox2->Visible = false;
    hope that helps

  4. #4
    Registered User
    Join Date
    Apr 2010
    Posts
    6
    hi,

    no one can help me ?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. RichEditCtrl & unicode formatted text
    By ddonate in forum Windows Programming
    Replies: 0
    Last Post: 03-26-2010, 10:50 AM
  2. struct question
    By caduardo21 in forum Windows Programming
    Replies: 5
    Last Post: 01-31-2005, 04:49 PM
  3. searching text in richtextbox
    By SuperNewbie in forum C# Programming
    Replies: 4
    Last Post: 08-02-2002, 09:44 AM
  4. Scrolling The Text
    By GaPe in forum C Programming
    Replies: 3
    Last Post: 07-14-2002, 04:33 PM
  5. Replies: 1
    Last Post: 07-13-2002, 05:45 PM