Lukan
Try this first.
Open Internet Explorer and go to Tools/Internet Options/Programs Tab. In the
'HTML Editing' section, click the drop down menu and select Dreamweaver. If
Dreamweaver doesn't appear there, you will need to use the registry to
change the default editor.
Perform the following.
The first thing you need to do is locate and write down the path to the
Dreamweaver executable file in C:\Program Files.
Go to Start and type regedit.exe in the Search Box. In the results, right
click regedit.exe and select the "Run As Administrator" option.
In the registry editor, navigate to the following Key.
HKEY_CLASSES_ROOT\htmlfile
*Important*
*Select the "htmlfile" key. Go to File/Export, name the file html
backup.reg and save it to your Desktop. *This will be your backup file
that you can use to restore the key if something goes wrong.
Expand the htmlfile key, expand the Shell Key, expand the Edit Key.
Under the Edit Key, click the Command Key.
In the right side pane, double click the "Default" value.
In the Edit String dialog box, change the path to the location of the
Dreamweaver executable and add a space and the "%1" syntax. It should
look similar to this.
"C:\Program Files\Adobe\Dreamweaver\Dreamweaver.exe" "%1"
(Make sure that you include all of the "quotes" and spaces)
Press the F5 key to refresh and exit regedit.
You should now be able to right click a .html or .htm file and select Edit
to open the file in Dreamweaver.
If something goes wrong, go to the Desktop, right click the "html
backup.reg" file and select the Merge option to reset the htmlfile key in
the registry.
--
Ronnie Vernon
Microsoft MVP
Windows Desktop Experience
"Lukan" <> wrote in message
news:fpop9c$3ue$...
> Lukan wrote:
>> I wish to add an option to open .html files with Dreamweaver, my HTML
>> editor. I don't want to set it as default, just have it on the
>> rightclick menu.
>>
>> The only issue is that if I rightclick a .html, bring up the properties /
>> open with dialog, I can't change or add anything. It's locked onto
>> Internet Explorer and that's it.
>>
>> The same thing happens through control panel / default programs. I can't
>> change or add anything.
>>
>> Am I missing something here? What's the way to workaround this?
>>
>> Thanks.
>
>
> I found a fix for this that was recommended :
>
> http://www.winhelponline.com/article...ows-Vista.html
>
> This allows you to easily delete the registry entry for particular file
> extensions, which I did.
>
> "Open with Dreamweaver" then appeared on the right click menu for all my
> html files, I guess it was there all the time but was being suppressed.
>
> HOWEVER : the new default program to open is notepad, which is ridiculous
> for HTML files, I need it to be IE (or even better, FF).
>
> So I changed the default program to FF, and low and behold the Dreamweaver
> option got suppressed again, and I'm back to where I started - not being
> able to add an "open with dreamweaver" option to the friggin menu.
>
> .... I've been using Vista for a week and so far haven't had any worries
> with it at all, this whole thing hasn't given me too much confidence in
> the way it's been programmed though, surely what I want to do here is a
> really simple thing, it would have taken about 10 seconds in Windows
> 95-XP........
>
>
> Help requested please