开发者

In vb6, how do I have the open file dialog display files in detail mode?

开发者 https://www.devze.com 2023-01-06 22:08 出处:网络
Need to set the default f开发者_JS百科ile display in a vb6 openfiledialog.You need a hook to send a windows message to the Open/Save dialog and force the details view. Check this post:

Need to set the default f开发者_JS百科ile display in a vb6 openfiledialog.


You need a hook to send a windows message to the Open/Save dialog and force the details view. Check this post:

http://vbnet.mvps.org/index.html?code/hooks/fileopensavedlghooklvview.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消