all groups > visual studio .net ide > december 2005 > threads for december 1 - 7, 2005
Filter by week: 1 2 3 4 5
Outlook Add-in deployment
Posted by Mike Bernstein at 12/7/2005 5:34:10 PM
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
I need to do to create the correct files for installation into Oulook 2003
on another PC ... more >>
Unmanaged LIB in managed Windows Forms Application
Posted by Ferents Taptich at 12/7/2005 4:32:49 PM
I am using VC++ 2005.
1. Created an unmanaged library 'LibA.lib'
// ClassA.h
#pragma once
class ClassA
{
public:
ClassA(void);
~ ClassA(void);
};
// ClassA.cpp
#include "ClassA.h"
ClassA:: ClassA(void)
{
}
ClassA::~ ClassA(void)
{
}
2. Created a Windows Forms Applic... more >>
"Style" combo box disappeared in the HTML Editor of VS.NET 2005 ?!
Posted by Yuri Volkov at 12/7/2005 3:02:02 AM
I'm using HTML Editor of MS Visual Studio to edit HTML pages, containing
cascading style sheets (CSS).
There is a "Style" combo box in Design View of HTML Editor in VS.NET 2003.
This combo box is populated with CSS class names that are defined in the
CSS, so I format document much like I for... more >>
How to attach sounds to events in VS 2005?
Posted by Juan Dent at 12/6/2005 4:25:02 PM
Hi,
In VS.NET 2003 I had (via sounds and audio devices in control panel)
assigned sounds for succesful and unsuccesful builds. Now in 2005 I don't see
any events or where to do this. Any ideas?
It is incredible how helpful those sounds were!
--
Thanks in advance,
Juan Dent, M.Sc.... more >>
VB.Net 2005 Addin
Posted by Elmo Watson at 12/6/2005 3:56:58 PM
Is there anywhere I could learn how to create a VB.Net 2005 add-in?
... more >>
VS2005 IDE vanishes when trying to open an inherited (Windows) Form in Designer...
Posted by MonoSoftware at 12/6/2005 11:44:42 AM
Hi, can someone confirm this.
1. I have two C# Win Forms projects in a solution
2. The "main" form from the *second* project inherits the "main" form from
the *first* project.
3. When I try to open the designer for the second form .. the IDE simply
disappeares.
p.s.
While I was develo... more >>
how to replace backslash to double backslash?
Posted by chenchang at 12/5/2005 4:20:04 PM
hi, has someone written a regular expresstion for replacing backslash to
double backslash? i.e. replace
"C:\windows\system32\dllcache\.." == > "C:\\windows\\system32\\dllcache\\.."
thanks
chang
... more >>
VS2005 Server Explorer
Posted by Mike Koerner at 12/5/2005 10:26:10 AM
Hi,
I'm looking for a way to look at servers in VS2005 like the VS2003 Server
Explorer. In the previous server explorer there was a tree for data
connections and one for servers. Now there's only one for the data
connections. Shouldn't this window be more aptly named "Connection
Explorer"?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
BUG: VS.NET 2005 IDE forgets settings
Posted by Ray Cassick (Home) at 12/3/2005 5:30:55 PM
I am not sure if this is a bug or not. Just interested in knowing if anyone
else has seen this.
I have, over the last week or so, finally gotten my IDE set up with the
buttons and externals tools the way I like it. Last night I fire up the IDE
and am greeted with the dialog box that asks me... more >>
Build Action Content
Posted by Marco G at 12/2/2005 8:30:03 PM
I would expect xml files that I set the build action to content for to be
copied to the debug folder. They are not. Are they being copied somewhere
else?
--
Mark ... more >>
Cannot start VS2005 IDE
Posted by Saracen at 12/2/2005 2:11:02 AM
Hi, I have upgraded from VS2005 Beta2 using the VS2005 Uninstall tool and
installed VS2005 Professional Edition on my machine. Now everything went
well, no errors during installation. But when I tried to click the VS2005
shortcut to load the IDE for VS2005 I got the standard development config... more >>
Disable WebFormDesigner/Default to HTML view
Posted by mahldcat at 12/1/2005 5:03:47 PM
Does anybody know how to tell visual studio to default to the html view
instead of the form view with the web form designer? The problem that
I am having stems from an asp.net project where the web form designer
is beginning to become more of a hinderance than a help.
The issue that I'm havin... more >>
VS2005 Server Explorer
Posted by Mike Koerner at 12/1/2005 3:18:09 PM
Hi,
I'm looking for a way to look at servers in VS2005 like the VS2003 Server
Explorer. In the previous server explorer there was a tree for data
connections and one for servers. Now there's only one for the data
connections. Shouldn't this window be more aptly named "Connection
Explor... more >>
Macro-Editor does not start
Posted by Marc Weichhold at 12/1/2005 1:47:34 PM
Hello NG,
I am using VS 2003 (v7.1.3088, German version), WinXP Pro SP2 and I can not
start the macro editor anymore. It worked some time ago, but I had not to
use it recently, so I can not say what program/tweak/etc. is to blame. When
I try to start the macro editor (no matter if I try wit... more >>
Toolbox Icon
Posted by Craig at 12/1/2005 10:59:05 AM
Hi All,
I am developing with VS 2005, and I was wondering how do you set the icon of
a custom control that is shown in the toolbox? My control keeps showing up
as a gear, but I would like to set it on my own. What am I missin?
Thanks!
- Craig... more >>
No Undo Commands
Posted by John Teague at 12/1/2005 8:36:05 AM
I do not have any Undo / Redo commands is VS 05. The version number 2.0.50727
Any suggestions... more >>
|