Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to see form properties of a compiled application, such as ShowInTaskBar, MinimizeBox, MaximizeBox and so on. I would like to determine these settings in a VB program.

What I have tried:

I have done some searching on Bing and DuckDuckGo. I did come across "A Simple Windows Forms Properties Spy", but the source doesn't seem to build (Maybe because the post was made 13 years ago). Any help would be good.
Posted
Updated 20-Feb-20 0:39am

1 solution

Well... You can try to decompile your old exe to see the form properties. Check this out: VB Decompiler - Products - Visual Basic 6.0 decompiler and .NET disassembler[^]

Note: I've never use that programme.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900