Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6339659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:41:19+00:00 2026-05-24T19:41:19+00:00

I am implementing a chat client in an application. Conversation windows are tabbed and

  • 0

I am implementing a chat client in an application. Conversation windows are tabbed and I have to alert the user for new messages. My temporary solution was like this:

There is a timer with 500ms interval ( always running ).

    For Each t In SuperTabControl3.Tabs
        If TypeOf t Is SuperTabItem Then
            If t.Tag = "1" Then
                If t.PredefinedColor = eTabItemColor.Default Then
                    t.PredefinedColor = eTabItemColor.Lemon
                Else
                    t.PredefinedColor = eTabItemColor.Default
                End If
            End If
        End If
    Next

Will this cause performance issues? I have no possibility to try on an older computer but they will use this application on slow pc’s.

Anyone have an idea how to do that kind of notification?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:41:21+00:00Added an answer on May 24, 2026 at 7:41 pm

    Gut feel is that won’t cause performance problems at all. 500ms is a really really long time in processing terms for most “modern” computers (at least 5-6 yrs old).

    Also that loop is not doing any expensive calculations and unless its iterating thousands of tabs you probably even wont be able to notice it run. (I doubt most humans could monitor thousands of chats 🙂 )

    Changing the colour of elements should also not be expensive (performance-wise) leave that to the .NET framework to worry about (trust your tools).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm implementing a chat application. The user is able to have multiple chats open
I am implementing chat in my application, very similar to the iPhone's built-in Messages
I'm implementing a web server. I have a chat application on it. When I
What's my best bet for implementing a simple chat client (2-person) in an ASP.NET
Hey guys, I have an idea that I'd like to start implementing that at
I am implementing a web based chat platform in ASP.NET Web Application, and I
I want to develop a website web chat application like yahoo. Only difference is
What are some options for implementing a chat feature in a C#/WPF desktop application?
I have a Video Chat application that I want to disconnect from a call
I'm implementing a simple chatting application which has a TextView for text messages and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.