Question

I'm making a program for my company and I'm trying to match the look and feel of some old programs the company has. The problem is that I don't have the source code anymore to compare to and just get the information. I've been able to do some measurements and determine some of the things like font size, colors, some of the other stylings, but I'm just wondering is there, for example, a way to get information about the other program that's running and it's form?

I.E. Can I find out if the color that was selected was control dark instead of the darkish grey that I was able to measure and set, or find out if the form is set to be a control box, or find out what font size they used (I've been trying to figure this one out and it's bugging me!!!)

Just some things like that.

Was it helpful?

Solution

How old are we talking? If they were written in a .NET language (which dates back to 2002), you could use ILSpy to take a look at the source.

If you don't know, it's worth a try. ILSpy will tell you if you're trying to inspect an assembly which it isn't able to open, i.e. wasn't built with .NET.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top