Is it possible to choose to run specific code at design time? What i would like to be able to do is to display a list of enums that are used ina specific form and menu. Is this possible to do? Any response would be appreciated. Thanks in advance!
|
|
Not sure exactly what you want, but in the Immediate Window (CTRL + ALT + I) you can type this type of command:
...which will produce this output:
Just replace With a bit of creativity you can get all sorts of values from your code and also invoke methods in the same way (just quick examples here):
Of course there is a limit on how complex operations you can do here, but for simpler debugging purposes it works well. |
||||
|
