| Thread | Last Post | Replies |
|
| Writing Addin Help | 19 Apr 2004 21:50 GMT | 5 |
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
|
| Copyright???? | 19 Apr 2004 17:00 GMT | 1 |
Just wondering, how would you insert the copyright symbol into your projects. Thankx in advance Radith Silva
|
| Debugger program types | 19 Apr 2004 14:52 GMT | 2 |
Is there any way of telling the debugger which program types you want it to debug? I've just experienced a problem with mixed managed/unmanaged C++ where the debugger wasn't debugging native code and was doing all sorts of weird stuff in the unmanaged code. By running without ...
|
| Visual Studio IDTCommandTarget | 19 Apr 2004 12:12 GMT | 1 |
I have a Connect class implmenting IDTExtensibility2 and IDTCommandTarget. My QueryStatus looks like this: public void QueryStatus(string CmdName, vsCommandStatusTextWanted NeededText, ref vsCommandStatus
|
| Project dependancies | 18 Apr 2004 10:00 GMT | 2 |
Sorry for the basic question, but... Just started using Visual Studio .Net 2003. When opening old VC projects, how can I see which .libs the project depends on?
|
| VS.NET 2003 - Very Very Slow Macro Execution | 17 Apr 2004 13:59 GMT | 2 |
I'm wondering if anyone else is seeing this. I had a macro I wrote for VC6 that reformats comments. Nothing fancy or complicated: it just makes each line as long as it can be, up to 80 chars. Pretty simple, and in VC6, it runs virtually instantaneously.
|
| how can i make my vs.net(chinese simplified) run in win2k(english edtion) normally? | 16 Apr 2004 02:57 GMT | 1 |
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?
|
| SP editior becoming ReadOnly | 15 Apr 2004 06:01 GMT | 3 |
When i use VS.NET 2003 to cerate new stored procedure (RightClick > InsertSQL), once i finish this then sometimes the sp editor will become read only. What is the problem and how can i solve this
|
| set language highlighting | 14 Apr 2004 17:51 GMT | 1 |
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?
|
| Using IWin32Window to SetParent | 14 Apr 2004 14:38 GMT | 7 |
I've just run into a killer problem: code that was working like a charm and then suddenly stopped. I'm working on a add-in that displays a status dialog to the user while it does its work. Iam using SetParent to attach the status form to the IDE's
|
| Location prob.???? | 14 Apr 2004 13:46 GMT | 1 |
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
|
| Upgrade VB.Net autocomplete? | 14 Apr 2004 10:26 GMT | 1 |
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
|
| Extending C++ Outlining using IDE extensibility | 13 Apr 2004 21:25 GMT | 3 |
I wan wondering if it was possible to extent the outlining using the extensibility feature of the IDE. I've been looking at the CodeFunction object, but as of yet I can't locate anything that has to do with outlining.
|
| how to refresh button in the addIn bar | 13 Apr 2004 20:17 GMT | 2 |
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
|
| Word wrap in text editor | 13 Apr 2004 17:45 GMT | 2 |
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.
|