|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Source and design in two windowsIs it possible to have the source in one window and the design in another
window and perhaps the code in a third window? reidarT Reidar,
With Windows new X tabgroup you can split your screen, A pity is that as exception this does not work for Source and design It does by instand work for Source/Design and code in a second window. I hope this helps, Cor Show quoteHide quote "Reidar" <rei***@eivon.no> schreef in bericht news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl... > Is it possible to have the source in one window and the design in another > window and perhaps the code in a third window? > reidarT > Hi Reidar,
Sorry, but you can't. There is a Window \ New Window menu that should do the trick, but it does not work for designer windows, and even for VB.NET code windows. It works for C# code windows though, and therefore you get CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this functionality for all kind of windows and languages. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Reidar" <rei***@eivon.no> escribió en el mensaje news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl... > Is it possible to have the source in one window and the design in another > window and perhaps the code in a third window? > reidarT > Carlos,
Something with my eyes? Set your code on a page in Design view Open a the code page so two tabs will be there Do Windows->New Horizontal Tab group. The two tabs will be in an uper and a lower screen seperated. Cor Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl... > Hi Reidar, > > Sorry, but you can't. There is a Window \ New Window menu that should do > the trick, but it does not work for designer windows, and even for VB.NET > code windows. It works for C# code windows though, and therefore you get > CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this > functionality for all kind of windows and languages. > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "Reidar" <rei***@eivon.no> escribió en el mensaje > news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl... >> Is it possible to have the source in one window and the design in another >> window and perhaps the code in a third window? >> reidarT >> > > Hi Cor
Reidar talked about three views: "source", "design" and "code". Since Windows Forms have only two views ("Design" and "Code"), I assumed that he meant WebForms, where the "Design" window has two views "HTML" and "Design" (tabs at the bottom of the window), and the "Code" window is apart, and I assumed that he wanted to see the "HTML" and "Design" views at the same time. TabGroups as you suggest won´t help with this request, but there is a very unknown feature, the "Windows", "New Window" menu, that, if supported by the language (C# with code windows works, but not with designers, and VB.NET doesn't support it at all), allows you to have two identical windows (the IDE appends ":1", ":2" to the windows caption), that you can view at the same time with a tab group or switching from Tabbed mode to MDI mode. If this worked for Web Forms, you could select the "HTML" view in one of them and the "Design" view in the other one... I hope it is clear now, let me know :-) -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje news:uQj%23mQePGHA.3100@TK2MSFTNGP11.phx.gbl... > Carlos, > > Something with my eyes? > > Set your code on a page in Design view > Open a the code page so two tabs will be there > Do Windows->New Horizontal Tab group. > > The two tabs will be in an uper and a lower screen seperated. > > Cor > > > > "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in > bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl... >> Hi Reidar, >> >> Sorry, but you can't. There is a Window \ New Window menu that should do >> the trick, but it does not work for designer windows, and even for VB.NET >> code windows. It works for C# code windows though, and therefore you get >> CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get this >> functionality for all kind of windows and languages. >> >> -- >> >> Best regards, >> >> Carlos J. Quintero >> >> MZ-Tools: Productivity add-ins for Visual Studio >> You can code, design and document much faster: >> http://www.mztools.com >> >> >> "Reidar" <rei***@eivon.no> escribió en el mensaje >> news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl... >>> Is it possible to have the source in one window and the design in >>> another window and perhaps the code in a third window? >>> reidarT >>> >> >> > > What I meant was a web-form with design in one window and html in the other
window and maybe code in a third window. reidarT Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> skrev i melding news:ub1zw8fPGHA.420@tk2msftngp13.phx.gbl... > Hi Cor > > Reidar talked about three views: "source", "design" and "code". Since > Windows Forms have only two views ("Design" and "Code"), I assumed that he > meant WebForms, where the "Design" window has two views "HTML" and > "Design" (tabs at the bottom of the window), and the "Code" window is > apart, and I assumed that he wanted to see the "HTML" and "Design" views > at the same time. TabGroups as you suggest won´t help with this request, > but there is a very unknown feature, the "Windows", "New Window" menu, > that, if supported by the language (C# with code windows works, but not > with designers, and VB.NET doesn't support it at all), allows you to have > two identical windows (the IDE appends ":1", ":2" to the windows caption), > that you can view at the same time with a tab group or switching from > Tabbed mode to MDI mode. If this worked for Web Forms, you could select > the "HTML" view in one of them and the "Design" view in the other one... > > I hope it is clear now, let me know :-) > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje > news:uQj%23mQePGHA.3100@TK2MSFTNGP11.phx.gbl... >> Carlos, >> >> Something with my eyes? >> >> Set your code on a page in Design view >> Open a the code page so two tabs will be there >> Do Windows->New Horizontal Tab group. >> >> The two tabs will be in an uper and a lower screen seperated. >> >> Cor >> >> >> >> "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in >> bericht news:OKvBRHePGHA.3528@TK2MSFTNGP10.phx.gbl... >>> Hi Reidar, >>> >>> Sorry, but you can't. There is a Window \ New Window menu that should do >>> the trick, but it does not work for designer windows, and even for >>> VB.NET code windows. It works for C# code windows though, and therefore >>> you get CodeWindow1.cs:1 and CodeWindow1.cs:2. It would be nice to get >>> this functionality for all kind of windows and languages. >>> >>> -- >>> >>> Best regards, >>> >>> Carlos J. Quintero >>> >>> MZ-Tools: Productivity add-ins for Visual Studio >>> You can code, design and document much faster: >>> http://www.mztools.com >>> >>> >>> "Reidar" <rei***@eivon.no> escribió en el mensaje >>> news:%23826ApcPGHA.1124@TK2MSFTNGP10.phx.gbl... >>>> Is it possible to have the source in one window and the design in >>>> another window and perhaps the code in a third window? >>>> reidarT >>>> >>> >>> >> >> > > So my assumption was correct and the answer too, unfortunately.
-- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "reidarT" <rei***@eivon.no> escribió en el mensaje news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl... > What I meant was a web-form with design in one window and html in the > other window and maybe code in a third window. > reidarT Carlos
>>What I meant was a web-form with design in one window and html in the Partially>>other window and maybe code in a third window. > So my assumption was correct and the answer too, unfortunately The first two are as I wrote as well to my pity not possible. One of the first two together with the thirth are possible (at least in VS2005) Cor Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in bericht news:uB3LxegPGHA.2704@TK2MSFTNGP15.phx.gbl... > So my assumption was correct and the answer too, unfortunately. > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "reidarT" <rei***@eivon.no> escribió en el mensaje > news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl... >> What I meant was a web-form with design in one window and html in the >> other window and maybe code in a third window. >> reidarT > > Hi Cor,
For the most part the question was to separate the "HTML" view from the "Design" view, but yes, the code window and the design window can be separated with tab groups or with MDI mode, as I said in the previous answer, and it works since VS.NET 2002. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> escribió en el mensaje news:u4gPgHhPGHA.3896@TK2MSFTNGP15.phx.gbl... > Carlos > >>>What I meant was a web-form with design in one window and html in the >>>other window and maybe code in a third window. > >> So my assumption was correct and the answer too, unfortunately > > Partially > The first two are as I wrote as well to my pity not possible. > One of the first two together with the thirth are possible (at least in > VS2005) > > Cor > > "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in > bericht news:uB3LxegPGHA.2704@TK2MSFTNGP15.phx.gbl... >> So my assumption was correct and the answer too, unfortunately. >> >> -- >> >> Best regards, >> >> Carlos J. Quintero >> >> MZ-Tools: Productivity add-ins for Visual Studio >> You can code, design and document much faster: >> http://www.mztools.com >> >> >> "reidarT" <rei***@eivon.no> escribió en el mensaje >> news:OzHDGZgPGHA.2704@TK2MSFTNGP15.phx.gbl... >>> What I meant was a web-form with design in one window and html in the >>> other window and maybe code in a third window. >>> reidarT >> >> > >
Convert double to string
How to put all code generated by the designer in external files (VS2005) ? Simple Graphics Question Custom DataGRidComboBoxStyle DataSource Problems Fill a tree view with a stored procedure .NET 2.0 Conversion Wizard Flags Me.Cursor? Setting an object to a UserControl How to use a PDB file login/users/roles in ASP.Net? httpwebrequest |
|||||||||||||||||||||||