Notepad using C# - Find String part 1 | C# Beginner Tutorial
Вставка
- Опубліковано 23 гру 2024
- This C# tutorial for beginners helps you build a notepad application from scratch. Watch this Notepad using C# beginners tutorial series and get started with C#!
Subscribe to my Channel for more C# videos
In the last video, We implemented Goto Line functionality.
In this video, We are implementing Find next functionality in the main form itself. We implement classes that will perform querying operation on the complete content and generate result whether the search is successful or not. Based on the result, the text will be selected. This is a 3 part series. Watch it completely to get the idea how it was implemented
Enjoy this C# beginner tutorial series.
Source code at the beginning of the video
github.com/Hew...
Source code at the end of the video
github.com/Hew...
Source code for complete project
github.com/Hew...
If you find these videos useful, please subscribe to my channel.