How get barcode reader value in TextBox
Hello,How to get barcode reader value in TextBox.
View ArticleRuntime binding change + unexpected event firing issue WPF
I change binding at runtime with datatriggers in XAML like this:<ToggleButton Checked="MinSyncX_OnChecked" Unchecked="MinSyncX_OnUnchecked" TargetUpdated="FrameworkElement_OnTargetUpdated"...
View ArticleHow to Merge cells in gridView columns following mvvm.
Hello, I have an app (following mvvm pattern) with columns asLeft ColumnRight Column11 1221223132These columns resides in gridview which has Listview as the root. Is there any way i can merge the left...
View ArticleCalling Class property in Resource XAML gives error
I have written code to attach a property Mask.But iam getting the error Cannot resolve the Style Property 'Marsk'. Verify that the owning type is the Style's TargetType, or use Class.Property syntax to...
View ArticleHow can I limit the fonts in the Character Map (charmap) and reinitialize the...
In a WPF application I have a RichTextBox in which users will be inserting text. I also must give the user the ability to insert characters. To do so I have called up charmap.exe using...
View ArticleDynamic Data Display Getting Started
Hi,I downloaded DynamicDataDisplay.dll and added to my WPF project's references. Then I added the simple code that is shown on https://dynamicdatadisplay.codeplex.com/ home pagelinegraph.Plot(x,y); //...
View ArticleAnimating an AttachedProperty causes slider control to stop working
I have a small app that I am using to try and tame the Volume property of the MediaElement.The real app that I need to fix is a media player app but it has so much code/XAML I am using the "test" app...
View ArticleGet Cursor Postion in Access Text Box using VBA
I want to be able to find the position of the Cursor inside a Text Box control using Access VBA.What I have in mind is to be able to insert standard text phrases into existing text inside a Text Box,...
View ArticleSet UserControl's dependency property during design-time
Hi,Is there a way to set the design-time value of a UserControl's dependency property? Not when I'm using this UserControl, on a Page, or something but when I actually designing the control. (I would...
View ArticleExport DataGrid to excel with formatting VB.net WPF
Hi allI was able to run code for exporting DataGridView to excel in VB.net desktop application. Now, I would like to do this in WPF desktop application with DataGrid. I'm using this code:Dim xlApp As...
View ArticleChange active window titlebar color
Hi,I have build custom titlebar and I have fixed color for that titlebar.Now, I want to change the titlebar color e.g like in windows when you click on window then color of titlebar is getting changed...
View ArticleProblem With ComboBox Selection Changed Event
I need a code In WPF that can bemodified text ComboBox inSelected Changeeventto raise output., But at run time,change the text before it issent to the output. Please help meمن به کدی احتیاج دارم که...
View ArticleI need to have the equivalent of this code in WPF...
My Code in C# private void ComboBoxSelectedIndexChanged(object sender, EventArgs e) { if (cmbGorooAsli.SelectedIndex >= 0) {...
View ArticleUser Control with combobox
I created a UserControl with TextBlock, TextBox and ComboBoxI have MainWindow with TabControl and this tabcontrol has several UserControls, one UserControl per TabItemThe UserControls in TabItems have...
View ArticleHow to write to metadata.Location?
Hi everyone, I want to write a new location data into a picture by using Clone method of Bitmapmetadata. However, it is read only. So do you know which way I can do to write to the location of the...
View ArticleI Cant Use Dialog Boxes In My Project
Please See this Link And Help Mehttp://social.msdn.microsoft.com/Forums/getfile/443032
View ArticleStill problems with THIS forum not others
I am still having problems with this forum. The filters will stay as Unanswered and there is nothing I can do to stop this. Other forums work fine.Perhaps if MS employees would stop moving my posts...
View ArticleXBAP ApplicationAssertion
Hello,My XBAP application is working in fine when accessed directly, however when I try to access it through IBM Webseal Junction (single sign-on, after authentication forwards request to my webserver...
View ArticleKey Binding does not work always in MVVM application
Hi,I have a Usercontrol which is designed as an MVVM application and hosted in another WPF application(by other parties).Usercontrol is composed of Left side and Right side usercontrols.To add the...
View ArticleIn WPF how to resize the columns with min width set in DataGrid width set to...
Hi,My application is like, user can add columns as many as he wants to DataGrid at runtime. And datagrid should also have automatic width when user resizes the window.For this I have a datagrid width...
View Article