Answer Questions
Jeroen Bransen - J-Thread Customize ListView to GridView
Hi all, May I customize ListView to GridView to support binding data How to set line to ListView Thanks Steven Yes you can ListView/GridView to a data provider. You do this by setting it's ItemsSource property. Then you setup the GridViewColumns to bind to invidual fields via their DisplayMemberPath property or, if templating is required, via Bindings to elements within the CellTemplate. HTH, ...Show All
bmuraliusa HelpPlugin table in merge module for VS2005 doc
Hi, I have been trying to add my documentation to the Visual Studio 2005 beta 2 and VSIP SDK. I want to do this through the merge module MSHelp2_RegTables__RTL_---_---.msm and HTML_Help_Registration__RTL_---_---.msm. In Visual Studio 2003 the merge modules contained the Visual Studio collection files that were referenced in the HelpPlugin table. These files are not in the available merge modules in 2005. So what specifically should be entered in ...Show All
Mitch076 How to make a non-retangular display?
I wish to make a non-rectangular display like this Windows Media Player( http://journal.mycom.co.jp/news/2002/09/11/06cl.jpg ), How to do it (I have found some information on the web about WIndows form, but I can't find any for XAML) hi, are there any samples that shows how to create a non rectangular panle (like canvas etc). i understand that we need to modify the control template but if i have asam ...Show All
Cleber Dantas Where's the MSBuild Project Type?
There's a Makefile project in the VC project system which is handy for integrating old (non-VC) stuff into Visual Studio. I would like to the MSBuild equivalent. That way, I could move the old stuff over the MSBuild files. I would then expect the integration with VS to be at least as good as it is with makefiles (if not somewhat better - files in item groups would just show up in the project). ...Show All
Loderian VSTO & Access
Is there a way to turn a MS Access data base into a stand along application with VSTO without having to code anything I remember there used to be an old Developer Tools for Office long time ago that would do this. Thanks So, if we create an access application or form it can be deployed without having Access download on client's computer I want to deploy Access forms or Infopath forms to clients computer ...Show All
Pranav ObjectDataProvider
Hello all, I have a custom collection that inherits from ObservableCollection -- the collection constructor pulls data from a sql database and fills itself from the query. From what I've gleaned from MSDN and other documentation sources, if your collection constructor is set up to fill itself with data, and you declare an ObjectDataProvider in your window xaml file, the collection object will get instantiated and proceed to populate itself with ...Show All
feilng EnvDTE80.TextDocumentKeyPressEvents.BeforeKeyPress functionality
This is my first VS Addin, and I need to trap on keystrokes so I was happy to see TextDocumentKeyPressEvents.BeforeKeyPress in DTE80. The problem is that I need to trap on keystrokes that are not necessarily alphanumeric, which according to my testing within the debugger and the fact that it passes in a string confirms this. So my question is there an event that will handle ALL keystrokes, and not just alphanumerics Thanks P.S.&nbs ...Show All
Michael-T BamlParse Exception recieved when adding event handlers to a button....
So, I've got a pretty simple example of a dialog and I've got it narrowed down to the point where I only recieve the exception when I include the following snippet of code. this .addButton.Click += new RoutedEventHandler (addButton_Click); The method implementation is dirt simple and is listed below. public void addButton_Click( object sender, RoutedEventArgs e) { MessageBox .Show( "Pressed add!" ); } ...Show All
JRClark How to determine which part of a FlowDocument is visible in a FlowDocumentReader?
I can't find any way to determine which part of a FlowDocument is currently visible in a FlowDocumentReader. Any ideas Thanks, I'll try that out. I've found a workaround for the FlowDocumentReader, by walking the visual tree upwards from an element that is on the current page until an instance of type MS.Internal.PtsHost.PageVisual is reached, and then iterating over all visual child nodes to determine all the other elements on ...Show All
russ_mac Problems with Ink Analysis
Using the Windows SDK from Dec CTP I get the following when calling inkAnalyzer.BackgroundAnalyze(). Could not load file or assembly 'IALoader, Version=1.7.5333.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Is this a problem with my setup or is the assembly really missing Does anyone else have this I had the Mobile and Tablet PC SDK from PDC install ...Show All
trehberg ToolboxItem attribute not honored by AutoToolboxService in VS 2005
The service that automatically creates toolbox items is not using the correct class: it ignores the ToolboxItemAttribute on the component that specifies which ToolboxItem-derived class to use, and instead creates a ToolboxManagerToolboxItem. The result is a bunch of unusable Toolbox items. We have already logic to populate the toolbox with a correct ToolboxItem whenever the designed class is opened in our graphical root designer. So we h ...Show All
SimDim Error: "data\rights.dat is already open"
Hi, I've just installed Visual SourceSafe 2005 on a Windows XP Professional SP2 machine. I'm not sure right off the bat if that's the problem because scouring the web, I've not found any location that lists the system requirements for this software. In fact I can't even find the official Microsoft Page for this program! Is MS downplaying its existence to get people to migrate to TFS Anyway, after creating the SS database, I tried to add a ...Show All
CBrookes86 VS 2003 vs VS 2005
Up to yesterday I was a happy person. For a while... I had used IIS5 PHP MYSQL URLSCAN but had already installed my VS 2003 with NFWK 1.1 and all updates ! Also able to creat WEB applications on http://localhost/anyname I said myself let's test SQL databases beside MYSQL with VS2003 in order to create much direct datasests and populate grids ! So I've downloaded SQL Express 2005 and tried to install it . But Netframework 2 was needed so I've ...Show All
nathan_k_c Can't see the data in the report viewer
I'm pretty new to this version of reports but wanted to try it. So far everything works fine but I can't see any of my data once my report opens in the report viewer. I did the following: 1. I created a local report (TerminDruckversion.rdlc). 2. In the data source window of the report I added a dataset of my project, DataSetTermin. This dataset only contains one table, termin. 3. Now I drag and drop a few of the data rows onto my report ...Show All
sundanceca Send RichTextBox (RTF Text) contents in Outlook email item
I have written code in vb .net that uses outlook.taskitem. I create my body part using my data which is stored in a string. When using outlook 98 the formatting is fine in the body of the task created in the public folder, but when I upgrade to Oulook 2003, the body of the task also shows the formatting i.e. {\rtf1\ansi etc. What is the best way to overcome this Actually, according to the code you have, I wou ...Show All
