C# Exercises
C# Exercises
  • 103
  • 509 594

Відео

How to add RadioButton Column in a DataGrid WPF C#How to add RadioButton Column in a DataGrid WPF C#
How to add RadioButton Column in a DataGrid WPF C#
Переглядів 4155 місяців тому
Link to VS 2022 Project and Codes: How to add #RadioButton Column in a #DataGrid #WPF #csharp Learn How to add a RadioButton Column in a DataGrid WPF C# with this step-by-step tutorial. Follow along and discover how to add RadioButton in a Column of Datagrid to change data and events. Master this powerful tool and create visually appealing data visualizations for your projects! To add a RadioBu...
How to add DateTime Axis in OxyPlot WPF C#How to add DateTime Axis in OxyPlot WPF C#
How to add DateTime Axis in OxyPlot WPF C#
Переглядів 4835 місяців тому
Link to VS 2022 Project and Codes: csharp.agrimetsoft.com/exercises/DateTime_Axis_OxyPlot_WPF How to add #DateTime_Axis in #OxyPlot #WPF #csharp To add a DateTime axis in OxyPlot WPF using C#, you can create a PlotModel and specify a DateTimeAxis for the X-axis or Y-axis. Here's how to do it: ```csharp using OxyPlot; using OxyPlot.Axes; // Create a PlotModel var plotModel = new PlotModel { Titl...
How to use OxyPlot Annotation in WPF C# | Arrow Polygon Text AnnotationHow to use OxyPlot Annotation in WPF C# | Arrow Polygon Text Annotation
How to use OxyPlot Annotation in WPF C# | Arrow Polygon Text Annotation
Переглядів 6456 місяців тому
Link to the VS 2022 Project and Codes: csharp.agrimetsoft.com/exercises/WPF_OxyPlot_Annotation How to use #OxyPlot #Annotation in #WPF #csharp | Arrow Polygon #Text_Annotation Learn how to use OxyPlot Annotation in WPF C# with this step-by-step tutorial. Follow along and discover how to add arrow, polygon and text annotations to your charts using OxyPlot in WPF. Master this powerful tool and cr...
How to Fill Between Two Line Series in C# WPF using OxyPlotHow to Fill Between Two Line Series in C# WPF using OxyPlot
How to Fill Between Two Line Series in C# WPF using OxyPlot
Переглядів 1,2 тис.6 місяців тому
The VS 2022 Project and Codes are here: csharp.agrimetsoft.com/exercises/WPF_Fill_Between_Line_Series How to Fill Between Two #Line_Series in #csharp #WPF using #OxyPlot Learn how to fill between two line series in C# WPF using OxyPlot. This tutorial will show you step-by-step how to achieve this graphical effect in your C# WPF project. To fill the area between two line series in C# WPF using O...
How to use OxyPlot Series in WPF C# | Line Scatter Bar Column SeriesHow to use OxyPlot Series in WPF C# | Line Scatter Bar Column Series
How to use OxyPlot Series in WPF C# | Line Scatter Bar Column Series
Переглядів 2,5 тис.6 місяців тому
Link to VS22 Project and Codes: csharp.agrimetsoft.com/exercises/OxyPlot_Series How to use #OxyPlot Series in #WPF #csharp | Line Scatter Bar #Column_Series Learn how to use OxyPlot Series in WPF C# for your visualization needs. This tutorial will cover line, scatter, bar, and column series to help create dynamic and interactive charts in your WPF applications. Improve your coding skills with t...
How to Convert Media Color and Brush to Drawing Color and Vice Versa in WPF C#How to Convert Media Color and Brush to Drawing Color and Vice Versa in WPF C#
How to Convert Media Color and Brush to Drawing Color and Vice Versa in WPF C#
Переглядів 3306 місяців тому
Find the VS 2022 project and code here: csharp.agrimetsoft.com/exercises/Brush_to_Drawing_Color How to Convert #Media_Color and #Brush to Drawing Color and Vice Versa in #WPF #csharp Want to convert Media Color and Brush to Drawing Color in WPF using C#? In this video, we'll show you how to do just that, making your coding process smoother and more efficient. Don't let color conversion slow you...
How to Use ProgressBar from Another Class in WPF C#How to Use ProgressBar from Another Class in WPF C#
How to Use ProgressBar from Another Class in WPF C#
Переглядів 5936 місяців тому
All the codes are here: csharp.agrimetsoft.com/exercises/ProgressBar_Another_Class How to Use #ProgressBar from Another Class in #WPF #csharp This code represents a simple application that calculates the factorial of a number while updating the progress of the calculation using a ProgressBar. Here's how it works: 1. XAML (MainWindow.xaml) : - This file defines the layout of the main window usin...
WPF C# TabControl - Wrap Header and Icon Header - SelectionChanged EventWPF C# TabControl - Wrap Header and Icon Header - SelectionChanged Event
WPF C# TabControl - Wrap Header and Icon Header - SelectionChanged Event
Переглядів 1,1 тис.11 місяців тому
All the codes are here: csharp.agrimetsoft.com/exercises/WPF_Tabcontrol #wpforms #csharp #TabControl - Wrap Header and Icon Header - #SelectionChanged Event In this video, we'll be looking at how to use the WPF C# TabControl to wrap headers and icons within the tab content. We'll also look at how to handle the selectionChanged event. TabControls are a common part of UWP development, and in this...
How to Use ProgressBar in WPF C# - 3 Examples - WPF C# Examples for ProgressBarHow to Use ProgressBar in WPF C# - 3 Examples - WPF C# Examples for ProgressBar
How to Use ProgressBar in WPF C# - 3 Examples - WPF C# Examples for ProgressBar
Переглядів 3 тис.11 місяців тому
All the codes are here: csharp.agrimetsoft.com/exercises/WPF_ProgressBar How to Use ProgressBar in WPF C# - 3 Examples - #WPF #csharp Examples for #ProgressBar In this video, we'll show you how to use the ProgressBar in WPF C#. We'll cover 3 different examples, including a progress bar control. We'll create three simple examples that you can use in your own projects. ProgressBar is a simple but...
How to Create Setup MSI EXE File in Visual Studio 2019, 2022How to Create Setup MSI EXE File in Visual Studio 2019, 2022
How to Create Setup MSI EXE File in Visual Studio 2019, 2022
Переглядів 18 тис.Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/Setup_MSI_Exe How to Create Setup MSI File in Visual Studio 2019, 2022 This video will show you how to create a Setup MSI file in Visual Studio 2019 and 2022. By creating a Setup MSI file, you can easily distribute your applications to users and manage updates more easily. If you're new to Setup MSI files or need to...
Sum, Subtract, product, and divide of vectors - Element by Element in C#Sum, Subtract, product, and divide of vectors - Element by Element in C#
Sum, Subtract, product, and divide of vectors - Element by Element in C#
Переглядів 945Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/Sum_Subtract_product_divide_array Sum, Subtract, product, and divide of vectors - Element by Element in C# In this video, we'll be learning how to sum, subtract, product, and divide vectors element by element in C#. This is a very important topic, as it is one of the fundamental operations of vector mathematics. If ...
How to Read Content of PDF File as Text in C# WinformsHow to Read Content of PDF File as Text in C# Winforms
How to Read Content of PDF File as Text in C# Winforms
Переглядів 4,2 тис.Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/Read_PDF_File How to Read Content of #PDF_File as Text in #csharp #Winforms Pdf Viewer: ua-cam.com/video/TO6b5vGiY-A/v-deo.html In this video, we will learn how to read the content of a #PDF file as text in a Windows Forms application. By following this simple tutorial, we will be able to extract the text from a PDF...
The Little-Known Short Hand If Technique in C# You've Been Missing Out On!The Little-Known Short Hand If Technique in C# You've Been Missing Out On!
The Little-Known Short Hand If Technique in C# You've Been Missing Out On!
Переглядів 1,7 тис.Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/ShortHand_If The Little-Known Short Hand If Technique in #csharp You've Been Missing Out On! In this video, I'm going to show you a little-known short-hand IF technique in C# that you've been missing out on. This technique can help you write more concise and readable code. If you're a C# developer, then you need to ...
How to Convert Image to Black and White in Windows Forms C#How to Convert Image to Black and White in Windows Forms C#
How to Convert Image to Black and White in Windows Forms C#
Переглядів 2,2 тис.Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/Image_Black_White How to Convert #Image to Black and White in #Windows_Forms #csharp Looking for a way to convert an image to black and white in Windows Forms(#winforms) Look no further! In this video, I'll show you how to convert an image to black and white using the Windows Forms APIs. This video is perfect for an...
How to Read and Write Binary Files in Winforms C#How to Read and Write Binary Files in Winforms C#
How to Read and Write Binary Files in Winforms C#
Переглядів 4,6 тис.Рік тому
Find the Visual Studio project and Codes here: csharp.agrimetsoft.com/exercises/Binary_File How to Read and Write #Binary_Files in #Winforms #csharp In this video, we'll show you how to read and write #binary files in Winforms C#. This is a useful skill for programmers working with binary data, as it allows us to read and write data in a machine-readable format. By the end of this video, you'll...

