Description:
Microsoft Windows newsgroup.
|
|
|
WPF MenuItem hiding
|
| |
Hi, I would like to hide selected MenuItem on <Delete> key press without closing the menu. My markup is: <Menu> <MenuItem Header="Menu"> <MenuItem Header="First" KeyDown="MenuItem_KeyDown"/> <MenuItem Header="Second" KeyDown="MenuItem_KeyDown"/> <MenuItem Header="Third" KeyDown="MenuItem_KeyDown"/>... more »
|
|
C# WPF show image in canvas
|
| |
Is it possible to show an image (read from file) in a canvas? Second question is: I have added mouse cursor file into resource file in a WPF project. This is byte array. Is it possible to use that cursor in code (to change current mouse cursor)?
|
|
ms chart controls
|
| |
I recently came across the microsoft chart controls that work with asp. Can anyone tell me if these can work with a WPF browser application? Thanks, Enda
|
|
wpf and reporting services
|
| |
Hi, Is it possible to get SQL Server Reporting Services reports to be displayed in a WPF browser application. I can not find the ReportViewer for WPF browser applications. Enda
|
|
BasedOn and theme switching => DynamicBasedOn extension.
|
| |
Hello, I'm currently working on a (yet another) theming library for WPF and I have a problem. I'm loading the theme at runtime, which means that I cant really use BasedOn tag on style. So far so good, I created a "DynamicBasedOn" tag that accept a DynaimcResource binding. This extension is working quite well except... more »
|
|
Dragging WindowsFormsHost inside WPF UIElements is possible?
|
| |
My answer is no. When mouse goes over WindowsFormsHost the parent of the WindowsFormHost does not see the mouse events any more. So there is no way we can drag WindowsFormsHost inside canvas. I have done lots of searches these days. I could not find any example. Please correct me if you think I am wrong. If you find an example please let... more »
|
|
DataBinding issue from datagrid
|
| |
<Style TargetType="{x:Type xcdg:DataCell}"> <Setter Property="ReadOnly" Value="False" /> <Setter Property="Background" Value="White" /> <Style.Triggers> <DataTrigger Value="True" > <DataTrigger.Binding> <MultiBinding Converter="{StaticResource equalsConverter}"> <Binding RelativeSource="{RelativeSourc e FindAncestor,... more »
|
|
WPF: can save a UserControl as XAML or BAML at run tiime?
|
| |
I have a UserControl whith Canvas as its content. It lets uses add controls, Labels, TextBox, Charts, into this UserControl. After user is done with it can it be saved as XAML or BAML file? So later user can load his file, and edit it. If the UserControl cannot be saved as XAML or BAML what is the... more »
|
|
Help needed getting started in the right direction
|
| |
I have created a class in a windows project as follows: Public Class CachedCollection _ (Of T As {Class, New, INotifyPropertyChanged, IReportEditState}) Implements IBindingList, ITypedList, IEnumerable(Of T) This class implements IBindingList so that it can serve as the data source to a BindingSource object.... more »
|
|
|