43 questions
When I looked at WPF multilingual, I found some samples of dynamic switching, but the description in the XAML was likely to be enlarged, so I made it multilingual in the attached properties, but chang...
I learned that WPF has a theme (theme here refers to Aero.NormalColor.xaml and so on, like a link).These themes are probably published in Github.Regarding the topic, the reference article is old, so t...
We have created a WCF service application and configured HTTPS to connect using a reliableSession.We then create a client program in WPF and create a service reference to the above WCF services for co...
WPF uses HunSpell wrapper class NHunspellWrapper.private void Window_Loaded (object sender, RoutedEventArgse){ // spelling check varhunspell=new NHunspellWrapper();}Called by publicNHunspellWrapper():...
In Windows 10, Visual Studio 2017, and .NET Framework 4.5, we created DataTemplateSelectors similar to the following: ContentProperty(DataTemplateTable)public class TypeToDataTemplateSelector:DataTemp...
https://sites.google.com/site/toriaezunomemo/home/visual-studiomemo/hittotesutoUsing the programs on the site above as a reference, the goal is to implement the hit test program in WPF of C# as follow...
We are currently developing applications with WPF+XAML+MVVM.WPF's DataGrid controls have a known problem (specification…) that takes time to draw when you bind large amounts of data.That's why virtual...
The .NET Framework 4.0 and 4.5 and 4.6 seem to have different drawing processes.I'm not sure what the difference is.Don't you know what the differences are?
DataGrid's ItemsSource is highlighted to ICollectionView type properties, and record additions pass the child window parameters to the model's method to add them.I can add it to the database without a...
I was making a two-screen application with WPF.I'm trying to rewrite this to an MVVM pattern using Prism.Simplified Example: The WPF window now has the MainWindow, SubWindow class.When you click the b...
« | - 4 - | » |
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.