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

Software Development Network >> Visual Studio

Visual Studio

New Question

Reduce Messages Size
Simulating no-textwrap in RichTextBox
Crystal Reports XI R2 into Microsoft Visual Studio 2005
Custom extentions
SerializationException: Type is not resolved for member ...
Providing alternate styles for a control
Can J#redist be installed in WinCE?
DataContract versus Serializable
Taskpanes created in VSTO workbook visible to all other workbooks which are opened --- How????
Call macro from C#

Top Answerers

DonMartin
leo1
ClarkMN
Mrzev
sangeetha shanmugam
David_navigator
JackMit
mpco
Mike Aleksiuk
William Lowers
Courier mail server
Only Title

Answer Questions

  • mel_mel Documentation for .Net 2.0 ?

    It has been months since I posted a question about generating documentation for .Net 2.0. Does anyone knows if there is any practical solution available now (something on the level of NDoc but targeting .Net 2.0) Thanks in advance, Joannes I'm in the same boat as Scott. Those other semi-ports of NDoc haven't and don't always work for me...so I'm waiting on this one. I think I sent Anand a message asking where to look for the CTP when it becomes available, but got no reply. Anyone else have any idea Paul Hi Joannes, I've posted this to an earlier message, but just in case, here is the link to the NDoc05 Beta on sourceforge.net: http://sourceforge.net/project ...Show All

  • james_cline_ upgrade from w2k pro to xp pro

    Can't seem to find the answer to this question. I purchased vs 2005 for my w2k pro laptop. If I upgrade to xp pro will I have to upgrade my vs 2005 also TIA Frattore not at all. VS2005 will work on W2k, WS2003, Windows XP. There are no "upgrades" for VS2005, unless its from VS2003 -> VS2005. Software generally works fine when upgrading the OS - depending on if the OS supports it and the product itself, VS2005 will work. Here are the system requirements for VS2005: http://msdn.microsoft.com/vstudio/support/readme/default.aspx covers from Windows 2000, Windows XP, Windows Server 2003 and Windows Vista hope it helps! Thanks! ...Show All

  • Bruno_Silva Setup.exe file will not run

    I have been trying to install VS 2005 but when CD1 auto-plays the setup.exe file, the setup never actually occurs. My task manager shows that setup.exe is running, but there is no visual indication that it is actually working. So I am left wondering whether it is or not. Any ideas as to why it will not unpack and run the installation program or at least not visually launch the setup executable I can run setup.exe in Safe Mode, but I receive an error message later in the installation after I have entered the Product Key. I imagine that Windows Installer cannot run in Safe Mode, hence the error message. But the setup.exe does actually unpack and run while in Safe Mode. I have attempted to run the file with all anti-virus and anti-spyware ...Show All

  • SONAL N. SATPUTE Help me design my .Net 3.0 application?

    Hi All. I've been studying C#/.Net 3.0 programming ever moment that I'm not shacked to my real job. I can say that for a guy of average intelligence who has been working in his sleep, Avalon allows me to do some amazing things and pretty quickly too. Where I'm having trouble is my high level plan. I thought If I laid it out here someone might be kind enough to give my a push in the right direction. The program description: It is a e-Book of interactive puzzles. Each puzzle has a graphical representation of some physical reality and controls that allow you to manipulate that reality. ( Start engine # 1, run engine #1 at 300 RPM, etc.) The Quester is then given a brief written introduction followed by a serious of t ...Show All

  • ColoradoKid Import xml

    Hi, can I make the same that the menu of excel DATA-XML-IMPORT but from code (c#) Thanks Hi, I will do that, thanks. I'm not sure I really understand the question. Could you clarify what you're trying to do Thanks, Ade This is Excel 2003, right Yes, you can. The best way to get the basic syntax you need is to record a macro (Tools/macro). Start the macro recorder, perform the steps, stop the recorder. Alt+F11 to open the VBA IDE then look for the recorded macro in the workbook modules. This is your starting point - you need to "translate" this VBA into C#. ...Show All

  • vbasp VSTO 2005 SE does not support OF2003 and OF2007 side by side on the development computer

    Hi, Can someone pls elaborate on the following statement from the VSTO how to install page. "VSTO 2005 SE does not support installing Microsoft Office 2003 and the 2007 Microsoft Office system (or different versions of the same application, such as Word 2003 and Word 2007) side by side on the development computer" ( http://msdn2.microsoft.com/en-us/library/54ds2za4(vs.80).aspx ) Does this mean you that you need two machines (or at least one additional VM) to develop apps that target Office 2003 and Office 2007. Tx, Tad Yes, you need two separate installations (whether machines, VM, or boot partitions). Keep in mind: Office is COM, not .NET. So two versions can't be run in paralle ...Show All

  • Randal Greene Video Restart Button

    Hey All, I am making a WPF video player and it is working well. I have buttons to Play, Pause and Stop the video but now I want a restart button. Anyone know how to accomplish this Thanks, Dvl I found out something interesting. If I play the video and then hit the restart button with your above code in it, it does nothing. However, if I play the video, pause it, and resume it THEN hit the restart button it works. With this new information, how do you suggest I proceed Again, I really appreciate the help, Dvl MediaElement1.Position = TimeSpan.FromSeconds(0) try calling MediaElement1.Play() after setting the position lee d wrote: I tried with t ...Show All

  • Neal Sidhwaney Help me design my .Net 3.0 application?

    Hi All. I've been studying C#/.Net 3.0 programming ever moment that I'm not shacked to my real job. I can say that for a guy of average intelligence who has been working in his sleep, Avalon allows me to do some amazing things and pretty quickly too. Where I'm having trouble is my high level plan. I thought If I laid it out here someone might be kind enough to give my a push in the right direction. The program description: It is a e-Book of interactive puzzles. Each puzzle has a graphical representation of some physical reality and controls that allow you to manipulate that reality. ( Start engine # 1, run engine #1 at 300 RPM, etc.) The Quester is then given a brief written introduction followed by a serious of t ...Show All

  • Seppe001 warnings in Code Snippets Output for snippets in My Snippets folder

    Hi Everybody, I've got a strange problem with Code snippets I've created for C# (I'm using VS2005 for Developers). I've created the snippets xml files (using snippy) And put them in Visual Studio 2005\CodeSnippets\Visual c#\My Code Snippets The snippets I've created work OK, I can add them from the Intelisense menu, or by writing the snippet shortcut and pressing TAB. The problem is that I keep getting these warning in the Code Snippets Output window C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code Snippets\events.snippet: Missing or unspecified Language attribute C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code ...Show All

  • chipjollyroger Arrange with no ArrangeOverride call

    Hello there, I have a panel with some children on it. I use a custom logic to arrange its children, which is accomplished by Measure & Arrange overrides. That works fine. Under certain circumstances children of my panel get rearranged with NO(!) ArrangeOverride call (if it would be called, it simply won't let to re-arrange children the way it happens). Those circumstances include but not limited to the following cases: adorner was added for the parent of my custom table, another element was added as a child for the parent of my custom panel. I'm wondering WHEN and WHAT can cause repositioning of child elements bypassing ArrangeOverride Here’s my understanding - when arranging, using Arrange(Rect) no changes to Margin happ ...Show All

  • Diane Landen Word 2003 customization load time

    Hi, I created a VSTO 2005 customization DLL for WORD 2003. This customization DLL is attached with various WORD templates on users machine. My problem is that sometimes this DLL takes a lot of time to load. I have noticed that this happens when a template with customization is opened for the first time after reboot i.e. on the cold startup, not when the templates is opened subsequently i.e. on the warm startup(except for few cases where it takes the same time as of the cold startup, even when some of the templates are already opened). The load time at cold startup is large. This might be because it performs various steps before exceuting customization assembly, such as 1) Loading of VSTO runtime 2) Creation of app domain ...Show All

  • Henrik Dahl Install local help

    How do I install the local help You need to download and install the MSDN Library: MSDN Library Although the title reads that it is for Team Edition for Database Professionals, it is actually the MSDN Library from December 2006 with updated content for all Visual Studio 2005 editions and more. ...Show All

  • Summoner Documenting overloaded methods and Sandcastle

    I'm a bit of a newbie using Sandcastle, so please bear with me. I'm at a lost. I cannot find out how to document the collection of overloaded methods. For instance. Say I have four overloaded Add() methods: public void Add( string name) public void Add(string name, Socket socket) public void Add( Socket socket, RobotPart robotpart) public void Add(string name, Socket socket, RobotPart robotpart) It looks to me as though Sandcastle, by default creates a folder for all of these Add() methods, and randomly chooses one of the headers as the folder name (again please bear with me about the names I am using) Now, within a summary tag for another method, say GetSomething(), I want to place a tag which wil ...Show All

  • reshadi ASP.NET Client -WebReferences Changed The Interface

    public interface IMyService { [OperationContract] double Add(double n1, double n2); } -> public void Add( double n1, bool n1Specified, double n2, bool n2Specified, out double AddResult, out bool AddResultSpecified ); Are you using Add Web Reference in VS2005 or Add Service Reference in VS2005 + the VS2005 Extensions for .Net Framework 3.0 Or you can also use svcutil.exe from the cmd line WCF tools to generate the client side code. Thanks, Ford McKinstry Indigo Program Manager I am receiving the same problem. On the same machine, I compile the "Getting Started" WCF sample solution through VS2005. I then use VS2003 to try and consume the web service through a VB.NET clie ...Show All

  • Sapineni Getting XAML parser output to develop a XAML viewer

    Hi, I am trying to find a utility converting a XAML file to c# code, which could then be re-used to implement an "advanced" XAML viewer (essentialy implementing a zoom function which is not curently available in IE or Xaml Pad). So here are my questions: - Does such a viewer already exist - If not, how can I use the XAML parser to read a XAML file and convert it in objects in my c# viewer project Thank you, David Ok thanks. I'm not sure if such a viewer already exists, but you can use the System.Windows.Markup.XamlReader.Load() static method to convert XAML to .NET objects.  This blog entry of mine http://www.infusionblogs.com/blogs/jsmith/archive/ ...Show All

123456789101112131415161718

©2008 Software Development Network

powered by phorum