addin/program that display dialog resource with resource_id
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Any program that does this? This is required when i want to know the resource symbol/ID of the control on the dialog quickly. I hate clicking on properties and finding out what the symbol is. This is used for ETSLayout, when i'm adding the controls to the panes. Thanxs in advance!
-
Any program that does this? This is required when i want to know the resource symbol/ID of the control on the dialog quickly. I hate clicking on properties and finding out what the symbol is. This is used for ETSLayout, when i'm adding the controls to the panes. Thanxs in advance!
Ah found it :) http://www.codeguru.com/misc/NITpick.html Just need to enable the annotate item with ID. Any other programs?