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

Software Development Network >> Visual Studio

Visual Studio

New Question

VSTO Editions
Using Crystal Reports 10 with C# EE 2005
Running Total not appearing
xaml in IE6 only animates on startup screen on multimonitor
DataContractSerializer Configuration Error
aggregate functions vs. scalar functions
Must uninstall VS2003?
Infopath as editor
Beginner question.
WCF generated XSD and ExtensionDataObject

Top Answerers

Mik Dennet
Leonat
RainmanRam
VikasChandVerma
_Bosch_
ErikHom
mciv34
wintergreen-joe
Pavan Apuroop
flep
eGloo Technologies
Only Title

Answer Questions

  • Ryan Hanisco sheet change event target (range) and named range

    Is there a simple way of finding out that the change event target (which is a range) is part of a named range without matching cell references or addresses I have sheet that has a named range on it and I am creating several copies of this sheet via code (copy method). Throuble is there is no code behind for me to put the sheet's named range change event and handler so I thought I will handle sheet change events and figure out if the change happ ...Show All

  • Ron Rice DSL and GAT demo

    I saw previous posts that there will be a demo presenting the complimentary work of DSL Tools and GAT demo. Is there anything available yet Do you know any recent presentations on DSL and software factories, excluding TechEd05 And this is a question that I have to ask: How are DSL Tools different from a simple code generator Is it only the designer support Thanks, Martin Kulov http://www.codeattest.com/blogs/martin Hi, ...Show All

  • abcdfrx ResourceDictionary Source="~/test.xaml"

    In september ctp I can set "Source" to execution directory based path to loose xaml,is something changed in november ctp It wan't work anymore.And if it really changed,why Thanks. Nice find ,if you try  PackUriHelper.Create(new Uri(" file://h:/./test. xaml")) System.ArgumentException: The URI should not be absolute (absolute URI consists of scheme name, authority).    at System.IO.Packaging.Pa ...Show All

  • Jon Angel Debug a native application without create a solution/project

    I would like to debug a application without create a solution. It's possible leandro Oliveira wrote: I would like to debug a application without create a solution. It's possible Leandro, Yes, this scenario is covered in the documentation. See the topic, "How to: Debug an Executable Not Part of a Visual Studio Solution" under "Debugging in Visual Studio"/"Debug Settings ...Show All

  • Jesse Anderson What happened with INotifyCollectionChanged in May CTP ?

    INotifyPropertyChanged is still there but it seems INotifyCollectionChanged was removed. What's the new interface that replaces INotifyCollectionChanged in May CTP See http://blogs.msdn.com/tims/archive/2006/05/23/605418.aspx for the changes Afaik, this hasn't been removed. System.Collections.Specialized.INotifyCollectionChanged is still in WindowsBase.dll. Also, please refer to the release as ...Show All

  • J.A.J. Pass argument to template

    1)  hello all, is there a way to send command line arguments to vsto template that i created, like we send in a normal windows application usage for I have a vsto 2005 word template that loads another doc file text into it so i could use the action pane on the document template. i want to open that template from command line and send as argument the doc file name from which i want the template to load all data. Is there a way to do so 2) ...Show All

  • Mercury how to put glass borders in a application?

    Hi friends! I have the January CTP, and i am trying :) How to put glass borders in a application thanks! hi, Ensure your window is not maximised and you are not using this.WindowStyle = WindowStyle.ToolWindow; in your XAML code behind please drop me a personal e-mail to continue with glass advice.... craig kelly-soens - Windows Vista WinFx XAML .Net Evangelist http://www.XpectWorld.com - customised "super-easy to us ...Show All

  • elmtree95 Excel 2007 VSTO Addin UDF

    How do we expose a UDF out of an VSTO v3 addin so that it can be used in a cell I agree a more general mechanism is needed for UDFs to be useful from Excel Add-Ins. Any workarounds For example, can this VB macro be added programmatically to the current active workbook from the C# Add-In itself Thanks, Andrew Cool! Looks like a C# wrapper could be written to do t ...Show All

  • CoolVanilla ... like in Ruby

    Is it possible to extend int (simple types) to be able do something like in this code, written in Ruby 3.times { print "X " } For the moment, you have to write it like that: delegate void Procedure(); static class TestExtensions {   static public void Times(this Int32 subject, Procedure procedure)   {     for (int i = 1; i <= subject; i++)   &nbs ...Show All

  • Paszt MS: Please release an assembly containing Func<> :)

    The Func<> delegates are already useful, and are trivial to create on our own.  However, without some canonical distribution of them, there are going to be problems coordinating the use of them pre-Linq. Would it be possible to release a live MS version of them, not bound into the Linq preview, to eventually be folded into the main framework, so we can all use the exact same namespace/version and not keep recreating things Unless you ...Show All

  • SWhittet Reportviewer and credential

    Hi, I would like to create a link between my report server (SSRS 2005) and my ERP   But when  I compile I have this message : The request failed with HTTP status 401: Unauthorized. I add a network credential as I saw in sample. But I have another if (!IsPostBack) {    ReportViewer2.ServerReport.DisplayName = "Text Report Viewer" ;    ReportViewer2.ServerReport.Report ...Show All

  • Axe22 Adding controls to container

    It is probably a stupid question but... How can i add a control to its container using Cider , let's say i have a wrappanel how can i drag a control inside it tried all alternative but got no luck...   For Canvas, DockPanel, Grid, StackPanel you should just be able to add the control as you would in Windows Forms using one of the following gestures: Click-Click - Add a control by selecting on the tool box (Click) and cli ...Show All

  • Imtiyaz Thange Localizing (Globalizing) the ReportViewer Control itself

    There is already a thread discussing the localization aspects of the reports itself. I'm interested in understanding how to localize the ReportViewer control itself (e.g. changing the ToolTip Texts to German, the labels in the control to German etc.) TIA Juergen Thanx, that's exactly what I looked for. Hi Juergen, You can implement the interface Microsoft.Reporting.WinForms. IReportViewerMessages Visual Studio has this nice featu ...Show All

  • GMG_NetCoder what is the best method to let the Actions pane refresh?

    I have a VSTO Excel workbook that loads a CSV text file 138 MByte big  [ --- don't ask why :) ---], chop it in several pieces, format it, and load it in a final workbook. The whole operation takes about 2 minutes. All the logic so far is working great (I am programming it in C#). The only issue I have is that I am using an Actions Pane that tells the user about the progress of the operation. In  the pane I have a text ...Show All

  • kabuki Confused on Avalon WBA, plz help !

    Hi guys, I have spent more than a week to find out the new features that avalon applications WBA have over the existing web applications. and I am really messed up with the way it works, here are some descriptions that I have till now, plz point me out if there is anything wrong. 1.  the WBA will be downloaded into the clients cache to work 2.  WBA works similarly as a normal windows application p ...Show All

123456789101112

©2008 Software Development Network

powered by phorum