all groups > visual studio .net ide > february 2004 > threads for february 1 - 7, 2004
Filter by week: 1 2 3 4
Cannot edit .RC file
Posted by Michael T at 2/7/2004 12:08:47 PM
I just started using VC++ 7.1 and noticed that the IDE does not seem to
allow you to open the RC file for editing. It can only be edited from the
Resource Editor.
Whereas in VC++ 6.0 you could search on a text string in the .RC file and
when found you could open the file.
Is there a workaro... more >>
Change color of #region border and text?
Posted by clintonG at 2/7/2004 11:52:20 AM
I want to modify the color of the border and font of the text displayed
in the box when using #region and assume that style is hidden in
a template or configuration file somewhere.
Any help here?
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Developme... more >>
Region
Posted by Michael Morse at 2/6/2004 9:06:06 AM
How come in VB.net #region(s) when nested inside each other are not indented like in C#?
Is there anything I can do to changes this?... more >>
How to use VS.Net 2002 with Net Framework 1.1
Posted by NWx at 2/6/2004 12:16:00 AM
Hi,
I have VS.Net 2002, and I want to use it with Net Framework 1.1 (for a web
application)
I installed Net Framework SDK 1.1 on my system.
But when I open menu Help -> About in VS Net menu, I see it uses Net
Framework 1.0, instead of 1.1
Can I set it to use Net 1.1?
Also, how can I use A... more >>
"Check In" button in "Pending CheckIns" window doesn't work
Posted by Michael Freidgeim at 2/5/2004 9:49:51 PM
I am using "Pending CheckINs" window and try to click
"Check In" button, but nothing happens.
All ticked files are still ticked, no errors shown.
It start to happen in one of the solutions, that
previously worked fine. I still able to check in files
individually from Project Explorer.
Other... more >>
Compile errors - only sometimes
Posted by Jeff Lindholm at 2/5/2004 5:48:22 PM
Anyone seen this?
I can build project and all goes well, then start debugging and get build
errors, click NO to not run, start debugging and all is well again. It is
very frustrating especially since the dang thing has to check EVERY project
even if there was no work done on it.
... more >>
VS 2003 problem
Posted by Mark Goldin at 2/5/2004 2:20:19 AM
I have a simple project with one Web form.
When I select any control on the form or add a new and show Properties
Window of the selected control that Property Windows does not have
Event button on it. Also, don't know if that is related to the Property
Window problem
but it looks like no dynami... more >>
Any word on Epsilon/Emacs key bindings?
Posted by _ed_ at 2/4/2004 10:19:01 PM
A serious omission from VS.NET: Epsilon keybindings were the reason
that a lot of programmers did not move to VS.NET. I've heard lots of
rumors about new versions of the IDE. Any word on whether Epsilon
bindings will be back in place? Or is everyone happy with the
default editor?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"The process cannot access the file because it is being used by another process"
Posted by Earth Worm Jim at 2/4/2004 6:26:14 PM
I am using VS.Net 2003 on Windows 2003 Server (standard edition) and I am
getting "The process cannot access the file because it is being used by
another process" on DLL's in a VS.Net solution.
I have made sure all the dependancies and the build order is correct but the
actually instance of VS... more >>
Visual Studio 2003 Bug
Posted by Guogang at 2/4/2004 4:48:15 PM
Do not know where to report visual studio's bug.
Here it is:
Having these two functions in one class (C#):
public void Test(int input)
{
}
public void Test(out int input)
{
input = 0;
}
It compiles fine. Testing these 2 functions are all fine. In class view, I
can see that t... more >>
possible to get Server Explorer to refresh its data?
Posted by Bob at 2/4/2004 4:24:50 PM
Since I haven't found any other way to do it, I bring the editor up for a
particular stored procedure by finding its corresponding UIHierachyItem in
Solution Explorer and invoking its default action method. But I can't figure out
how to get Solution Explorer to refresh its data, so this doesn't w... more >>
Frustration over the basic issues of Addin development
Posted by Bob at 2/4/2004 8:01:05 AM
Why can't there be proper example of how to do absolute basic stuff for the add in ADDIn like
BASIC things that are so tidius and over complicated by MS that should bee so simple for [addin] development...
I have spent 2 month on these following problems..
1. Example how to get icons alligned ... more >>
Bug? - File could not be loaded into the Web Forms designer
Posted by Tim at 2/4/2004 6:26:06 AM
After months of use with no problems, I now get the following error when trying to open both existing web forms or create new ones in VS.NET 2003 (running on WinXP Prof)
"The file could not be loaded into the Web Forms designer. Please correct the following error and then try loading it again: Ill... more >>
VS.NET 2003 & XML editor
Posted by Yuriy Solodkyy at 2/4/2004 2:21:09 AM
Hi,
It seems to me that VS.NET does only see XSD (XML text editor IntelliSense)
if it is either included in the project or located in
Common7\Packages\schemas\xml\ directory. I tried to use just a "blank
solution" to hold documents and XSDs and it does not work. Anyway it is not
a problem, ... more >>
VSHIK 2003 Help
Posted by Thom Little at 2/4/2004 12:16:24 AM
I downloaded VSHIK 2003 and installed it into Visual Studio .NET 2003. I
created a three page Help project with Table of Contents and Index. It is
very nicely put together.
There is no Help available for the VSHIK that I have installed (yes I do see
the irony in that).
What is the obvious... more >>
Keyboard loses focus - VS2003
Posted by Ed at 2/3/2004 5:51:07 PM
Very annoying problem with editing and compiling C++ programs. Probably
affects other environments.
You write some code, hit the compile key.
Boom, you lose keyboard focus from your source file to the Output Window.
On large compiles, I want to keep browsing source files, I don't want to
f... more >>
Have custom add-in interact with property window
Posted by James Geurts at 2/3/2004 4:31:05 PM
Hi all
I'm trying to get an add-in to interact with the property window in VS.Net. Basically, I created a tool window containing a custom tree control. When the user clicks on a tree node, I want certain properties to show up in the property window. My understanding is that I need to create a d... more >>
Running all Custom Tools automatically at build-time
Posted by Daniel Cazzulino [XML MVP] at 2/3/2004 3:47:30 PM
Is there a way to achieve this? Automatically? (that is, WITHOUT an Add-in
capturing the build event).
How can I associate a file extension with a default custom tool (i.e., NOT
through the property browser)?
And if such thing is possible, how do I get all of them run automatically?
Ideally, ir... more >>
Code Completion Tool tips
Posted by Ben Whyte at 2/3/2004 7:36:08 AM
Hi
I am wondering is it possible to set up tool tips for methods that I have written so that a description appears in code completion as it does for the system defined functions.
Does anyone know how to do this ?
Thanks
Ben Whyte
ben dot whyte at the dot co dot uk... more >>
Obtaining documents in tabstrip
Posted by James Geurts at 2/2/2004 7:16:06 PM
Hi all,
I'm trying to access the documents that are in the tabstrip portion of the main window of vs.net. For completeness, I'm using vs.net 7.1, but if there is a universal way of doing this, I would rather use that.
I've hooked the WindowCreated and WindowClosing events from the application... more >>
How to specify execution starting point
Posted by Mary at 2/2/2004 4:23:14 PM
I created a VB.NET windows application which has no forms. Please let me
know how to specify that the main in a module should be the execution
starting point instead of a form.
I also created the application as a console application, but a DOS window
pops up when executing and I don't want th... more >>
[Addin] Class View Tree
Posted by thiago.arrais-usenet NO[at]SPAM qualiti.com at 2/2/2004 1:32:12 PM
I need to retrieve a Project's class hierarchy tree, as in the Class
View window. What is the best way to do that?
I could achieve that by iterating through the CodeModel objects but
this solution is too slow for me because it retrieves also the
framework and referenced classes and I need to c... more >>
Automating Long, multi-step builds in the IDE
Posted by gwatts NO[at]SPAM phys.washington.edu at 2/1/2004 2:24:41 AM
Hi,
I've got a VS.NET 2003 addin that will do the following:
- Build the selected project
- scan the errors for missing include files
- determine a cvs package that that missing include files resides in
- check out the cvs package
- rebuild the solution file
- repeat these steps until no ... more >>
|