CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paula-Agatha

Search: Search took 0.02 seconds.

  1. Prevent automatic scrolling during filling of a rich textbox

    Dear C#-Experts,

    again I have a problem and I’m totally sure you can give me the very important hint to solve it!

    My Windows application (C#, Visual Studio 2008 Express) is reading...
  2. Multicolored background of a rich text box control (Windows-Form)

    Dear C#-experts,

    I have to implement a Windows form containing a rich text box control with multicoloured text (the first request) and multicoloured back color of this control (the second...
  3. Replies
    3
    Views
    924

    Re: Problems with Threads and Invokes

    Dear Mathew,

    You are great! With your advise I could fix the bug! During parsing of very large files I added the file contents into an array and called the delegate function to add the array items...
  4. Replies
    3
    Views
    924

    Problems with Threads and Invokes

    Dear C#-experts!

    I have a big problem and I hope you will give me support.

    My problem:

    Class A is a windows form containing a listbox. A method of this class A starts a thread, which is...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured