Dreamweaver Integration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an easy way to integrate Dreamweaver into VS.. Just a quick way to
move the HTML of a web form into Dreamweaver for a bit to use it's features
and then back into VS... Other than saving and opening in the other tool...
Maybe with a macro? Anyone done this? The VS HTML editor just needs help.

Thanks.

Jerry
 
I remember thest days; but with Visual Web Developer and VS 2005 HTML
editing is much, much nicer. However, to answer your question, What I
did was add Dreamwever as an external tool in VS.NET and I think I was
able to pass the filename of the page I was currently editing as a
argument parameter. This would open the file in DW when it launched, I
would make my edits then then go back to VS.NET.
 
Thanks for Tdavisjr's inputs.

Hi Jerry,

As Tdavisjr has mentioned, VS 2005's html designer has much enhanced and
some of the ASP.NET specific UI designing feature (like themes or
Masterpage ) is also cool... In addition, if you do need to use external
html editors to edit the aspx page, we can also launch it through the
following steps:

1. In VS2005's solution explorer, right click a certain aspx page we want
to edit...

2. choose the "Open with...." menu item and there will launch the editor
selection dialog

3. In the dialog , you can add your own favorite editor or set it as
default one....

Hope helps.Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)





--------------------
| From: "tdavisjr" <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: Dreamweaver Integration
| Date: 14 Dec 2005 13:40:57 -0800
| Organization: http://groups.google.com
| Lines: 7
| Message-ID: <[email protected]>
| References: <[email protected]>
| NNTP-Posting-Host: 64.132.155.150
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134596462 20650 127.0.0.1 (14 Dec 2005
21:41:02 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Wed, 14 Dec 2005 21:41:02 +0000 (UTC)
| In-Reply-To: <[email protected]>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe)
| Complaints-To: (e-mail address removed)
| Injection-Info: g14g2000cwa.googlegroups.com; posting-host=64.132.155.150;
| posting-account=9Ftd2g0AAABxs-B04BCDG7J_nz6eZQUS
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:364927
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I remember thest days; but with Visual Web Developer and VS 2005 HTML
| editing is much, much nicer. However, to answer your question, What I
| did was add Dreamwever as an external tool in VS.NET and I think I was
| able to pass the filename of the page I was currently editing as a
| argument parameter. This would open the file in DW when it launched, I
| would make my edits then then go back to VS.NET.
|
|
 

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