In vb6, how do I have the open file dialog display files in detail mode?
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
精彩评论