КОМЕНТАРІ

  • @leloc8149
    @leloc8149 Місяць тому

    Thanks. In case I want to see more than 10 pages of pdf, what should I do?

  • @AkashPawar-co3wi
    @AkashPawar-co3wi Місяць тому

    This is awesome. I am trying to update height of textbox but can't, I can change width, any idea to achieve this ?

  • @sake21100
    @sake21100 Місяць тому

    te quiero

  • @rhcengineering
    @rhcengineering 2 місяці тому

    Thanks!

  • @deadturret4049
    @deadturret4049 2 місяці тому

    I'm working on a small software gig for a local club and was trying to learn to WPF because I was getting annoyed with having stuff layered in WinForms. This right here solves my problem. Still going to learn WPF, but it looks like this current project is going to get finished on time thanks to this short video.

  • @adrianhenry1982
    @adrianhenry1982 3 місяці тому

    Hello, I have a issue I want to gno if it can be fix, I have a app made in visual studio 2019, but the browser is by default internet explorer and there is no support for it, so the map wont show, even in ie mode on chrome the map doesn't show ,so I gno it's the default ie browser, is their anyway to change that feature in visual studio to make the browser a more modern one ,I would appreciate it,i tried to code the ie emulator modern browser but I think it's not enough still for the openstreetmap that the app functions with...

  • @joshhallam2253
    @joshhallam2253 3 місяці тому

    Thanks. This helped a lot

  • @ha7one
    @ha7one 4 місяці тому

    Thank you :*

  • @M3GAgaming
    @M3GAgaming 4 місяці тому

    Thank you solved my problem!

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 4 місяці тому

    Thanks

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 4 місяці тому

    Thanks

  • @lulwbruh
    @lulwbruh 4 місяці тому

    transparent form works, but picture doesnt for me

  • @doncooper968
    @doncooper968 4 місяці тому

    Thanks for taking the time to share this. It helped me :)

  • @franciscocsleite3056
    @franciscocsleite3056 4 місяці тому

    Vídeo sem o código, nem como fazer

  • @CloudCompareTutorial
    @CloudCompareTutorial 4 місяці тому

    It was very helpful. Thanks

  • @rockbench
    @rockbench 5 місяців тому

    Thanks Sohrab❤❤

  • @engineering_software
    @engineering_software 5 місяців тому

    Fantastic as always!

  • @nasrinsalehnia3330
    @nasrinsalehnia3330 5 місяців тому

    Thanks! Informative and perfect 😊😊😊

    • @CExercises
      @CExercises 5 місяців тому

      Glad it was helpful!

  • @LinhNguyen-wt9rl
    @LinhNguyen-wt9rl 5 місяців тому

    Hi, How to prevent the border of the image from being distorted?

  • @DrSatti
    @DrSatti 5 місяців тому

    Very helpful, Thank you.

  • @Awooochy
    @Awooochy 5 місяців тому

    only works with images or I can animate all menu components? this is cause I want to make a second menu with it and animate every component when it appears

  • @AhmadSofyan-565
    @AhmadSofyan-565 5 місяців тому

    informative

  • @eyeofthetiger8287
    @eyeofthetiger8287 5 місяців тому

    ???????????????????

  • @nasrinsalehnia3330
    @nasrinsalehnia3330 5 місяців тому

    Informative. Thanks for your sharing.

  • @hasansheidaee6820
    @hasansheidaee6820 5 місяців тому

    Useful!

  • @CloudCompareTutorial
    @CloudCompareTutorial 5 місяців тому

    This was exactly what I wanted

  • @kiankolsoumi9692
    @kiankolsoumi9692 5 місяців тому

    Great video!

  • @sohrabkolsoumi990
    @sohrabkolsoumi990 5 місяців тому

    Thanks❤

  • @rockbench
    @rockbench 5 місяців тому

    Hi Sohrab. Thanks a lot. It was very good

  • @engineering_software
    @engineering_software 6 місяців тому

    As always helpful!

  • @rockbench
    @rockbench 6 місяців тому

    Thank you for sharing

  • @CloudCompareTutorial
    @CloudCompareTutorial 6 місяців тому

    Very useful. Thank 🙏🙏

  • @kiankolsoumi9692
    @kiankolsoumi9692 6 місяців тому

    Helpful!

  • @sohrabkolsoumi990
    @sohrabkolsoumi990 6 місяців тому

    Thanks❤

  • @hasansheidaee6820
    @hasansheidaee6820 6 місяців тому

    It was useful!

  • @nasrinsalehnia3330
    @nasrinsalehnia3330 6 місяців тому

    Thanks for your sharing 😊😊😊

  • @zhekis
    @zhekis 6 місяців тому

    How to use ProgressBar when you have 3 button clickStart and general progressBar? We also need to have 3 buttons Stop for every task.

  • @engineering_software
    @engineering_software 6 місяців тому

    Great!

    • @CExercises
      @CExercises 6 місяців тому

      Thank you! Cheers!

  • @rockbench
    @rockbench 6 місяців тому

    Another nice education 👏👏 thanks

  • @aaabbb-gu5pz
    @aaabbb-gu5pz 6 місяців тому

    Thank you for the tutorials about WPF C#!!! ❣ Please, make tutorials about the Helix Toolkit C# 3D, because it has no documentation and only few source code examples, which are not for beginners. 🙏

  • @nasrinsalehnia3330
    @nasrinsalehnia3330 6 місяців тому

    Great! Thanks for your sharing 😊

    • @CExercises
      @CExercises 6 місяців тому

      Thank you! Cheers!

  • @sohrabkolsoumi990
    @sohrabkolsoumi990 6 місяців тому

    Thanks❤

    • @CExercises
      @CExercises 6 місяців тому

      You're welcome 😊

  • @uglypr1nces746
    @uglypr1nces746 6 місяців тому

    thats not visual studio code thats visual studio

  • @kaanpasa2345
    @kaanpasa2345 6 місяців тому

    Appreciate it

  • @PCh-123
    @PCh-123 6 місяців тому

    Will this let you select/highlight the text with the cursor? Or is the pdf just plain image?

  • @rockbench
    @rockbench 6 місяців тому

    Excellent Exercise 👍

  • @kiankolsoumi9692
    @kiankolsoumi9692 6 місяців тому

    It was useful!

    • @CExercises
      @CExercises 6 місяців тому

      I'm glad you found it helpful!

  • @engineering_software
    @engineering_software 6 місяців тому

    Fantastic!

    • @CExercises
      @CExercises 6 місяців тому

      Thank you for your comment!

  • @nasrinsalehnia3330
    @nasrinsalehnia3330 6 місяців тому

    Great😊😊😊

    • @CExercises
      @CExercises 6 місяців тому

      I'm glad you found it helpful!

  • @sohrabkolsoumi990
    @sohrabkolsoumi990 6 місяців тому

    Thanks!❤

    • @CExercises
      @CExercises 6 місяців тому

      Your support means the world to us, thank you!