CefSharp library WPF, User Interface block/stuck while loading of any web URL
Hello, We are using the CefSharp WPF version ( https://github.com/cefsharp/CefSharp ) in our WPF window/desktop app. We are using .net framework 4.5 along with the 64 bit version of the CefSharp...
View ArticleHow to get current index of child control in a parent control upon key down?
HiI am sorry. For asking such simple question, I have struggling to find the answer but failed. So posting here. A stack panel has five text box. I want to know when ever user types in a text box, the...
View ArticleAdd Vietnamese string in to Resources.vi-VN.resx, but it always shows garbled...
Dear, I'm trying to fulfill multi-language function in my project, and it's almost finished. But there is a problem that confuse me a lot.I add Vietnamese in the file:Resources.vi-VN.resx, which is...
View ArticleCreating a WPF window and open its dialog asynchronously on button click.
I have a WPF App in which i have to open a new WPF window on a button click asynchronously as it takes a while due to long running process.I tried to create a Task an tried to open Window on...
View ArticleWPF Close Button DevExpress
I Used WPF white DevExperss but using the DevExpress Windows close button is disappears.How to get back close button?
View ArticleBinding ToolTip at ContentPresenter to DataColumn's ExtenededProperties
I have a DataTable dt with some Columns. Some or all of the columns have ExtendedProperies with key value 'ToolTip'.I managed to put the tooltip in place in code behind but the need is to do it within...
View ArticleHow to resize the texbox according to the content once the textbox text is...
HiI am kinda new to wpf. I have stackpanel in the application. I am adding textbox programmatically. Textbox is the children of the stackpanel. I have set textbox textwrapping to wrap. If I run the app...
View ArticleWPF application and opening files in Excel
I have the following code below. I am seeing an issue at a few customer sites where once they save the file, it is bringing up the save dialog box AGAIN and trying to save it again instead of actually...
View ArticleAfter click YES for message box, code is not firing
After I click YES for the WinUIMessageBox, then my code is NOT fired at all after exporting out large files to excel via my pivot grid. If the excel export is small, it works fine.What could be getting...
View ArticleSuggestion for multi threading
Hi guys,I am hoping someone can help as I have been scratching my head for a while, I am creating an application in C# WPF.My main window has lots of checkboxes which basically creates a mdx query sent...
View ArticleVisual studio upgrade field "does not exist in current context"
I just installed Visual Studio 2017 and imported my 2013 project. However I am getting error with fields that are defined in my WPF that I previously wasn't getting in VS 2013, that the field "does not...
View ArticleWPF Update Layout if content is hidden
Hello I'm trying to solve how to update layout in WrapPanel, I have childs in Wrappanel and some of them is set to Visibility.Hidden, but layout now shows spaces between childsCode Below:<WrapPanel...
View ArticleImplicit style will not apply to custom lookless control with default style...
I have created a custom, lookless control to define a set of common functionalities and a common look for all pages in my project. I added the appropriate default style key override, added the required...
View ArticleHow to move text typing from one textbox to another text box, if first first...
HiI am kinda new to wpf. I am working on a simple text editor application. When a user launches the application, a stack panel with certain height and a text box with default height as first children...
View ArticleHow to detect is there space available in text box to insert text in WPF...
HiI am new to wpf. I have textbox with height 300. I am programmatically inserting text into the the textbox. I want to check if text box is filled with text, then move rest of texts to new textbox....
View ArticleHow to create custom style for tab control in WPF?
I'm new to WPF in C#, Is there any other Tab Control can achieve below style in WPF using C#? Actually Expecting Tab Control style is should be Highlight icons only not other things. Can any one help...
View ArticleArchitecture Design for Real Time Data Update WPF Application
Hi,I am working on a WPF application that helps users to set up their market portfolios. I need a suggestion on the architectural design of the application. Market portfolios are created base on...
View Article