文件浏览器隐藏 Vb6 中的扩展名

发布于 2024-12-01 10:20:59 字数 182 浏览 1 评论 0原文

我正在制作一个 VB6 软件,它将从 App.Path & 加载一些 Flash 文件。 “/”&文件夹,由于我有很多文件要加载,我认为 Windows FileListBox 是最好的,因为我只需要添加鼠标单击事件。 我的问题在于文件浏览器显示我不喜欢的 .swf 扩展名。有没有办法隐藏扩展程序?

I am making a VB6 software that will load some Flash files from the App.Path & "/" & folder and since I have a lot of Files to load , I figured that the windows FileListBox would be best since I just have to add a mouse click event.
My Problem comes in that the File Browser shows the .swf extension which I dont like. Is there a way I can hide the extension?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

权谋诡计 2024-12-08 10:20:59

FileListBox 没有什么特别之处,所以为什么不直接使用常规的 ListBox 并自行填充而不使用扩展名呢?

您甚至可以使用 FileListBox(使用 Visible = False)在指定位置生成文件列表,并将此列表复制到您的 ListBox

There is nothing too special about the FileListBox so why not just use a regular ListBox and populate it yourself without the extensions?

You could even use the FileListBox (with Visible = False) to generate the list of files for you in the location specified and copy this list to your ListBox

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文