![tips'n tricks (Tips&Tricks)](/img/default-banner.jpg)
- 152
- 852 801
tips'n tricks (Tips&Tricks)
United States
เข้าร่วมเมื่อ 6 ต.ค. 2014
Educational Tutorials, tips and tricks...
WPF | Sidebar , Multi Window Navigation
How to Create a sidebar in WPF?
How to Create a Navigation bar in WPF?
How to host multiple windows in Mainwindow?
How to click a button from child window?
How to navigate multiple windows?
#wpf
#sidebar
#navigation bar
#multiple window navigation
How to Create a Navigation bar in WPF?
How to host multiple windows in Mainwindow?
How to click a button from child window?
How to navigate multiple windows?
#wpf
#sidebar
#navigation bar
#multiple window navigation
มุมมอง: 15 314
วีดีโอ
Trailer
มุมมอง 1.8K2 ปีที่แล้ว
Learning never ends.. WPF, WinForms, XAML, XML, SQL, JS, VBA, Excel and more... Happy Learning!
C# | SQL Server | Insert, Select, Update, Delete | CRUD Operations | Part 3
มุมมอง 1.8K3 ปีที่แล้ว
SQL Insert, Select, Update and Delete Statements | SQL CRUD in C# In this tutorial we're going see how to perform basic CRUD operations using SQL Queries, Statements in C# How to Insert data into SQL database? How to Update SQL database? How to Delete data in SQL database? How to Read SQL database? #SQLCRUDOperations #SQLQueries part 1: th-cam.com/video/GHT74j66uKQ/w-d-xo.html part 2: th-cam.co...
C# | SQL Server | How To Create Database Table | Part 2
มุมมอง 3.4K3 ปีที่แล้ว
Welcome To C# -SQL Server Tutorial | Create Table in SQL Server | SQL query to create table In this tutorial, we're going to see how to create a database table in SQL server using the "CREATE TABLE[tablename] ([column_name datatype constraints],..." query. Any questions please drop in comments section. How to Create Database Table Using C# in Visual Studio? How To Create a table in SQL Server? ...
C# | SQL Server | How To Create Database | Part 1 | C# SQL Server
มุมมอง 7K3 ปีที่แล้ว
Welcome SQL Server Tutorial Using C# | Create SQL database using C# | SQL C# | C# SQL In this tutorial we're going to see how to connect to SQL Server and create a SQL server database from scratch using C# and SQL statements. Feel free to drop questions or suggestions down below. How To Create a Database in SQL server using C# from scratch? How Connect to SQL server in C#? SQL Server Connection...
Microsoft Excel 2019 | How to Import & Export .CSV, TXT Files | How to Convert CSV to Excel Table
มุมมอง 11K3 ปีที่แล้ว
CSV, TXT Files in Excel | Working with data in Excel | Import and Export Excel provides great tools to work with data. If you find yourself working with data this video should shed some light on some of the things you could do with excel to mold the data.. I appreciate the comments and whether you find this helpful information. Thanks How to Import CSV file to Excel? How to Import Text file to ...
WPF | How To Connect To SQLite Database | Read From SQLite | ListBox, Datagrid
มุมมอง 11K3 ปีที่แล้ว
WPF | SQLite | Connect To SQLite and Display data in ListBox , Datagrid In this tutorial we're going to see how to connect to SQLite database and read data from the database. We will be using Entity Framework to accomplish this but you can also use previous methods shown in my other tutorials. This tutorial both C# and XAML. How to Connect To SQLite database in WPF? How to display SQLite databa...
Microsoft Excel 2019 | How To Export Excel to XML| How to Convert Excel data to XML file| Part ii
มุมมอง 9K3 ปีที่แล้ว
How to import XML Data into Excel Spreadsheet, Worksheet? (Part 1) How to save XML data as excel workbook? How to convert XML file to EXCEL file? How to Open XML in Excel? How to read XML using Microsoft Excel? How to Export Excel Spreadsheet to XML (Part 2) How to convert XLS, XLSX to XML file? XML to Excel Excel to XML Import XML to Excel Export Excel to XML #XMLtoExcel #ExceltoXML #ImportExp...
Microsoft Excel 2019 | How To Import XML Data| How to Convert XML file to Excel Worksheet | Part i
มุมมอง 41K3 ปีที่แล้ว
How to import XML Data into Excel Spreadsheet, Worksheet? How to convert XML to XLS, XLSX? How to save XML data as excel workbook? How to convert XML file to EXCEL file? How to Open XML in Excel? How to read XML using Microsoft Excel? How to Export Excel Spreadsheet to XML (Part 2) XML to Excel Excel to XML Import XML to Excel Export Excel to XML #XMLtoExcel #ExceltoXML #ImportExportXML #Conver...
SQLite | C# | Part 7 | XML File | Convert To/From XML
มุมมอง 1.9K3 ปีที่แล้ว
Welcome To SQLite Tutorials | From SQLite to XML | From XML to SQLite In this part we're going to try answer questions like with a few lines of code: How to convert SQLite database to XML file? How to convert XML file to SQLite database? Enjoy..Any questions? please drop in comments section #System.Data.Sqlite #SQLite #XMLfile #CSharp #EF #.NET Framework #Entity Framework Link to code: crudzone...
SQLite | C# | Part 6 | CSV File | Convert To/From CSV
มุมมอง 1.9K3 ปีที่แล้ว
Welcome To SQLite Tutorials | From SQLite to CSV | From CSV to SQLite In this part we're going to try answer questions like with a few lines of code: How to convert SQLite database to CSV file? How to convert CSV file to SQLite database? Enjoy..Any questions? please drop in comments section #System.Data.Sqlite #SQLite #CSV file #CSharp #EF #.NET Framework #Entity Framework Code link: crudzone.w...
SQLite | C# | Entity Framework | Part 5 | SQLite CRUD Operations using EF6 in C#
มุมมอง 3.7K3 ปีที่แล้ว
Welcome to SQLite Tutorial | SQLite with Entity Framework in C# In this episode we're going to cover How to connect SQLite database and perform CRUD (Create, Read, Update and Delete) operations using Entity Framework in C#. The best thing we're going to accomplish this without using and 3rd party API other than SQLite Nuget Package #SQLiteAndCSharp #SQLiteAndEntityFramework #EntityFramework How...
SQLite | C# | Basics | CRUD | How to Insert Into, Delete From, Update SQLite Database Using C#Object
มุมมอง 4.4K3 ปีที่แล้ว
SQLite Tutorial using C# | Using SQLite in C# | CRUD With SQLite In this part, we're going see how to add, delete and update rows using C# Objects, classes. How to Interact with SQLite using C# Objects. How to create SQLite Database using C#? How to add table to SQLite Database in C#? How add rows to SQLite table in C#? How add , delete and update rows in SQLite table using C#? CRUD operation i...
SQLite | C# | Basics | Part 3 | How To Read From SQLite Database Using C# | SQLite CRUD
มุมมอง 6K3 ปีที่แล้ว
SQLite Tutorial | CRUD Operations in SQLite | Select Query in SQLite In this part, we are going to look into how to read SQLite database by using SELECT FROM statement/query in C#. #SQLiteCRUD #SelectFromStatement #SQLiteDataReader #SQLiteCommand #SQLiteConnection SQLite queries? SQL query to retrieve data How to retrieve data from SQLite database? How to read SQLite data using SELECT statement...
SQLite | Basics | Part ii | C# | Create DB, Add, Delete, Update Rows
มุมมอง 7K3 ปีที่แล้ว
SQLite Tutorial using C# In the first part we've seen how to create a sqlite table using a Firefox add on SQLite reader tool to create table, to add, delete and update rows. In this part, we're going to see how to create a SQLite database, add a table to the database, add rows to the table created and then delete and update rows using C# in visual studio. How to create SQLite Database using C#?...
SQLite | Basics | Part I | SQLite CREATE, INSERT, DELETE, UPDATE, SELECT Statements
มุมมอง 2.6K3 ปีที่แล้ว
SQLite | Basics | Part I | SQLite CREATE, INSERT, DELETE, UPDATE, SELECT Statements
QA | Part 4 | Hyperlinks To Navigate Flow Documents | Icon Colors
มุมมอง 4443 ปีที่แล้ว
QA | Part 4 | Hyperlinks To Navigate Flow Documents | Icon Colors
WPF Documents | Flow Document -vi | RichTextBox -iii | Save As Text, XAML, RTF file
มุมมอง 3.1K3 ปีที่แล้ว
WPF Documents | Flow Document -vi | RichTextBox -iii | Save As Text, XAML, RTF file
WPF Documents | Flow Document -v | RichTextBox -ii
มุมมอง 1.4K3 ปีที่แล้ว
WPF Documents | Flow Document -v | RichTextBox -ii
WPF Documents | Flow Document -iv | RichTextBox -i
มุมมอง 2.2K3 ปีที่แล้ว
WPF Documents | Flow Document -iv | RichTextBox -i
WPF Documents | Flow Document -iii | How to convert WPF documents to PDF file
มุมมอง 6K3 ปีที่แล้ว
WPF Documents | Flow Document -iii | How to convert WPF documents to PDF file
WPF Documents | Flow Documents-ii | Documents in WPF
มุมมอง 1.3K3 ปีที่แล้ว
WPF Documents | Flow Documents-ii | Documents in WPF
WPF Documents | Flow Documents-i | Documents in WPF
มุมมอง 4.5K3 ปีที่แล้ว
WPF Documents | Flow Documents-i | Documents in WPF
WPF Documents | Fixed Document | Documents in WPF
มุมมอง 7K3 ปีที่แล้ว
WPF Documents | Fixed Document | Documents in WPF
WPF Controls | 33-User Controls | Part 4 | Click Event
มุมมอง 4K3 ปีที่แล้ว
WPF Controls | 33-User Controls | Part 4 | Click Event
WPF Controls | 33-User Controls | Part 3 | Data Binding
มุมมอง 7K3 ปีที่แล้ว
WPF Controls | 33-User Controls | Part 3 | Data Binding
WPF Controls | 33- User Controls | Part 2
มุมมอง 2.6K3 ปีที่แล้ว
WPF Controls | 33- User Controls | Part 2
WPF Controls | 33 -User Controls | Part 1
มุมมอง 13K3 ปีที่แล้ว
WPF Controls | 33 -User Controls | Part 1
WPF | How To Build An AnalogClock In WPF
มุมมอง 3.5K3 ปีที่แล้ว
WPF | How To Build An AnalogClock In WPF
WPF Controls | 32-CustomControls | Part 2 | Building your own custom control
มุมมอง 1.4K3 ปีที่แล้ว
WPF Controls | 32-CustomControls | Part 2 | Building your own custom control
Thanks🎉
Good🎉
How to transfer data between UserControl and MainWindow?
It's really terrible. It doesn't even answer the question. the question is how do you add an icon to an app not how you add it to a window in an app. A little less fentanyl a little more programming would be appreciated.
Finally understood control template Many thanks to you 😊
YOU ARE GOOD TEACHER. THANKS A LOT.
Just Brilliant... Thanks for the tutorial.
Thank you so much... Brilliant Tutorial.
thank you.....
if some arabic characters, the leters are showing ??? after reading qr
I am having a problem with getting the values array being recognized. Instead of allowing values to be entered, it gives me Name Spaces of the different doubles available. I have pngs I can send you. Please let me know- I need help!
You do such a good job with the nuances of each thing you are demonstrating. Excellent work!!!
I found a very interesting problem when recreating this video code. I did not bother with the first part showing the Delay etc.. but I created 4 Repeat Buttons in a row with nothing in between along with the grid setup. As I started working with the first button, I put in the '+' and the other properties. I went on to the second button and once again put the '-' and other properties in. When I tried to get the design screen to show the first button- IT WOULD NOT SHOW THE '+' . The second button showed '-' just fine. I tried deleting the Content, deleting all the properties, tried using different Content content and with no success. The fix was to delete the other 2 unused Repeat buttons. For whatever reason, the XAML got confused as to which control I was using because when I clicked the problem control in the designer, It showed one of the unused controls below instead. WEIRD HUH?
I like the dark version- been using it for years, easier on the eyes.
Thanks again for another great in depth video. I notice that late hours in which you are doing this- Thanks for being so dedicated!
i want to thank you for taking the time to go through these controls with great care and not as many have done, gloss over them.
many thanks
Gracias por tu esfuerzo para compartir tus conocimientos. Un saludo.
Just finding this, but it was VERY helpful in finally making sense to the hierarchy of a tree view! Thank you.
Even though I appreciate the time posting this video, I want to point out that your tutorials contains A LOT of useless comments and moves... For example, it is not relevant to comment on EVERY property you type for a control - we see what you type and also, you should comment only on stuff that is relevant to the point you are teaching. It would be appropriate to streamline it to make it shorter.
I am sorry but the way you explain things is full of hesitations and some confusion. Maybe you should explain what you are trying to achieve in your examples *before* you start spitting code out...
I want password char in text box I don't want to use the password box so how can I achieve the password char in the textbox pls help me
I have error 40! What can I do? Thanks for reply
Gracias por el tuto
its confusing why they would allow the ability to add grid view inside listview when they already have datagrid. anyhow , great tutorial as always !
How about when using the MVVM pattern?
I am putting into practice making an application in WPF that simulates a shopping basket, very similar to your example. What shocks me is that the RAM memory greatly increases its consumption by the Application in question. What I currently do is create an instance of the custom control, pass it the values that it will display in the UI, then append it to a listbox, finally when I "delete" an item or the "basket" that contains those user controls, the My memory is still busy, it honestly keeps me up at night knowing why, I haven't found anything yet. Please help.
Thanks very much. Just what I wanted to get my project started
Thought I had a smoke alarm with a bad battery with the beeps in this video.😆
Thank you for the explanation
Excelente video, muy didactico y funcional. Te felicito y muchas gracias por compartir tu conocimiento!
3 years later. You're still helping. Thank you, Very Much!!!!
Thank you
Nice tutorial. Thankyou.
Thank you for making your videos. They really help. Many of the other videos out there do a lot of hand waiving and copy paste without explaining things clearly. They go way too fast. But you, your videos are great and have a good pace. Keep up the good work!
Thanks a lot!!!! It was interesting and instructive. Sincerely, Alexander.
Thank you Lord that I found this channel!!!
I appreciated the way you explained and visualized all differences in one place, which made it easier to understand and compare.
Thank you for such a great tutorial!!! Just wondering how the searching could be inside the grid header for every column. Thanks a lot.
CC return null what to do
Nice
Hi, I would like to know how to change background color depending on a bool property, thanks!
check out my Value Converter vids pls
Great reference tutorial..thanks
Nice one... thanks..
Thank you for the tutorial... A question...why dont u use db browser to create the database...?
to show how it can be done with code for those who might want to know...
Thank you.... that repeat btn is going to be real useful.
Thank you....
Thank you...
Since expression drawing got removed, what do you recommend as alternative? I didn't found any alternative to arcs.
Thank you... much appreciated.