473,387 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Properties window is not shown

Suddenly Properties Window is disappeared in IDE of VS 2005. Click on F4 or
View\Properties Window does not help. It is very annoyed. Could somebody
help me? Thank you
Evgeny
Additional details: VS 2005 is installed on a terminal server and others
users of the same VS do not have this problem. So it seems to be connected
to my profile.
Nov 12 '06 #1
2 1226
It is probably shown somewhere but invisible. Put this in a macro and run it:

Sub a()
Dim w As Window

For Each w In DTE.Windows
If (w.Caption = "Properties") Then
w.Visible = True
' w.Width = 100
w.IsFloating = True
w.Top = 0
w.Left = 0

End If
Next
Ciaran O'Donnell

"Evgeny" wrote:
Suddenly Properties Window is disappeared in IDE of VS 2005. Click on F4 or
View\Properties Window does not help. It is very annoyed. Could somebody
help me? Thank you
Evgeny
Additional details: VS 2005 is installed on a terminal server and others
users of the same VS do not have this problem. So it seems to be connected
to my profile.
Nov 13 '06 #2
Dear Ciaran,
Thank you very much for your advice, it was really helpful and solved my
problem
(just one correction: end sub at the end was missed).
May be you could help in something close to this: one of our programmers
(that works on the same terminal server) doesn't see command Macros at all
(under Tools). How could it be fixed?
Thank you
Evgeny Kleiman

"Ciaran O''Donnell" wrote:
It is probably shown somewhere but invisible. Put this in a macro and run it:

Sub a()
Dim w As Window

For Each w In DTE.Windows
If (w.Caption = "Properties") Then
w.Visible = True
' w.Width = 100
w.IsFloating = True
w.Top = 0
w.Left = 0

End If
Next
Ciaran O'Donnell

"Evgeny" wrote:
Suddenly Properties Window is disappeared in IDE of VS 2005. Click on F4 or
View\Properties Window does not help. It is very annoyed. Could somebody
help me? Thank you
Evgeny
Additional details: VS 2005 is installed on a terminal server and others
users of the same VS do not have this problem. So it seems to be connected
to my profile.

Nov 14 '06 #3

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

Similar topics

2
by: Rick Austin | last post by:
I recently had to perform a reinstalltion of Windows XP (my registry seems to have become corrupt). After this completed I had to reinstall all applications since most use the registry for settings,...
18
by: Dixie | last post by:
Can I set the Format property in a date/time field in code? Can I set the Input Mask in a date/time field in code? Can I set the Format of a Yes/No field to Checkbox in code? I am working on...
12
by: Simon Jefferies | last post by:
Hello, I have created a new form within C# and I am unable to get any properties on this form and also unable to add a new controls to it. Any ideas? Simon Jefferies
2
by: Joe | last post by:
OK, so i searched this forum, and it seems like my question has come close to being answered a dozen times, but never fully... I have a very simple control that inherits from UserControl. It has...
45
by: Brett | last post by:
If I do this without declaring a corresponding field, is it considered bad design? What are the advantages or disadvantages to either method? Notice there is not set. public string URL { get...
3
by: Wade | last post by:
I am having an issue where I have added a custom property to one of my forms, but it doesn't show up in the properties window in the designer window. The property shows up in the intellisense in...
0
by: Evgeny | last post by:
Suddenly Properties Window is disappeared in IDE of VS 2005. Click on F4 or View\Properties Window does not help. It is very annoyed. Could somebody help me? Thank you Evgeny Additional details:...
22
by: Peter | last post by:
Hi I was wondering, why use properties instead of get and set methods? I have a colleague who dislikes properties - and much prefers to write "string GetName()" and "void SetName(string name)"...
5
by: =?Utf-8?B?bWljaGFlbCBzb3JlbnM=?= | last post by:
Prior to C# 3.0, I would typically define a property of a custom user control with pattern A: === PATTERN A ========== private bool myBool = true; public bool MyBool { get { return myBool; }...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.