all groups > visual studio .net ide > july 2003 > threads for july 8 - 14, 2003
Filter by week: 1 2 3 4 5
IDE hangs opening files from Solution Explorer
Posted by Bruce MacDonald at 7/14/2003 1:31:30 PM
VS .NET 2003
When I double click on a source file in Solution Explorer, the hourglass
gets displayed and the IDE seems to hang. I have VS installed on my desktop
and laptop and both exhibit the same behaviour. Sometimes (rarely) this
doesn't happen and the files open immediately for the firs... more >>
Past & jump
Posted by Roger at 7/13/2003 7:21:37 PM
Hello:
I'm editing vbscript in the .net ide.
I have the window split into 2 panes
I copy something from the lower pane, paste it into the
upper pane, and the upper pane immediately jumps to the
location current in the lower pane. ( I'd much prefer it
to stay where it was )
Any ide... more >>
Cannot add controls to form
Posted by Stuart Feir at 7/13/2003 11:04:59 AM
When I try to place controls from the toolbox onto a form in VS.NET, I get
the following:
The error dialog is titled "Microsoft Development Environment"
The error message is: "Object reference not set to an instance of an object"
Note that I am not even using fancy controls - I can't even ... more >>
Combining Dockable Windows Into a Single Pane With Tab
Posted by Tony Lin at 7/12/2003 4:00:15 PM
When I first installed VS .NET, I recall that some windows, such as
Solutions and Class View, were combined into a single pane in such a way,
that one could display one or the other, by selecting a tab at the bottom of
the window.
How can I combine two dockable windows to behave like this?... more >>
Writing Own Intellisense Editor
Posted by jacktow NO[at]SPAM hotmail.com at 7/12/2003 9:39:33 AM
Hi,
I start this thread to discuss or better say to find out "HOW TO
design & build an Intellisense Editor". I just explain what I mean by
the word Intellisense as I'm sure most of you know it already. I give
you an example of one editor that is my target to build. It is Visual
Studio .NET ID... more >>
VB 2003, toolbox, own controls
Posted by Armin Zingler at 7/11/2003 10:54:29 PM
Hi,
why are only controls derived from System.Windows.Forms.UserControl
automatically shown in the toolbox but not those derived from
System.Windows.Forms.Control?
Armin
... more >>
How to get Command line option of compiler property
Posted by kimura at 7/11/2003 11:57:08 AM
Hi,
There is a command line option in the compiler property.
This option will appears on the compiler property dailog box
from IDE.
But It is not in the VCCLCompilerTool object.
Does any body know which object includes (or how to get) this option
in the add-in application?
Thanks
kimur... more >>
Converting to .Net; Where'd they put the Class Wizard
Posted by Koolski at 7/11/2003 10:10:57 AM
Hi,
I'm converting from version 6.0 to .Net 2003 and can't
find the Class Wizard now; It used to be on the View
menu. Did they change the name or something?
Thanks in advance... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.Net reference behaviour - Anyone seen this?
Posted by Mart Rogers at 7/10/2003 3:08:39 PM
I have the following problem with an ASP.Net solution and would be grateful
for any advice on solving it :
I load an existing ASP.NET solution into Visual Studio (2002), then from
Solution Explorer, right-click on one of the projects.
In the pop-up menu, I selected Add, then Add Existing Ite... more >>
Tabify in VS.NET
Posted by Stephen L. De Rudder at 7/9/2003 4:13:13 PM
With the following code the VS.NET editor the TabifySelection
(Edit.TabifySelection) will change the spaces inside the printf function to
tabs (I currently have tabs set at 2). VS6 did NOT convert the spaces
inside the double quotes to tabs.
void fun1()
{
printf("t e st in gte sti ngte ... more >>
VS2003 crashes frequently
Posted by Lee Gillie at 7/9/2003 8:35:50 AM
I've been running VS2000 for a while. It was not completely stable,
and would occassionally lock up in the debugger. It very rarely
crashed. I never lost any work with it though.
I'm piloting into VS2003 for our team of developers, and am finding
that although it never seems to lock up, it DOE... more >>
How do I tell if I am running under the IDE or not at runtime
Posted by Mike Mattix at 7/9/2003 2:18:04 AM
I would like to connect to a different database when I am
developing/enhancing an application than when the users are running the
application in production. One idea I had was being able to tell when
the application was running under the IDE or even in Debug mode.
Any ideas on where to loo... more >>
no tooltip, intellisense, etc. for C# pages
Posted by manofsteele NO[at]SPAM 311.com at 7/8/2003 2:39:21 PM
I have always developed .net pages using vb.net with no problems. Whenever I
open a c# page, the reserved words are blue and everything, but no tooltips,
or intellisense. The classes and functions WILL all expand and collapse. The
ide won't catch errors, and the project will build WITH errors. Th... more >>
Disappearing Intellisense
Posted by Steven Burton at 7/8/2003 1:07:35 PM
Since installing VS.NET 2002 I have had a problem with
the intellesense disappearing on C# dataset objects.
Rebuilding the project that contains the class
definitions resolved the problem. After upgrading to
VS.NET 2003 the problem reoccured but rebuilding the
project had no effect. How do... more >>
Toolbar button captions
Posted by Frecklefoot at 7/8/2003 12:23:42 PM
I've created an add-in that adds commands, a menu and a toolbar (VS.NET
2003, C#). I add the commands with captions, but I don't want the toolbar
buttons to show the captions. Does anyone know how to suppress the captions
so it just shows the icons (like most toolbars)? I'd hate to have to cre... more >>
Stop VS from Re-writting HTML
Posted by Michael Morse at 7/8/2003 6:30:40 AM
How do you get VS.net to not re-write your HTML. It's
quite annoying.
Thanks
-mike... more >>
|