Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Confirm Open After Download - Reading Registry

Hi

In Windows explorer, it is possible to set a flag under
View-Options_filetypes to determine if a CSV file (or any
other type of file) opens automatically on being
downloaded.

Is this stored in the registry and can its value be "read"
in VB?

THANKS

Tim
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 128
Default Confirm Open After Download - Reading Registry

Hi



Can anyone get me started on this?



Or tell me where I should look for help?



Or maybe the question needs clarification?



Thanks



Tim





"Tim Childs" wrote in message
...
Hi

In Windows explorer, it is possible to set a parameter under
View-Options_filetypes to determine if a CSV file (or any
other type of file) opens automatically on being
downloaded.

Is this stored in the registry and can its value be "read"
in VB?

THANKS

Tim



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 473
Default Confirm Open After Download - Reading Registry

Tim Childs wrote:
In Windows explorer, it is possible to set a flag under
View-Options_filetypes to determine if a CSV file (or any
other type of file) opens automatically on being
downloaded.

You mean the "Confirm open after download" flag?

Experiment suggests that

HKEY_CLASSES_ROOT\Excel.CSV\EditFlags has value 65536 if the flag is
NOT set (and 0 if it is). I suspect it might be a bit-map and so you
should probably only change the 1 bit in the key value.

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 128
Default Confirm Open After Download - Reading Registry

Bill

Thanks for the response on this which I will pursue. I don't want to change
the flag setting in fact, I simply want to be able to "read" it.

Incidentally, the findlinks.xla is a great boon

Tim

Also in Oxford, UK (on weekdays, anyway)!


"Bill Manville" wrote in message
...
Tim Childs wrote:
In Windows explorer, it is possible to set a flag under
View-Options_filetypes to determine if a CSV file (or any
other type of file) opens automatically on being
downloaded.

You mean the "Confirm open after download" flag?

Experiment suggests that

HKEY_CLASSES_ROOT\Excel.CSV\EditFlags has value 65536 if the flag is
NOT set (and 0 if it is). I suspect it might be a bit-map and so you
should probably only change the 1 bit in the key value.

Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - reply in newsgroup



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not open *WKS: blocked by your registry policy setting Verushka Setting up and Configuration of Excel 3 March 3rd 09 04:21 PM
unable to open excel attachment, download won't open N. Joel Salzburg New Users to Excel 2 October 28th 08 01:21 PM
How to confirm the open dialogue box by using macro coding? Eric Excel Worksheet Functions 3 June 13th 07 12:54 PM
where is confirm conversion at open in Excel 2007? ('03 tools opt sandibeach_2000 Excel Discussion (Misc queries) 0 March 20th 07 02:30 PM
Error 1402. Setup cannot open the registry key. Jack and Jill Excel Discussion (Misc queries) 1 May 6th 06 09:31 AM


All times are GMT +1. The time now is 03:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"