Software Development Network Logo
  • Windows Live
  • VS Express Editions
  • Game Technologies
  • VS Team System
  • Visual Basic
  • Microsoft ISV
  • Visual C#
  • Smart Device
  • Visual FoxPro
  • Windows Forms
  • Windows Vista
  • Visual J#
  • Visual C++
  • Visual Studio
  • .NET Development

Software Development Network >> Visual Studio

Visual Studio

New Question

OutLook 2003 CommandBarButton doesn't display correctly when MS-Word is the editor
What are the QI IID's of VCCodeModel and VCCodeFunction??
Determining Text Size
CustomControl woes
How to catch double click event of ListView ?
What Kind of things can I do with VSTO?
Toolbar buttons getting disabled
Hyperlink that combines 2 SQL fields
Set a mouse cursor position ?
Visual Studio Tools for Office

Top Answerers

Learning WPF
perryf
somerandomperson
michael scott
Dwz2006
Iancu Ilie
cdaniele
Jure Turk
sakifcy
ebc
jaxml
Only Title

Answer Questions

  • hxu64 How do I use the DSL that I have created in other .Net projects?

    I just started working with the DSL tools and I have to say this is some cool stuff.   I do have one question.   How do I use the DSL that I have created in other .Net projects   So far, I created a simple DSL based off of the Entity Relationship DSL and created a template in the Debugging project to generate code.   Now I would like to create a new Class Library project, add a DSL file, based on the DSL I defined, into the ...Show All

  • Michael Weinhardt WPF showcase screenshots?

    Does anyone know where I can find any (high resolution) screenshots of some of the WPF demos and pilots that have been made I’m thinking of projects like the Healthcare demo, the Northface demo, BBC demo or any other WPF showcase demo Since I’m holding a “Let’s go WPF” presentation on Thursday, it would be nice to be able to show some concepts. Too late for your presentation, I know, bu ...Show All

  • JockeOlsson Save a new File with a VSTO Solution

    Hi everybody, I have a problem with my VSTO solution, but it's not easy to describe it. A VSTO solution is always connect to one word file (doc or dot). New the user works with this file and makes some changes to the file and stuff. Now he want's to save the file. But I don't want him to overwrite the document he is working on. So he needs to save it as a new file. This isn't realy the problem. But when you start the new createt file ...Show All

  • Philip Carmichael Any size restrictions of Interop.Word.XmlNode attributes?

    We want to save some kBytes of text in an XmlNode attribute. Storing the text is no problem but when reading it again it is truncated at approximately 32kBytes even though the total text physically exists in the attribute. We have to use the XML format of the Word documents. Are there any size restrictions for Word XmlNode attributes Are there other possibilities to save with the document text which is not visible to the user Can we use the d ...Show All

  • gcollins Validation when dropping an element on the canvas

    Hi all, Is it possible to do some validation when dragging&dropping an element from the toolbox on the canvas. When the validation fails, the dropping should not be allowed. E.g. before an element can be dropped some property of the model/canvas has to be set, or an element is only allowed when another type of element is not used. Kind regards, Ronald Edward, Thanks for your reply. Although ...Show All

  • tchyT Not able to generate the Proxy using three endpoint with single type implementing three contract

    Hi, (I am using Jan CTP) I am having three contract and i am implementing these contract in a single class. I want to run three service on different port using this class. i did the same and services are running fine but when I tried to generate the proxies corresponing to each port I am getting the below error with port 9091(similar error with other two port also) Error: Unable to obtain Metadata from the Uri provided Error: WS-Metada ...Show All

  • Alex_82 Cannot uninstall VS 2005 Professional

    I cannot uninstall the VS 2005 (not the beta, the retail) professional version. This is the message I got: "Setup is unable to determine a valid ordering for the installation." Neither the uninstaller tool work. Please help! Thanks Lorenzo try this http://support.microsoft.com/default.aspx scid=KB;EN-US;q248697 or, you can try this tool http://msdn.microsoft.com/vstudio/support/uninstal ...Show All

  • RhysDavies What the method EntitySet.RemoveAt is for?

    When I remove an entity with this method, the entity is removed from the collection. But when I then call SubmitChanges, no commands are send to database.   Keith Farmer wrote: Perhaps the method should be renamed to Unlink, or the like The name matches the standard framework collection class naming pattern.  So its the right one.  I think the real hurdle here is for people to und ...Show All

  • grim1208 What is MSBuild?

    It would help if someone let on what MS Build is Siv Just one clarification here. > Also, the msbuild.exe command line environment will ship with the .NET Framework SDK 2.0. Actually, msbuild.exe will ship with the .NET Redist (the .NET Framework) itself . So you'll be able to build almost any managed project without even the SDK. Here's some exceptions that will need extra installs:    -- VC projects: you'll need ...Show All

  • mantu_78 VS 2005 Beta2 reinstall issues

    I installed VS 2005 beta 2 successfully the first time, installing C# only. Then I ran the install again to add VB.NET. I got some errors so I decided to uninstall VS 2005 and reinstall it. But I've tucked ever since. I followed the uninstall sequence and ran the uninstall clean up tool at no avail. It dies on installing MSXML 6.0 parser. The following is the MSI install log. Any help would be appreciated:  [07/13/ ...Show All

  • cinstress VSIP licence required

    My copy of visual studio 2003 now comes up with VSIP licence required. As my copy comes from the MSDN universal, is another licence required Can I roll-back to my MSDN licence Jason This information on the splash screen and the Help->About dialog simply means that you installed the VSIP SDK (now referred to as the Visual Studio SDK). In the past, VSIP was a partner-restricted program and not generally avail ...Show All

  • Mozzy Why FileCodeModel is Nothing (i.e. null) ?

    Hi, I want to modify code model of every new file added to project, but when ProjectItemsEvents.ItemAdded is fired, and I open this new added file, activate its window and call DTE.ActiveDocument.ProjectItem.FileCodeModel, then FileCodeModel is Nothing. Why it is not initialized How can I access FileCodeModel for newly added item from its event   Thank you for your answers. Thanks for reply, I have set up event handler for ...Show All

  • eric8910 Loading sln file demands read-write projects

    We have our solutions and projects (csproj and vcproj) in source control and thus they are read-only once checked in. When we load a .sln file, the IDE complains that the project files (not the source files) are read-only. Yes, of course they are. Why is that message appearing and can we make it stop I only want to be asked if there is a pending change. This post got moved here from the general forum. I thought I'd mention that we are no ...Show All

  • Dmitriy.Vasyura SolutionExplorer click event

    Hello I've found almost every event in the book that the AplicationObject.Events has to offer. However, I can't find theClick event. I want to do some code whenever an item is being clicked on the solution explorer. Is it possible Avi Can you please give an example or a place to start digging in Thanks Avi Then you may have to use the VS 2005 SDK ...Show All

  • Skaale AARRRGGHHHH what am I missing?

    This may seem obvious to all but me. I thought I had enough info to get started here but alas no go. I've got the LINQ technology preview installed with VS 2005.NET..... When I enter code such as this var oneevent = from d in ibotree.TblBEvents where d.lngEventTypeFK=55 Select d; I get no syntax hilighting on the keywords "var", "from", "select" like it isn't recognizing the extensions ...Show All

192021222324252627282930313233343536

©2008 Software Development Network

powered by phorum