Hello guys, Can you tell me which function you are using to create your Gui, cause I never manage to catch the full main windows title. I am developping an automatic tagger program in early stage at the moment it works in a standalone mode for now but I need to catch the full filename of the actual selected file. There is no hotkey assigned for file properties and I don't want to force users to add an extra tag containing the filemane ( which would be a pain in the b...on the user side).
In summary your window title gets truncated when calling GetWindowTextW with a returned string set to 1024 bytes ( or 2048 if unicode).
Thank you.