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

Software Development Network >> Visual Studio

Visual Studio

New Question

Looking for a programmatic HierarchicalDataTemplate example
SQLServer 2005\ Visual studio 2005
DocumentViewer print preview
EXCLUDE-like command for labeling sources in VSS
ReportViewer Memory Leak
Change 'arrowStyle' of a connector at runtime
VSS 2005 And VB6
Simple bindng failing that worked in Feb CTP
Visual Studio Tools for Office
WinForms.ReportViewer - Drillthrough event

Top Answerers

PaoloQuadrani
Andreas Haeusler
Mike1234
Greg Chappell
Philipsb
Byteproducer
Sergey Barinov
Scott BAldwin
SiaugauZ
Jonathan Scott
SMS ActiveX
Only Title

Answer Questions

  • Anna Ahn Beginner question.

    Beginner question. How can I label recursive a project or directory I tried attaching the label to a project but then check the subproject and the label is not attached. Thanks, Monica I tried the command and I'm getting that -R is not a valid switch. C:\VSS_ILM>ss Label $/ILM -R -L01.00.00 -R is not a valid switch, and will be ignored. Continue anyway (Y/N)n Thanks, Monica ...Show All

  • Guruper How to Populate the value Dynamically in the DropDownList.

    Dear Friends, I developing some infopath Application. I have to populate the Values to DropDownList Dynamically...thats means by coding...By coding I have to connect the Database and retrieve the Value for the DropDownList and populates. I am get the DropDownList from the Design mode like this, IXMLDOMNode ddlCustType = thisXDocument.DOM.selectSingleNode("my:myFields/my:ddlCustomerType");   After that I dont know the next steps.. ...Show All

  • aguess XamlReader.Load error

    Hello! I’m trying to import XAML from files to my project.. however it f-cks when I’m trying to convert the XamlReader to an UIElement. My code is as follows: ( cheers sheva!) private void loadXaml() { StringReader stringReader = null ; XmlTextReader xmlReader = null ; string xamlDocument = "c:\temp\test.xaml" ; try { stringReader = new StringReader (xamlDocument); xmlReader = new XmlTextReader (string ...Show All

  • Gerard van de Ven Crystal Reports asking for login with non-database linked dataset

    Here's my problem:    I have data I am storing in a data table and then putting into a dataset.  I have a schema I have created for the dataset defining each column type.  This dataset has nothing to do with a database, but when I try to use it as a datasource for a crystal report it asks for a database login.  Will Crystal Reports not function unless connected to a database   I have several instances where I w ...Show All

  • DLASKEY Report Viewer Export Feature

    does anyone know of anyway to execute the export to PDF feature of the reportviewer in code i was thinking i could use reflection to do it but have not been able to. any ideas Ren: I've not had that error that you describe. I always use the "Open" instead of "Save".  I leave Excel and Reader closed. Permissions issue perhaps Good luck Regards, Michael Shorten   Does it render correctly if you write the P ...Show All

  • Titou MouseBinding - CommandParameter - DataContext

    Hi All, Since the Command property in MouseBinding is not a DP, I created a static command for this property. Something like: <MouseBinding Command={x:Static local:ViewModel.MyCommand} .../> In this case, because MyCommand is static, so I need to pass something to the CommandParameter, do you know any easy way that I can pass the data context of the parent container to CommandParameter (CommandParameter is not a DP either) Than ...Show All

  • JSkinner NavigationWindow and Run-time parsed page

    Hi there, my issue is that I cant navigate by NavigationWindow.Navigate to run-time parsed xaml page(by XamlReader). Page has no logic, just gui. Here is some piece of that: 1.XAML --------- <Page ....> <Page.Resources> <!-- Styles for layout here --!> </Page.Resources> <DockPanel> <Grid><Button></Grid></DockPanel> 2. C# --------- public class MyPage : ...Show All

  • gchornenkyy Can you defer property evalation?

    I have a catch-22.  I have a property called "OutputPath" defined in my targets file.  I also have an empty property called VcOtherFlags defined in a target in my targets path that allows folks to add in addtional compiler flags.  Now here is the problem.  If I do this: <PropertyGroup>     <VcOtherFlags>-I$(OutputPath)</VcOtherFlags> </PropertyGroup> <Import Project="..\foo.targets"/& ...Show All

  • Tulkinghorn PLK Submission and the VSITsignoff.xls spreadsheet

    Hello, As I was going through the February 06 help I was following through how to submit for a PLK for distribution. I was going over the sections for the VSIT and the signoff checklist. When I was reading it, I was under the impression that it needed to be filled in and submitted for a PLK... But when I looked at the PLK submission area in the VSIP control panel there is no area for submitting it. Is this checklist just to help you out ...Show All

  • d_a_heitbrink CR and VS2005

    I have VS2003/CR app that I'm converting to VS2005.  On my test machine the app runs fine, but on our production server I first got error messages dealing with CrystalDecisions.CrystalReports.Engine.dll v10.2.510.14.0 CrystalDecisions.ReportSource.dll v10.2.510.14.0 CrystalDecisions.Shared.dll v10.2.510.14.0 CrystalDecisions.Windows.Forms.dll v10.2.510.14.0 where not found, so I included them in the deployment project.  now I get the ...Show All

  • randomwanderer Getting events when the contents of a Word Range is modified.

    Hello,   I am trying to implement a spell-checker-like service in Word using VSTO2005. My office solution must be able to check a piece of text in a document and to update the checks dynamically as the text is modified. I am planning to use a bookmark or XML tags to specify the text regions that must be validated. My problem is that I do not find any event that would be triggered when the contents of a given range is modified. I ...Show All

  • David Seay 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 First - ...Show All

  • hoffi Distributed Calculator Tutorial

    Hi, Sorry for my dumb questions but I am new to WCF. I am trying to run the distributed calculator tutorial found on msdn and I am having a bit of trouble. After spending some time on this forum I was able to find out and decifer some of the new names for the configuration tag attributes. I finally got my service up and running and it is hosted on IIS. Aftwer I got my service up and running I proceeded to create my proxy classes with svcuti ...Show All

  • Euge GIm Display the current date in a report

    Hello, I added a textbox in a report. The value property of this control is setted to =Now(). But it doesn't work at all. I get an error: HRESULT 0x80131418 Isimply want to insert the current date to the report....could you help a new Reporting control user Best regards, Thanks Robert, But the problem is that I use the reportviewer inside a VSTO project....IT seems to be a security issue. ...Show All

  • BG77 Binding to Window property

    I'm trying to trigger an animation based on a change of a value of a window's property. Basically what I have is a class 'VisibleItem', which implements INotifyPropertyChanged and is exposed by my Window1 as a property also named VisibleItem. Like this: public partial class Window1 : Window {    public VisibleItem VisibleItem {             get {... }   } } The XAML looks lik ...Show All

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum