Start Windows Explorer in Thumbnails view

  • Thread starter Thread starter Tim Kelley
  • Start date Start date
T

Tim Kelley

Is there a way (command line switch) to open Windows Explorer and set the
view to Thumbnails?

Thanks,

Tim
 
Tim,

I doubt it. You might want to look at automating it, but your best bet
would probably be to send messages to explorer to change the view
(specifically, the listview in explorer).
 
Hi Nicholas,
I doubt it. You might want to look at automating it, but your best bet
would probably be to send messages to explorer to change the view
(specifically, the listview in explorer).

SendMessage is very powerfull, thats true, we can nearly do anything
with it, but does it work in this case. Did you check it? I am curious
about it,...


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Nicholas Paldino said:
Tim,

I doubt it. You might want to look at automating it, but your best bet
would probably be to send messages to explorer to change the view
(specifically, the listview in explorer).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Tim Kelley said:
Is there a way (command line switch) to open Windows Explorer and set the
view to Thumbnails?

Thanks,

Tim
 
Kerem,

I didn't check it, which is why I said "probably". I'm leaving that as
an exercise to the OP. Specifically, I would look at the documentation for
the list view windows control, specifically, the windows message reference.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Kerem Gümrükcü said:
Hi Nicholas,
I doubt it. You might want to look at automating it, but your best bet
would probably be to send messages to explorer to change the view
(specifically, the listview in explorer).

SendMessage is very powerfull, thats true, we can nearly do anything
with it, but does it work in this case. Did you check it? I am curious
about it,...


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Nicholas Paldino said:
Tim,

I doubt it. You might want to look at automating it, but your best
bet would probably be to send messages to explorer to change the view
(specifically, the listview in explorer).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Tim Kelley said:
Is there a way (command line switch) to open Windows Explorer and set
the view to Thumbnails?

Thanks,

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top