473,547 Members | 2,290 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Customizing VS.Net start page

Has anyone ever tried to find out how VS.Net 2003 fills its start page?

The project MRU list is sorted by modification date of the .sln files by
default, but those files are rarely modified. As a result, the main
projects I work in every day drop off the bottom of the list, while it is
filled up with small temporary test projects I create for trying something
out.

In VS.Net 2002, you can edit the generateMRUTabl eItems() function in the
file 'vshome.js' in common7\IDE\HTM L\1033, and the changes are reflected on
the start page (but in .Net 2002 you don't need to, because it sets the
..sln modification date when a project is opened).

In VS.Net 2003 this file still exists, but it was moved to the
Common7\IDE\HTM L directory, and editing it has no effect anymore: I suppose
they included it in some DLL as a resource, and the .js version is there
for nothing.

Jul 21 '05 #1
4 1444
On Fri, 03 Sep 2004 11:14:27 +0200, Lucvdv <re**********@n ull.net> wrote:
In VS.Net 2003 this file still exists, but it was moved to the
Common7\IDE\HTM L directory, and editing it has no effect anymore: I suppose
they included it in some DLL as a resource, and the .js version is there
for nothing.


As expected, I found it as a resource in Common7\IDE\103 3\vsbrowseUI.dl l,
but editing it there has no effect either :(

Jul 21 '05 #2
On Fri, 03 Sep 2004 12:04:20 +0200, Lucvdv <re**********@n ull.net> wrote:
On Fri, 03 Sep 2004 11:14:27 +0200, Lucvdv <re**********@n ull.net> wrote:
In VS.Net 2003 this file still exists, but it was moved to the
Common7\IDE\HTM L directory, and editing it has no effect anymore: I suppose
they included it in some DLL as a resource, and the .js version is there
for nothing.


As expected, I found it as a resource in Common7\IDE\103 3\vsbrowseUI.dl l,
but editing it there has no effect either :(

OOPS - sorry, wrong group (should have been .vsnet.general) .
Anyway, fixing it through extensibility turned out to be __easy__

Hit "Tools", "Macros", "Macros IDE".
Open "My Macros", "EnvironmentEve nts"

Paste in this code after the "Automatica lly generated" block:

Private Sub SolutionEvents_ BeforeClosing() _
Handles SolutionEvents. BeforeClosing
Dim f As New System.IO.FileI nfo(DTE.Solutio n.FullName)
f.LastWriteTime = Now
End Sub

Now each time a solution is closed, the modification time on the .sln file
is set to the current time, so it's at the top of the list the next time
you start the IDE.

Jul 21 '05 #3
Leo
Is there any way to change the name or delete a project on the start page in
2003?
Jul 21 '05 #4
Check out this registry key
HKEY_CURRENT_US ER\Software\Mic rosoft\VisualSt udio\7.1\Projec tMRUList

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
Leo wrote:
Is there any way to change the name or delete a project on the start page in
2003?

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2353
by: Peter Schwalm | last post by:
I'd like to modify the python search path depending on the source directory of the script being started. The reason is: I use a version control system, and the python scripts and modules are migrated through several stages before they are used in production. A python script running in a development environment should use different modules -...
1
3883
by: Chris | last post by:
I would like to customize the start page ("Get Started") that loads when Visual Studio .NET loads. The list is rather unpredictable and not able to be sorted. I want to modify to have a list of common projects I use, etc. So if anyone knows where and how to modify those pages please reply to this. thanks Chris
1
1207
by: Samuel Bernard | last post by:
Hi, How can I customize an addin-setup coming from a VS.NET Add-ins project? I found that it is possible to insert a step into the user interface of the setup. I created a page where the user can enter a login and pwd in the setup time. But how can I use these parameters to start a process ? I will appreciate any help.
4
6664
by: VR | last post by:
I am trying to embed a check box into a FlexGrid's cell, but having a problem when I start scrolling the grid. Here is my MyCheckBox class... class MyCheckBox : CheckBox { void Init ( AxMSFlexGridLib.AxMSFlexGrid oGrid,
4
240
by: Lucvdv | last post by:
Has anyone ever tried to find out how VS.Net 2003 fills its start page? The project MRU list is sorted by modification date of the .sln files by default, but those files are rarely modified. As a result, the main projects I work in every day drop off the bottom of the list, while it is filled up with small temporary test projects I create...
2
2472
by: Jukka Aho | last post by:
When converting Unicode strings to legacy character encodings, it is possible to register a custom error handler that will catch and process all code points that do not have a direct equivalent in the target encoding (as described in PEP 293). The thing to note here is that the error handler itself is required to return the substitutions as...
2
1739
by: thecoolone | last post by:
I am trying to implement the yahoo search api using php. I prefer to use PHP serialized to get the result of the search displayed. Right now i get the output like: Array ( =Array ( =web =20800000
1
1225
by: =?Utf-8?B?bmF0YXNoYQ==?= | last post by:
Good morning, I'd like and realize an Intranet page, in an Active Directory domain, showing customized content based on AD logon identity of client user requesting page. Is there any documentation to start?
1
1277
by: grexican | last post by:
Hello, I'm working with some third-party JS code, such as mootools and moo.fx, among a few others. They have some really nice "flashy" features, such as fading from one color to another to bring attention. I would like to use these settings, but I am currently restricted to a single theme (more specifically, one color scheme), because...
0
7507
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7435
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7698
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7461
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5361
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3492
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.