CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2012
    Location
    Nigeria
    Posts
    15

    Question VISUAL STUDIO NOT Responding - C#

    Created a component that inherited from the RichTextBox in C# 4.0. Now trying to add this component to my form but Visual Studio wont respond. Why?

    What could possibly be the problem?

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

    Re: VISUAL STUDIO NOT Responding - C#

    Need a bit more info please. What is this component supposed to do?

  3. #3
    Join Date
    Mar 2012
    Location
    Nigeria
    Posts
    15

    Re: VISUAL STUDIO NOT Responding - C#

    Quote Originally Posted by HanneSThEGreaT View Post
    Need a bit more info please. What is this component supposed to do?
    The component actually facilitates a set of syntax colouring. Although I did resolve this, I found out that I needed an event handler to fix that. Thanks for your concern all the same.

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