Комментарии:
awesome tutorials
ОтветитьGreat !
ОтветитьHI - Again great videos.
Suggestion for new content:
- best practice for display of error messages for text boxes constrained by length, value range or regex limits
- multi-threading - semaphore passing between graphics and threads
- Nlog integration
- try catch handling
- wpf as a service, taking to a wpf front end appl via tcp/ip
- coming from winform mimics background, dragging an icon around a page (wth transparency)
- config file to store settings XML serialization versus settings
I like your teaching or explaining style. Please add more videos
ОтветитьYes, Please do series on Styles. I am very new to Wpf/C#. Your video's are very helpfull.
My MainWindow has many Button's to open Other windows and I've been trying to get App.xaml to globally control all the Windows Color Fg Bg, Textbox, Textblock, ComboBox etc. Can't figure out how to set a ComboBox Background & Foreground. ComboBoxItem's works fine. Also have same problem with DataGrid's.
Much Thanks
This was an uncommonly Great video. The content covered more than I really needed but I am a relatively new to this world and it contained all the info I needed to actually make it work. Besides I may actually need the extra stuff when I get further down the track :>). I have looked over several other posts by other talking about how to do this but none came close to making it as easy to follow. Thanks a bunch!
ОтветитьDo you recommend any book about WPF?
ОтветитьThank you for these extremely informative videos. They've been a big help for me. Your presentation and format are perfect.
ОтветитьHello Sir,
wound you please tell me How can I achieve Auto suggest kind of functionality in Combobox. I tried IsEditable=true, Readonly=false. If I type 'Jo' in combobox drop down, list of names containing Jo like Joe Rege, Regan Joe, Jordan have to appear from list of bound data. Thanks much
Great tutorial, it helped me a lot!
ОтветитьThanks for the video its well explained can you please make an video on binding a complex object list to a combo box...
Ответитьcan you please upload a video showing ...how to validate combobox using idataerrorinfo showing validation message under it..
ОтветитьThanks It was useful
Ответитьhi and thanks for the tutorial, but im curious about how can we get the value of the clicked combobox, thanks.
Ответитьinstead of List<string>, it much better to use ObservableCollection<string>.
ОтветитьCan you make a video Visual Studio Windows Form on saving and loading multiple Comboboxes whatever the user selects in each combobox they can click a button to save to a specific location and have a load button to find the exact file and it will populate each combobox they changed.
ОтветитьThank you.. really helpful and resolved an issue for me :-)
ОтветитьNow i need to know how many ComboBoxes you can fit inside a ComboBoxItem 😅
ОтветитьGreat job on the video Tosker. Your approach is very intuitive and I learned a lot following your logic. Thanks.
Ответить