mhammond / pywin32

Python for Windows (pywin32) Extensions
5.01k stars 792 forks source link

feature request: to access _dialogs attribute from win32rcparser.RCParser #2193

Closed krishrao closed 7 months ago

krishrao commented 7 months ago

Is it possible to access the _dialogs attribute along with dialogs, as i intend to gather the class names of the controls and the structured information is very much what i wish to understand from a .rc file ?

krishrao commented 7 months ago

image

krishrao commented 7 months ago

I have figured a way out. Thank you.