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 55469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:22:56+00:00 2026-05-10T17:22:56+00:00

What is the best way to determine how many window handles an application is

  • 0

What is the best way to determine how many window handles an application is using? Is there a tool or a WMI performance counter that I could use?

I would like to run up an app and watch a counter of some sort and see that the number of window handles is increasing.

for (int i=0; i < 1000; i++) {     System.Threading.Thread.Sleep(1000);     RichTextBox rt = new RichTextBox();     rt.Text = 'hi';     this.Controls.Add(rt); } 

I am running the above code and watching the ‘Handle Count’ counter on the process, and it does not seem to be increasing. Is there something I am looking at incorrectly?

  • 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. 2026-05-10T17:22:57+00:00Added an answer on May 10, 2026 at 5:22 pm

    Perfmon, which comes with your computer can do it. You can also add a column to your task manager processes tab (Handle Count).

    Instructions for Perfmon

    1. Add a counter (click the +)
    2. Choose Process under Performance object
    3. Choose Handle Count under the counter list
    4. Choose your process from the instance list
    5. Click Add, click Close

    To get the graph in range, you have to right-click it in the list, choose properties, and then choose the right scale (.1 or .01 would probably be right)

    Edit (in response to added information): I think you just proved that creating RichTextBoxes doesn’t result in Handles being allocated. I don’t think it really needs one until you are editing the control and it might be smart enough to do that, since allocating too many resources for a control that isn’t active would make it hard to have a lot of controls on a form (think about Excel, for example).

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

Sidebar

Related Questions

given any number, what's the best way to determine it is even? how many
What is the best way to determine which Controller class a Kohana application is
What is the best way to determine the language of twitter posts. There is
What is the best way to determine the number of elements in an array
What is the best way to determine whether or not a field's value is
Please let me know what is the best way to determine composition of young
Possible Duplicate: In Java, what is the best way to determine the size of
What is the best way to programatically determine if a Perl script is executing
I am trying to determine the best way to create a treeview list in
What is the best way to do a boolean test in C# to determine

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.