Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Auto-opening a VBD in Internet Explorer

Thread Tools
 
Search this Thread
 
Old 02 August 2002, 02:42 PM
  #1  
Jodster
Scooby Regular
Thread Starter
 
Jodster's Avatar
 
Join Date: Dec 2001
Location: Sutton, Surrey
Posts: 536
Likes: 0
Received 0 Likes on 0 Posts
Question

I'm building an application that will create a file association in Windows for a VBD (Visual Basic Document) file. This will then allow VBD files to be opened with Internet Explorer.

With my tests so far, once this association is made, you still are faced with the standard dialog box in IE the first time you run it saying "Open with or Save As".

I want to elminate this dialog box so it just opens the file, bosh!There must be a registration key that is set and I'd like to include that in the installation.

Anyone have any suggestions? Thanks.
Old 03 August 2002, 10:23 AM
  #2  
kryten
Scooby Regular
 
kryten's Avatar
 
Join Date: May 2000
Posts: 869
Likes: 0
Received 0 Likes on 0 Posts
Post

DON'T have a file association in Explorer - that stuffs everything up. Search msdn for vbd stuff - there are a whole host of registry tweaks to get this working.

Copy the following code into a .reg file and run it on the client machine to get rid of most of the problem associations:

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.vbd]
[-HKEY_CLASSES_ROOT\.vbd]
[-HKEY_CLASSES_ROOT\vbd_auto_file]
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JimBowen
ICE
5
02 July 2023 01:54 PM
Wish
Computer & Technology Related
3
30 September 2015 10:39 PM
BackinBlack
Subaru Parts
4
13 September 2015 11:05 AM
Puff The Magic Wagon!
Non Scooby Related
17
06 November 2000 08:16 PM
ChrisB
Non Scooby Related
7
07 September 2000 09:23 AM



Quick Reply: Auto-opening a VBD in Internet Explorer



All times are GMT +1. The time now is 09:39 AM.