Application configuration file
Dear all,I have build a WPF application which is connected to a local SQL server database. The database request are send from the application through a WCF services.The WCF services endpoint...
View ArticleWPF DataGrid saving data only after moving to next row.
Hello guys....I have a datagrid which I've managed to make it work the way I wanted. When the user enters or updates data in the row and then moves to the next or previous row, the information is saved...
View ArticleHow to fill color in specified region in circle
this circle has 4 segment.Each segment has 25% area of total.I want to fill color in 2.5% of a segment from center and also want find the co-ordinates of the point where 2.5% region ends.please help.
View ArticleDoubleClick Event on dynamicly generated ListBoxItem
Hello.I've got an ListBox that has an DataTemplate and that gets automatically filled. It works very fine but I want to get the text of a TextBlock that is inside the DateTemplate of the clicked...
View ArticleNovember on TechNet: Calling All WPF Gurus - Enlighten Us!
"An influential teacher, or popular expert" Oh mighty reader, we need your enlightenment! Only YOU can show us... the TRUE WAY to code! Win the love and adoration of generations to come, by giving...
View ArticleImoprt text to textblock?
Hi, I have a problem with importing texts to textblock.how many way is there for importing text to texblock or ..., unless copy paste to text block?is there limitation for characters in textblock?if...
View ArticleListBoxItem MouseBinding in ControlTemplate InputBinding not Working MVVM
I have a WPF .NET 4.5 app. I am trying to bind the mouse double click on a ListBoxItem but it does not work. To demonstrate I created a brand new WPF project in VS2012 called "WpfMvvmApplication1"...
View ArticleHow to scroll listview on dragging of listviewitem in C# WPF App?
<ScrollViewer Template="{StaticResource ScrollViewerControlTemplate}" ><ListView x:Name="AllFunctionView" Background="#1b1b1b" Margin="15,0,15,0"...
View ArticleWPF click event never fires!!!!
I have a simple menu in my WPF applications and no event want to fire. I tried both ways, either double clicking the corresponding event at the "events" windows besides properties, or give a manual...
View ArticleWPF Disable CharmBars
i need to disable the charmbar when i have a wpf app running on fullscreen, there is a way to accomplish that? i need to disable it because is a touch screen app and i dont want user to switch to other...
View Articleskype integration in wpf application
hi, can anyone tell me how to integrate skype into a wpf application and it should be opened within that application. So plz help me thanks in advance
View ArticleHow to change a listbox item height dynamically?
Hi buddies, I am newbie to wpf programmer,now I add a listbox to a window and edit the listbox container style to include a textblock and rectangle in a gridpanel, I've bound the item data to a...
View ArticleHow to prompt outlook send email windows by c# pragmatically?
Hello,I am developing an WFP application under Windows 7 and Outlook 2010. I have following class to send email pragmatically. But I want to prompt send mail windows before sending it, so that user can...
View ArticleAnimate based on Routed Event
Hi All,In my application I was mouse down the Main Window, the bottom of the widows Border height animated 0 to 100 like below code snippet<Window.Triggers> <EventTrigger...
View ArticleNull Reference in .NET Framework on Surface Pro Windows 8.1 When Keyboard...
Our application started crashing on Surface Pros when 8.1 came out when the user unsnaps or snaps the keyboard. It only happens periodically but is repeatable. As far as we know this is not happening...
View ArticleWPF - Load image from stream - Error No Imaging component found
I'm trying to load a image at runtime from memory stream. The stream itself is from byte array obtained from C++ DLL of a DICOM image. I'm trying to set the stream to the bitmap object & then load...
View ArticleDataset bound to collectionviewsource - how to add a new record WPF C#
HiI have a WPF form bound to a CollectionViewSource which is filled by a dataset table adapter.This works well - I can navigate through the records and save changes back to the DB.I used this...
View ArticleRequest for the permission of type 'System.Security.Permissions.UIPermission,...
Hi I have WPF application using VS2010 ultimate, what i have found this issuse comes unfrequently, when i run my application on Window XP SP3.just want to share more information , my all project...
View Articlewpf combo bind to list(of T syntax question
With this code, a combobox is bound very simply with 2 items: PartBCombo = New List(Of PartBBilling_Combobox)() From { _ New PartBBilling_Combobox() With { _ .PartBLookup_CPTCode = "D0001",...
View Article