Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a WinForm control inspector application?

I'm looking for something that provides interactive meta-data about a running .NET WinForms application.

Basically, I'd like to be able to hover over a running WinForms application and have the inspector highlight the various controls and let me inspect properties such as size, position, parent, etc.

I could have sworn I've seen this somewhere, but all my searching is turning up nada.

like image 385
Simon Gillbee Avatar asked May 11 '10 22:05

Simon Gillbee


People also ask

What is a winform application?

Windows Forms (WinForms) is a free and open-source graphical (GUI) class library included as a part of Microsoft . NET, . NET Framework or Mono Framework, providing a platform to write client applications for desktop, laptop, and tablet PCs.

How do I run winform programs when my computer starts?

The Run key (And alternatively the RunOnce key for running your application once) will run all applications that are in it on startup/when a user logs on. This is the code I use in my applications, and it works great.

Can we use CSS in Windows form application C#?

Windows Forms apps do not support CSS , it is used when developing websites. In Winforms you are limited to the styles which are listed in Properties window in GUI editor, unless you'd like to override OnPaint event and do custom drawing.


1 Answers

I believe you're looking for Hawkeye. You may also look at GitHub for a more recent version.

like image 173
SLaks Avatar answered Oct 04 '22 18:10

SLaks