From: Rob Hamlin on 25 May 2010 16:33 I am using the web browser control in a form to show me the contents of a folder. I see all the files and folders and have full drag and drop and file management which I would expect. What I want is to change the view to a detailed view rather then tiles. Any Ideas?
From: Krzysztof Naworyta on 26 May 2010 09:50 Juzer Rob Hamlin <RobHamlin(a)discussions.microsoft.com> napisa� | I am using the web browser control in a form to show me the contents of | a folder. | | I see all the files and folders and have full drag and drop and file | management which I would expect. | | What I want is to change the view to a detailed view rather then tiles. | | Any Ideas? With me.web1.Object .Navigate "C:\" .Document.CurrentViewMode = 4 End With -- KN
From: Rob Hamlin on 27 May 2010 17:41 Brilliant. Thanks "Krzysztof Naworyta" wrote: > Juzer Rob Hamlin <RobHamlin(a)discussions.microsoft.com> napisał > | I am using the web browser control in a form to show me the contents of > | a folder. > | > | I see all the files and folders and have full drag and drop and file > | management which I would expect. > | > | What I want is to change the view to a detailed view rather then tiles. > | > | Any Ideas? > > With me.web1.Object > .Navigate "C:\" > .Document.CurrentViewMode = 4 > End With > > -- > KN > > . >
|
Pages: 1 Prev: Limit rows in subform based on field in main form Next: A calculation in a form |