Software Development Network Logo
  • Windows Forms
  • Microsoft ISV
  • Visual FoxPro
  • Visual Basic
  • VS Team System
  • IE Development
  • Windows Vista
  • SharePoint Products
  • Game Technologies
  • Visual Studio
  • Visual C#
  • .NET Development
  • Smart Devicet
  • Visual C++
  • Audio and Video

Software Development Network >> Visual Studio

Visual Studio

New Question

Resources bug?
WCF + InfoPath + XMLDocument = Nastygram
Can't unbind or disconnect ClearCase from VS 2005
Package Load Failure
Can't View Old XBAPs
Reading Excel From C#
Excel Tools and formatting
SelfHost WCF example on 2 machines
How to change default xml namespace of DataContractSerializer?
Tool for code profiling

Top Answerers

Shilei
SimonOng
Jay K
Imesh
Ghoort
Pascal Frey
TaYeB
curtKauf
rternier
MeAndYou
Creating Scalable Vector Graphics (SVG) with Perl
Only Title

Answer Questions

  • lunatik Ok... resolution...

    Hi. I've been developing Office solutions int .Net for about a year now. My company had some proprietary code that was letting us place user controls in Word (Document Map) but it's time to phase that hack out with Office 2007 coming. So I downloaded VSTO (the version currently distributed) and installed it. Then I started looking around for code samples how to attach a custom Actions Pane. It appears that if I start an Word 2007 project in VS2005 there is ActionsPane but if the project is for Word 2003 - there is no such property and no obvious way of getting a public property that would do. I'm not sure if I'm doing something incorrectly and it seems more and more frustrating after 3 days of digging around. After initial atte ...Show All

  • jam281 InlineUIContainers not firing any events in the RichTextBox

    Hi, Up until the June CTP, I was able to trap events from elements inside a InlineUIContainer, e.g. // Wherever you create the InlineUIContainer Canvas can = new Canvas(); can.Width = 80.0; can.Height = 20.0; can.Background = Brushes.Blue; can.PrevewMouseMove += ........ InlineUIContainer uiCon = new InlineUIContainer(can); This used to work find as any delegate added to the elements (even though the InlineUIContainer was "Disabled") would fire. Now it doesn't. Can someone please help me Thank you very much, Jaco That is very strange, so is there any reason why the control inside the InlineUIContainer can't be disabled, but still fire events (I know its a ...Show All

  • IanPaskin Visual C++ for Oracs and C++ 0.x

    What about the compatibility with C++ 0x (still in a development state) in Oracs VC++ Jonathan Caves - MSFT wrote: For example: we have already added support of allowing '>>' as a terminator for nested specializations of templates: since VC++8, isn't it can I see summarized document for such changes FatDylan wrote: What about TR1, which has been defined, and will (mostly ) be included in C++ 0.0x in addition, hash_xxx want to be renamed to unordered_xxx. Hi Sarath, Could you elaborate more on your question Thanks, Ayman Shoukry VC++ Team What about TR1, which has been defined, and will (mostly ) be included in C++ 0.0x C++ ...Show All

  • Raulsassaa Sandcastle - MRefBuilder and .NET 3.0

    How should I go about documenting stuff using .NET 3.0 framework I tried changing the mrefbuilder.exe.config appropriately (both using Sandcastle Help File Builder and manually) but I keep getting "Unknown target platform '3.0'" If I set it to 2.0.50727 then it "works" but links to 3.0 specific things are obviously missing Is this a known issue Either way, can this be fixed as 3.0 now is officially released regards, Simon Peter, You can run them in XP environment as long as you Microsoft.Web.Administration assembly placed in a folder that can be acceses by MrefBuilder using /dep switch. We have tested using XP and Vista. Anand.. *bump* what's the status of this Simon, Sorry about t ...Show All

  • surfguy0021 Shared Addin for Word 2003

    Hi, I've created a shared addin for MS Word 2003 in C#. The addin comprises of a toolbar which loads and works fine for the very first instance of Word. For subsequent instances of Word, the toolbar is visible but doesn't work. What am I doing wrong here This isn't the right place to ask about shared add-ins. There's a newsgroup for that http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.com.add_ins&lang=en&cr=US and if you search it (GoogleGroups, for example) you should find a number of discussions about issue. Two things you need to watch out for: 1. Declare the object variables for the commandbar and all buttons as member fields (not locally) ...Show All

  • clint 2 Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

    I've been running a project that I'm developing in C# for some time without the following error. Now all of a sudden it appears and I'm not sure how to get past it. I've altered my debug setting from the browser but I still get the following errors. Any suggestions thanks, 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'WebDev.WebServer.EXE' (Managed): Loaded ...Show All

  • Trisk2 Creating solution folders which do not appear on disk

    Is there a way I can create true VS2005 solution folders using the GAT - i.e. the folders are virtual and appear in the solution but do not appear on disk The .vstemplate for solutions says that using the <SolutionFolder> element will create a disk folder too and I really don't want that to happen. We are hitting the 260 char command prompt limits of MSBuild and so are having to trim some characters from our directory path structure but we don't want to loose the visible categorisation of projects within the solution shown in VS2005. Thanks, Sara Hi Sara, I don't think you could avoid the physical folder creation using .vstemplates. I know you can if you use DTE for creating them instead. ...Show All

  • kira2 CR on client system (redist)

    How do I make sure that the client system get's the proper CR files I've created a simple reporting app, and the client system needs to DL it. Is there a way to package it in my setup - np you can use the merge modules and create a setup package from them. They are available from http://support.businessobjects.com/downloads/merge_modules.asp Select whatever version you are using. you add them to a setup project. (New setup project in VS), you should follow the directions that are available by the downloads of the merge modules. All this work results in a msi file which you can use to install.   Awesome, t ...Show All

  • sea2006 Creating classes in subdirectories.

    I have been using the Class Designer in VS 2005 and love it. However one thing that I don't like is I can't seem to figure out how to create a class on the diagram and have the file be created in a sub-directory in my project. I would like to create types in a sub-directory (sub namespace) but the files are always created in the root directory of the project. Does anyone know how to do this Hi, Unfortunately Class Designer does not support this in its "New Class" dialog. For file placement, there is a fairly simple workaround: after creating the new class in Class Designer, drag/drop the newly created file in the sub-directory of your choice; Class Designer should be able to correctly track the new file location. Re ...Show All

  • davidg12 GetMethods from AuthoringScope is never called

    Hi there, I'm working on MPF package containing the language service. I need to implement MethodTips feature. I've created the class inherited from the AuthoringScope class from MPF and override following methods: GetDataTipText, GetDeclarations, GetMethods, Goto. All of these except GetMethods are called ok but GetMethods is never called. Could you please propose the reason for such weird thing I’ve gone through the language service sources and I found following: Source.cs: public virtual void MethodTip (IVsTextView textView, int line, int index, TokenInfo info) { this .BeginParse(line, index, info, ParseReason.MethodTip, textView, new ParseResultHandler( this . HandleMethodTipRespon ...Show All

  • Wee Bubba Getting CodeModel events from Generic objects

    It's possible to use EnvDTE80.Events2 to track pretty much all the changes to your code model. For example, I can track new parameters, renamed paramters, and other signature-change events. However, I don't see how to get notifications when generic arguments change. Also, as far as I can tell, the only way to find the generic arguments to an object is by looking at the FullName object, and there's no way to get at the constraints for a generic argument at all. Am I missing something Steve, You are absolutely right. The only generic thing that you have represented in FileCodeModel is the IsGeneric property located on CodeInterface2, CodeClass2 and CodeFunction2. Pablo ...Show All

  • sl333 Show TreeView nodes connected with dotted lines

    Has anybody done any work with the TreeView control to replicate the ShowLines/ShowRootLines properties from the Windows Forms Treeview and draw dotted lines to connect nodes. I can see that it may not be too difficult to draw the horizontal line of dots but the vertical line looks more challenging. Hi, The last node doesn't have line visible. But when I new node is added after that the previous one should have the connected line. Is there anyway to do that, Thanks Anusha Have you had any luck with this I can't seem to find an easy way either. For the ToolStrip menu, if you place menu inside a toolbar, you will get a different appearance t ...Show All

  • Thomas Olsson Resource Dictionary "Adding Stroke/StrokeThickness" IsMouseOver

    How can i get the Stroke/StrokeThickness to appear on IsMouseOver in the Resource Dictionary I have a custom button Style <Style> the Stroke appears in the <Rectangle x:Name="GlowBg" Opacity = "1" RadiusX="9" RadiusY="9" Fill="[TemplateBinding Background}" StrokeThickness="0.5" <Rectange.Stroke> I want the button to have "No" stroke until the IsMouseOver is Triggered,I have excluded some of the Xaml for my Custom Button <ControlTemplate.Triggers> <Trigger Property="IsMouseOver" Value="true"> <Setter Property="Rectangle.Fill" Tar ...Show All

  • Science_1 XLMS doc won't load in 2007

    when I save a file in xlms it gives no indication of an error. When I open it from the windows explorer it has an exclamation point on the xlms document and does not load properly. Do anyone know what this means or how to fix it Not sure if it has anything to do with it, but I am using custom properties. Thanks. Hi Jennifer xlms I don't know of any Office file format named xlms. Do you mean xlsm (Excel 2007 worksheet with macros) In any case, this is a forum that concerns programming Office applications using the Visual Studio .NET VSTO technology. End-user questions aren't supported here. You need to try asking this in an Excel newsgroup. Start in this interface then look under Excel for available ...Show All

  • Sriharsh Problem with IVsHierarchy.SetProperty(), please help.

    Hi All, I am writing a VSPackage for providing source control operations on Solution and Projects in Visual Studio 2005. I did implement the interface IVsSccManager2 and the function GetSccGlyph() appears to work fine for files. I really want the function GetSccGlyph() to work for folders (directories) as well. I could not figure that out, so I decided to use the function IVsHierarchy.SetProperty(). Here is an example of how I am calling it - hierarchy.SetProperty(itemId, ( int ) __VSHPROPID .VSHPROPID_StateIconIndex, VsStateIcon .STATEICON_CHECKEDOUT ); itemId is the Item Id of folder. This function does not seem to do anything. I also followed the SetProperty() call by IVsSccProject2. SccGlyphChanged () . Same result. ...Show All

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum