Answer Questions
dkonyayev Replacing the +/- in a TreeView
Is there a good way to replace the +/- buttons on a TreeView HierarchicalDataTemplate doesn't seem to be the right choice, and I don't know how to use a ControlTemplate with a TreeView. Thanks Hi Jordan, Have you given Microsoft Expression Interactive Designer a shot at this ( http://www.microsoft.com/expression ) Though we don't allow you to author HierarchicalDataTemplates in the tool, if you only wanted to change the template o ...Show All
Greg Schneider Ink Over Video
I am trying to allow the user to draw on top of a mediaelement(video) when the clip is paused. I have tried overlaying an inkcanvas over the mediaelement and also placing the mediaelement as a child of an inkcanvas. Using both methods, when the user draws on the video it tears (the underlying video isn't refreshing the current frame). The best solution I have come up with is grabbing the current frame as a bitmap when the user pauses and overlay ...Show All
Julian Kooiker@HGH GUID Clash vsWindowKindTaskList/vsWindowKindSolutionExplorer
I'm externally automating my Visual Studio builds. I'm trying to access the buglist from the Task List. However, it appears that the GUID listed for the task list is the same as that for solution explorer. ie. vsWindowKindSolutionExplorer {3AE79031-E1BC-11D0-8F78-00A0C9110057} vsWindowKindTaskList {3AE79031-E1BC-11D0-8F78-00A0C9110057} I'm assuming this is a documentation error ...Show All
CRasmussen DLinq: IDENTITY and TIMESTAMP columns with INSERT stored procedures
Without an [InsertMethod] specified DLinq creates an INSERT statement that does the insertion and selects the IDENTITY field (and timestamp column, if specified). With an [InsertMethod] returned values do not seem to be being read back into the object even if returned by the stored procedure. I've tried returning just Id and timestamp (as per DLinq-generated statements) and returning whole row. Does DLinq try to read values returned from I ...Show All
Senthil Kumar.T.D VS 2005 Setup Errors
I am trying to setup "Visual Studio 2005 Team Suite Edition Beta 2- English" on my machine. I am currently have vs 2002 and vs 6.0. It says.. The following component failed to install X Microsoft .NET Framework 2.0 Beta 2 The following component was not attempted X Microsoft Visual Studio 2005 Team Suite Edition Beta 2- English Error Log [06/08/05,16:57:30] VS Scenario: [2] *** Blocking Components exist and must be satisified before ...Show All
Russell Mangel Pie Chart Problem
Hello, I have included a pie chart in my report. The data for the pie chart comes from a table that looks like this: Days RfsType ----------------------------------------------------- ------- 171.0 DEVBP 103.5 DEVIN 2.0 DEVMA 178.6800000667572 BUG 0.0 DEVLE 18.5 CLQT On the pie chart ...Show All
DJ_2007 SVCUTIL only generates config, no proxy class
First, let me set up my scenerio before I ask my question, because my approach to the scenario may be wrong to begin with: I have my Service Contract (interface) in a seperate DLL (MyContract.dll) than the Service implementation (MyService.dll) because I wanted to deploy the interface with the client (as well as the service) so that I can have the option to bypass the WCF Framework if my service is running on the same machine as the clien ...Show All
Michael Ritzcovan MSFT Retrieve in-report data
Hi all I'm wondering if it's possible to get the data saved on a RPT file wich contains the report data (report using its own data, not connecting to any DB), without having to export the report to any format. I'm not experienced, sorry for any imprecision! Carlo Hi Keith I want to acces report saved data and export to a Sql Server database. By now I just export to excel and then import the data to Sql Ser ...Show All
Bin Liu Specifying non-attribute data to a Task
I understand how to write tasks for "simple" definitions (i.e. all necessary data encoded in node attributes), but I've done a fair amount of research and testing and I can't figure out how to write a "complex" task. What I'd like to be able to do is parse the following: <MyCustomTask x="x" y="y"> <MyItem a="a1" b="b1" /> <MyItem a="a2" b="b2" /&g ...Show All
rschnell Outlook Schedules, Meetings and Tasks
Hello, I am at a cross-road with regard to designing a new scheduling app for a customer. I can go with the way I have done it in the past and develop the UI, Business and Data layers in a typical client app or I can look at using VSTO. My dilemma is that I will not be using MS Exchange as the source/storage for Scheduling, Meetings and Tasks (I will use SQL). So can I use MS Outlook 2003 with VSTO but use SQL as the data source and have the ...Show All
Jay Jones Locking one of the Editor's logical views at runtime
I have implemented a editor using MPF. The editor provides two logical views, a debug view, and a designer view. I would like to have the designer view locked (i.e. it's still shown as one of the tabs but user cannot save) when I have the debug view opened. I have tried setting the locks on Running Document Table, but it seems like RDT cannot lock individual logical view of the same document. Is there any way to provide t ...Show All
net4subbu Grid DataBinding
Hi, Does anybody know how I can bind a collection of objects to a Grid I have created my own Cell object with the properties: Point (X, Y) and Name (string). I want to populate a Grid with a list of Cell objects (List<Cell>). The content of the Grid will be generated using a DataTemplate (see example below). < DataTemplate DataType = " {x:Type t:Cell} " > < TextBlock Text = " {Bindin ...Show All
dalenewman Which plug-in does VSS 2005 Client uses?
On a computer, I installed the full VSS 2005 product. I only need the VSS client portion to access a VSS 2005 DB on a remote server. I know that the VSS Internet plug-in works from VS2005 since I can access the remote VSS DB. The VSS DB is configured to support both LAN and Internet. However, when I start the VSS 2005 Client GUI, I'm not sure which plug-in (LAN or Internet) is being used to access the VSS DB. Subjectively, access to the ...Show All
Mahesh Sawaiker Report Paths Issue
I have a report on a server under a folder. In setting up the ReportViewer control, I set the report path to "[folder name]/[report name]". When I ran this, I got the following exception The path must be less than 260 characters long and must not start with slash It turned out that the path in this instance must start with a slash. "/[folder name]/[report name]" Is this a requirement only when the report is in a sub-folder, or is ...Show All
BABSBINI ListView performance when resizing columns.
Hi, I'm using the ListView control with a standard GridView. I have about 8 columns bound to a DataSource (which inherits from Collection<T>) using aDisplayMemberBinding for each column. I don't give a CellTemplate - I just let the GridView display the values as Text. My problem is with Performance. I have about 250 items in the Grid (I'm going to need up to about 600), and yet already the performance is not good: specifically with r ...Show All
