| Thread | Last Post | Replies |
|
| Determine if running in Visual Studion IDE | 19 May 2004 13:49 GMT | 2 |
How do you determine if a program is running in the Visual Studio IDE/debugger as opposed to standalone? We often include support files in the same folder as the executable and would so something like: Dim SupportFile As String
|
| XML Comments - How to use | 19 May 2004 12:32 GMT | 1 |
Sometime back, I found two ways to use the results of XML Comments in the C# code. One way was to set the file in the project properties and it produced a less than useful output without doing more work. The other way produced HTML documentation with one 'item' per HTML page. I ...
|
| creating an addin that can be run independently | 19 May 2004 12:29 GMT | 4 |
Is it possible to create an addin that can also be run independently. An addin creates a dll while to run independently I need an exe. Thanks amit
|
| Open Visual Studio 2003 and automatically open a project or file? | 18 May 2004 12:22 GMT | 5 |
Does anyone know of a way of invoking visual studio from the command and automatically position to a project and/or file in the project? I would like to start visual studio with a solution name (this part is easy), but also with a project name and possibly a file name, all on the ...
|
| composite control | 17 May 2004 00:08 GMT | 1 |
Hi, I have a problem with a composite control. The fact is that I have create a composite control that works ok, but when I try to add it to the toolbar and I select the dll it says to me that there isn??t components in "....\controlcomposite.dll" to add to the toolbox. Do yo ...
|
| Design-time for control exported from Mixed DLL? | 15 May 2004 10:02 GMT | 1 |
Hope this is the right newsgroup for this, please let me know if not Is there any way to make a "designable" control in Managed C++? My problem is that my control depends on legacy C code using the CRT. Having read all the dire warnings about Mixed DLLs and the loader lock, I'm ...
|
| VCProjectEngine and VC6 | 15 May 2004 03:24 GMT | 3 |
Anyone have experience with VCProjectEngine? We need to look in Visual Studio 7 and Visual C++ 6 project files to get the list of C++ files to be compiled and the compiler options used for each file. The VCProjectEngine object seems to fit the bill and seems to work
|
| Getting contents of clipboard into macro | 15 May 2004 00:21 GMT | 4 |
How does one get the contents of the clipboard into a text window (such as DTE.Find.FindWhat = "clipboard contents") when using a macro?
 Signature Kevin Kohler
|
| Weird hidden window in VS.Net 2003 | 14 May 2004 21:21 GMT | 20 |
I work on a dual monitor machine. Usually VS.Net is running maximized in the left (primary) monitor. Now I've noticed that every now and then I can see a "mystery window" -- the frame and caption bar (and only those items) of a window on my right
|
| Expected location of AssemblyKeyFile where no path specified? | 14 May 2004 09:21 GMT | 2 |
H I am unable to specify the AssemblyKeyFile file name without specifying a fully qualified path to the file; i.e. <Assembly: AssemblyKeyFile("C:\solution folder\keyfile.snk")> works but <Assembly: AssemblyKeyFile("keyfile.snk")> does not
|
| Solution Explorer Toolbar | 13 May 2004 10:48 GMT | 2 |
How to programmatically access to the Toolbar of the Solution Explorer ToolWindow? I can access the window itself I can also acces the UIHierarchy
|
| Error during DataAdapter Config Wizard | 12 May 2004 21:36 GMT | 3 |
Every time i put a data adapter on my form, i get the following error after clicking "next" An unexpected error has occured. Error Message: Object reference not set to an instance of an object. Call Stack: at Microsoft.VSDesigner.Data.VS.VsConnectionManager.CheckConnection(Int32 ...
|
| Web Form settings | 12 May 2004 21:35 GMT | 1 |
Using VB .Net I've created a default.aspx web page whose html form had an original action of 'WebForm1.aspx", I've changed that value in the html tags to be now 'NewWebForm2.aspx' and rebuilt my solution, with no failures. However when I run and look at the html source code of my ...
|
| How do I copy XML file to build target folder? | 12 May 2004 19:14 GMT | 1 |
I have an xml file that is used by my vb 7 program at run time. I want it to be copied to the output folder in which my project creates its exe, etc. files. How do I specify that it should be copied. There is no post-build step as in VC++ 6.
|
| Using the same file in multiple projects within a solution | 12 May 2004 14:59 GMT | 2 |
I have a solution that has 15 projects. The projects are all sub-directories of the solution directory. I have some files in the solution directory that are used in more than one of the projects (all of this is c#) If I go to a project and add existing item and select the file in ...
|