A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Web Browser Control



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2010, 09:33 PM posted to microsoft.public.access.forms
Rob Hamlin
external usenet poster
 
Posts: 4
Default Web Browser Control

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?
  #2  
Old May 26th, 2010, 02:50 PM posted to microsoft.public.access.forms
Krzysztof Naworyta
external usenet poster
 
Posts: 80
Default Web Browser Control

Juzer Rob Hamlin 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

  #3  
Old May 27th, 2010, 10:41 PM posted to microsoft.public.access.forms
Rob Hamlin
external usenet poster
 
Posts: 4
Default Web Browser Control

Brilliant. Thanks

"Krzysztof Naworyta" wrote:

Juzer Rob Hamlin 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

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.