| Thread | Last Post | Replies |
|
| Help with installing custom tool bar and macros | 13 Feb 2006 10:47 GMT | 1 |
I have created several macros for the VS.NET IDE using Microsoft Visual Studio Macros 7.1. In my IDE I have created a new custom toolbar with macros on the toolbar. I have also assigned keyboard commands to some of the macros. My question: How do I create a package so that I can ...
|
| Find specific text in a string | 12 Feb 2006 01:51 GMT | 3 |
Hai , in a textbox am having text as "(20/100)+pay1*pay2" .it's a formula. and stored in a particular variable.
|
| Outlook Add-in deployment | 11 Feb 2006 03:17 GMT | 12 |
I have just produced an Oulook Add-in in Visual Studio 2005 Tools for the Microsoft Office System. It works fine from the IDE using debug on my PC (with Outlook 2003) but I am having trouble knowing what
|
| VS 2005 Smart Application Debugging Problem | 10 Feb 2006 18:36 GMT | 1 |
I cannot put breakpoints into my Pocket PC application's timer or paint event handlers using VS 2005 and .NET CF 2. I get "There is no source code available for this current location" and "Remote Connection Lost" errors. I can breakpoint in other spots. These breakpoints do ...
|
| Using user32.dll in C++ mixed mode assembly | 10 Feb 2006 10:19 GMT | 1 |
I am trying to use user32.dll with VS2005 in a mixed mode DLL assembly. I am trying to access GetClientRect from within the unmanaged code. I have included windows.h and set the Additional Library Directories in the Linker to point to the directory with user32.lib, but when I ...
|
| How do I intergrate Intel C++ 9.0 compiler into VS2500 Pro? | 09 Feb 2006 17:43 GMT | 5 |
I need to compile a VS project with Intel C++ compiler from Visual Studio 2005 Professional. Integration wasn't performed at Intel C++ installation (I guess it supports automation up to VS 2003 .Net).
|
| Cannot make changes to dataset | 09 Feb 2006 09:10 GMT | 8 |
I develop a C# application in VS 2005, a distrbuted application with a windows client and web services communicating with SQL Server 2000 database. The solution has recently been successfully deployed, using click once plus publish of a web site. I have a problem with the ...
|
| Mixed libraries in linker command line | 09 Feb 2006 06:16 GMT | 3 |
We are currently having a problem with the linker settings in a solution that contains multiple projects (solutions with 24 and 130+ behave the same). For example, the following linker command line options appear in a release build:
|
| VS 2005 LOST CONNECTION | 08 Feb 2006 16:05 GMT | 1 |
I am debugging a Smart Device (iPAQ) application with VS 2005. There are times that I put in a break point and the debugger times out (LOST CONNECTION). There's also a 'NO SOURCE CODE AVAILABLE AT THIS POINT" message. I have not quite figured out the combination but some of ...
|
| Toolbox Components Timer | 07 Feb 2006 20:57 GMT | 1 |
I am trying to create a service application using VB.NET (VS 2005) and I need to use the "system.timers.timer" class. However when I drag the timer from the toolbox from either components or windows forms I end up with the "system.windows.forms.timer". I read that the one in ...
|
| Unable to add form: "The operation could not be completed" | 07 Feb 2006 14:06 GMT | 1 |
VS.NET 2003 has started refusing to let me add a new (Windows) form to any project. After choosing a filename, it says 'The operation could not be completed' and takes me back to the filename chooser. As per suggestions found on Google, I first tried to uninstall Windows
|
| Compare behaviour | 07 Feb 2006 07:16 GMT | 1 |
We have recently started using Visual Studio 2005 with Visual SourceSafe 2005. I have noticed that when doing a compare of my local copy of a file that I have changed with the copy in SourceSafe that the compare application disables the IDE until it is closed. This behaviour is ...
|
| "Find In Files" Doesn't | 06 Feb 2006 22:14 GMT | 1 |
In V.S.2003, When I'm searching "Entire Solution" for a string, sometimes I get them all and sometimes I don't -- I can't see a pattern. For example, I may highlight a string in a file of the project that I'm editting and do a Find In Files and not even see that instance! I ...
|
| Redocking My Toolbox | 06 Feb 2006 21:48 GMT | 1 |
I am new to .NET and inadvertanly closed the "margin" area on the left side of the IDE. As a result, I cannot get my toolbox to dock on the side. I can dock it on the right, but I already have help, properties, etc. over there and would like to put the Toolbox back on the left. ...
|
| VS2005 Automation: How to find active document item in Solution Explorer hierarchy? | 06 Feb 2006 08:49 GMT | 7 |
I'm writing macro for VS2005 and I need to find programmatically currently active document in Solution Explorer hierarchy. "Track Active Item in Solution Explorer" option is OFF, so I need to figure out solution path for
|