[EASY - restore *.vb file association] VS2005

A

an

Hallo,
easy task;
I have VS2005.

I simply need to restore the default associated application
and the ralated icon to the *.vb files
(see image linked below for detils) ,
as they came from scratch (from the installation).

This because actually mines are changed
and the inconvenient is that for every clicked *.vb file
a new istance of VS2005 is opened
(initially all the files were opened inside
a single VS2005 instance).

See the image (40 kb) at:
http://img509.imageshack.us/img509/5692/vbdetail7af.gif
to better understand my needs.

--------

So,
here the items you gently should communicate to me
(they are expressed in Italian, but they are universal):


Operazione:


Applicazione utilizzata per....:


Usa DDE: >>>>> (checked or not?)


Messaggio DDE:


Applicazione:



Applicazione DDE non in esecuzione:



Argomento:


---------

And finally the
filename and coordinates (see linked image)
of the icon :



--------




Thanks
 
F

Frans Bouma [C# MVP]

an said:
Hallo,
easy task;
I have VS2005.

I simply need to restore the default associated application
and the ralated icon to the *.vb files
(see image linked below for detils) ,
as they came from scratch (from the installation).

This because actually mines are changed
and the inconvenient is that for every clicked *.vb file
a new istance of VS2005 is opened
(initially all the files were opened inside
a single VS2005 instance).

See the image (40 kb) at:
http://img509.imageshack.us/img509/5692/vbdetail7af.gif
to better understand my needs.

--------

So,
here the items you gently should communicate to me
(they are expressed in Italian, but they are universal):


Operazione:
Open

Applicazione utilizzata per....:

NOTEPAD.EXE %1

(that's what's it says here. I haven't changed this)
Usa DDE: >>>>> (checked or not?)
Yes

Messaggio DDE:
Open("%1")


VisualStudio.8.0

Applicazione DDE non in esecuzione:

empty (nothing)
Argomento:
system

---------

And finally the
filename and coordinates (see linked image)
of the icon :


--------

C:\Program Files\Microsoft Visual Studio 8\VB\Bin\msvbprj.dll

FB


--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
A

an

NOTEPAD.EXE %1

(that's what's it says here. I haven't changed this)

mmmmhh, really odd...

in my opinion it is not the real default association,
in my opinion we should find
devenv.exe
or
VSLaunche.exe
and parameters like /dde or %1

Is there anybody else who can submit his dafault values?
 
F

Frans Bouma [C# MVP]

an said:
mmmmhh, really odd...

in my opinion it is not the real default association,
in my opinion we should find
devenv.exe
or
VSLaunche.exe
and parameters like /dde or %1

Is there anybody else who can submit his dafault values?

Ah I remember now, I once set it with open with.. -> notepad always.

BUt didn't my settings work for you?

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
A

an

I need the valuies as they came from installation...
( Notepad is a good app, but it isn't the VS2005 IDE ! ;-) )
 
F

Frans Bouma [C# MVP]

an said:
I need the valuies as they came from installation...
( Notepad is a good app, but it isn't the VS2005 IDE ! ;-) )

BUt you didn't try it, did you? Because they work here as you want
them to be: double click a .vb file and it opens in vs.net

FB



--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
A

an

I know they work,
but which of the two is the Default one?

Maybe if you press the "Default" or "Restore" button
from the Fyle Tipe tab you get the original one;
(warning you'll lose your current Notepad association);
mines are messed up and the original one doesn't come back.

but I repeat:
IS THERE ANYBODY ELSE AROUND HERE
WITH THE ORIGINAL VALUES?
it's really a matter of seconds to chek them out
from the File Type tab...



 

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

Similar Threads


Top