all groups > visual studio .net ide > april 2004 > threads for april 8 - 14, 2004
Filter by week: 1 2 3 4 5
Location prob.????
Posted by Radith at 4/14/2004 10:40:48 PM
TO ALL:
Remember in VB 6.0 we could do slight location adjustments using our arrow
keys in the keyboard. How come you canâ?Tt do that in VB.NET; do you
seriously have to specify pixel values in the location property or is there
an option to enable us to use the arrow keys when locating objects... more >>
Writing Addin Help
Posted by Andrew Deren at 4/14/2004 2:16:07 PM
I'm writing an add-in for VS.net 2003 and I need to find pixel x and y screen coordinates of the text cursor
I looked at TextSelection object and VirtualPoint objects and couldn't find anything in the docs
Thanks
Andre
... more >>
set language highlighting
Posted by dontwrite NO[at]SPAM anywhere.com at 4/14/2004 3:54:04 AM
Hi,
I already asked this question once, but maybe it wasn't clear what I
wanted exactly. In short, I would like to make the IDE highlight text in
an .inc file as if it were an .asp file. How could I solve this?
Thx,
Gus... more >>
what is correct size of icon for button
Posted by kimura at 4/13/2004 8:40:02 AM
Hi,
I have a addin that create bat on the IDE.
The bar includes several buttons.
I made some icon for those buttons, the icons were
displayed well.
But the icons will disappeared when I disable (gray) the
buttons. I wander what is the correct size of ICON that
can be used by AddIn?
T... more >>
how to refresh button in the addIn bar
Posted by kimura at 4/13/2004 8:18:05 AM
Hi,
I have AddIn application that created a menu bar
on the IDE. There are several buttons in the bar.
During IDE build a solution (or projects), The AddIn
will diasble (grey )some of the buttons. I use the command
pBarControl->put_Enabled(VARIANT_FALSE) to diable the
buttons.
The problem ... more >>
Word wrap in text editor
Posted by Julie at 4/12/2004 10:03:24 PM
Anyone have constructive comments about word wrapping in the text editor?
I find that it takes legible text and creates a virtually unreadable mess of
text.... more >>
how can i make my vs.net(chinese simplified) run in win2k(english edtion) normally?
Posted by seanbrown at 4/12/2004 8:51:05 PM
some of the chinese text in vs.net ide can't be display, i don't want to reinstall my OS and i have only CHS version of vs.net, what can i do?... more >>
Problem Editing Trigger in VS.NET 2003
Posted by Enzo Maini at 4/12/2004 10:36:49 AM
Is anyone having this problem.
I have VS.NET setup with server explorer connected to a remote SQL =
Server.
If I attempt to edit a trigger on a table the edit is properly saved but =
then it is immediately followed
by the following error.
I recieve the "Do you want to send this error to ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Automation Server can't create object
Posted by JT at 4/12/2004 10:26:05 AM
Hi
I am all of a sudden getting the above error when I try to create objects (projects, forms, etc.) in VS2003, EntArch. I found KB article about this issue, which recommends install of WinScript 5.6. However, I am running on Win2003 Enterprise. Please help -urgent
JT... more >>
Adding commnad to context menu
Posted by mbosticky NO[at]SPAM aimltd.co.uk at 4/12/2004 1:53:42 AM
Hi
I would like to add my own command (through Add-In) to the context
menu which pops up when I right click in the code editor whilst
debugging. I.e. where 'Add Watch' and 'QuickWatch...' commands are. Is
this possible?
I have read a post here about a year ago titled "How to add command to
... more >>
Crashing in cslangsvc.dll all the time
Posted by Frank Hileman at 4/11/2004 4:38:45 PM
Hello,
Lately VS 2003 has been crashing very often, usually after doing a global
replacement of text across many files. But it may crash for other reasons as
well. It has become so bad I am having trouble using VS much any more for
big changes. I cannot determine the cause, but I did attach a ... more >>
VS EA 2003 & .NET compact framework
Posted by Ioannis Vranos at 4/11/2004 3:29:08 PM
Is there any way to develop .net compact framework applications from within
VS 2003? There isn't such an option in the new project options.... more >>
Removing a named command
Posted by Sascha Andres at 4/10/2004 12:39:31 PM
Hi,
how can I remove a named command in my addin on
disconnection? Every time I start VS.NET with my addin
already run once I get an exception. This slows down and I
think it's not the way it's supposed to be.
Also I get an error that my addin is not running when I try
to invoke my nam... more >>
web application codebehind file error
Posted by Montaque[MS MVP] at 4/10/2004 8:21:08 AM
When I want to create a new ASP.Net web application, a default web form
named webform1.aspx is created.
But when I double cliked on this file on the solution explorer I have this
error message :
"The class file 'WebForm1.aspx.cs' specified as the codebehind for
'WebForm1.aspx' coult not be load... more >>
Visual J++
Posted by Bruce Schechter at 4/9/2004 11:02:13 PM
Although my primary interests are with C# + .NET, I am taking a Java class
to get some perspective on the alternative camp. I need to find a tool/IDE
to use during this class. A couple of my associates tell me that their
favorite IDE for Java is Visual J++ 6.0, in spite of its age. That was a... more >>
Missing Files In Solution
Posted by Axe at 4/9/2004 10:21:50 PM
There are 2 developers in my shop. We share the same source code. If he
checks in his solution and all subordinate projects and files with the
exception of one directory containing a few class files, and I retreive this
solution and open it up in VS.NET 2003, I end up with that one directory bu... more >>
Disappearing Controls
Posted by MacKenzie Mickelsen at 4/9/2004 10:38:37 AM
Hello Every
For about 3 months now that I have noticed, when I open the forms designer
occasionally it will delete, what I can only assume are, random controls
from my form. Does anyone what might be causing this??? and how to fix it???
Thanks
MacKenzie
... more >>
Upgrade VB.Net autocomplete?
Posted by JammerFi NO[at]SPAM hotmail.com at 4/8/2004 4:33:43 PM
Hello all. I want to develop an Add-in for Visual Studio.Net,
specifically for my company. The problem is developers in my company
tend to not develop their VB functions in our required spec. SO what I
want to do is alter the behaviour of the function auto complete in the
ide. For example, when ... more >>
IDE expression evaluation bug?
Posted by Armin Zingler at 4/8/2004 2:28:17 PM
Hi,
I have the following code:
Const d As Date = #4/8/2004 11:00:00 AM#
Dim diff As Double
diff = d.Date.AddDays(1).Subtract(d).TotalSeconds
If I single-step through the code, select "d.Date" and use "quick watch", I
get the message "d.date is not declared or the module th... more >>
Command window
Posted by Mike at 4/8/2004 10:52:56 AM
I recently noticed that there is now a > character on the left side of my
Command Window while debugging my Smart Device project. This didn't used to
be there. Also, I don't get pop-up completion when I put the "." after an
object name anymore. Also, anything besides print (?) statements fail ... more >>
|