Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 保存文件对话框中,我想在用户更改过滤器时自动更改编辑框中文件名的扩展名部分。也就是说,如果用户正在保存图像文件,并将类型更改为 JPEG,则文件名会自动更改为 .jpg。
IIRC 这过去可以通过钩子实现,但不再支持这种方法。现在有办法实现吗?我正在使用 C++(如果有任何区别,则为 C++Builder)。
谢谢。