all groups > visual studio .net ide > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
how to show line numbers
Posted by Jacky Luk at 1/21/2005 4:14:38 PM
How to show line numbers, now with .NET 2002... Thanks a dozen times
Jack
... more >>
Disabling third party plugins / tools
Posted by Steve McLellan at 1/21/2005 3:02:16 PM
Hi,
Does anyone know where VS 2003 gets its information about installed tools /
plugins from? I had a couple of trial versions of tools installed, and
decided not to buy them. I now get one error message every time I load a
solution because a tool's not licensed, and a warning saying that a... more >>
Different behavior in debugger between VB.NET and VC#
Posted by LF at 1/20/2005 11:52:54 PM
Hi,
Why is it when you build an assembly in C# and it has a private fields in a
class, they are not visible in the Watch window from VB.NET project in
debugging session.
But if you build VB.NET assembly and reference it in VB.NET project, you do
see private members in Watch window.
Wh... more >>
dropping resources
Posted by Peter Carlson at 1/20/2005 9:11:21 PM
VS.Net keeps losing its resources...especially my menuitems. I set them to
IDR_MYMENUOPTION for example and at some point it turns into the # (32778).
I set it back and it keeps going back to the number. I've heard of others
with the same problem...any fix or workaround (other than a different ... more >>
regasm /unregister during clean
Posted by Edwin G. Castro at 1/20/2005 3:49:01 PM
I have a C# project in a solution with many unmanaged C++ projects. The
C# project does a "regasm" as a postbuild event. I'd like to
automatically call "regasm /unregister" for the C# project when I clean
the solution. Is this possible?
... more >>
Bogus errors in VB file
Posted by mfdatsw1 at 1/20/2005 7:31:03 AM
I have a VB solution with 8 projects and about 50 code files. Recently when I
make a code change, one particular file suddenly lists numerous errors which
actually don't exist. It occurs even when I modify a file that's in a
different project, and it always happens to the same file - a form th... more >>
No help for compiler error C3240 VC.NET 2k3
Posted by Peter Ritchie at 1/18/2005 6:11:02 PM
Example code to generate error:
#include <atlcoll.h>
class Buggage18_Jan_05 : public CRBMultiMap<CNodeEx, CNodeEx>
{
POSITION CRBMultiMap<CNodeEx, CNodeEx>::Insert( KINARGTYPE key, VINARGTYPE
value );
};
Clicking line in Task List and pressing F1 brings up help for Task List
Windows ins... more >>
Change font?
Posted by BigMan at 1/18/2005 10:51:11 AM
How can I change (manually) the font that is used to display the contents of
files that are open with the binary editor?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
does VS.net have numbered or lettered bookmarks?
Posted by Flip at 1/18/2005 10:02:22 AM
I found the bookmark key sequence, but it seems like a boolean type of
thing, it's either on or off. Is there a way to create a numbered bookmark
so I can quickly go to bookmark #4 and then jump to #8 and so on?
Thanks.
... more >>
How to select overlayed panels in design mode
Posted by Jim Brandley at 1/17/2005 2:52:45 PM
I am building a Windows Form App that has a splitter in the client area,
treeview on the left, and panels on the right. Different classes of tree
nodes need different views. How can I cause the one I want to work on (say
add or remove a control) to pop to the top of the z order in the design
vie... more >>
Intellisense anomaly with custom controls
Posted by Ingvar Nilsen at 1/16/2005 3:03:59 AM
I have finally managed to get Intellisense support for my home grown
controls, after reading many many docs and applying a try and fail
approach.
Now, there is just one unsolved issue left:
Vs.Net 2003 always give me the "Per active schema, the element
'MyTagPrefix:MyControl' must be includ... more >>
|