Skip to content
  • Home
  • Contact us
  • About us
  • Privacy Policy
  • Disclaimer
Follow Us

DevInDeep

  • C# CookBook
  • K-Means
  • MacOS
  • ML.NET
  • Model Builder
  • Neural Networks C# Course
  • Project Files
  • Reinforcement Learning
  • Hidden Markov Models
  • Image Processing

DevInDeep

Category: C# CookBook

  • C# CookBook

How to detect File Content Change using C#

imageByVancho PavlevskiMay 2, 2022
How to detect File Content Change using C#
This tutorial will show you how to detect File Content Change using C#. Sometimes you need to figure out if the content of a file is different. Then, maybe raise an event. But, how do you figure out if there is a file content change, without doing any bit-by-bit file

Read More

  • C# CookBook

How to set Extended Window Styles using C#

imageByVancho PavlevskiMarch 14, 2022
How to set Extended Window Styles using C#
This tutorial will cover How to set Extended Window Styles using C#. The basic Window styles from when Windows first appeared, were already insufficient long before Windows became its own operating system. The native Windows API allows the user to create a Window with

Read More

  • C# CookBook

How to Send Keys to Another Application using C#

imageByVancho PavlevskiMarch 10, 2022
How to Send Keys to Another Application using C#
Today we are going to cover the topic on how to send keys to another application using C#. Full Source Code is available at: DevInDeep/SendKeys (github.com) This guide is a continuation on our previous post. Last week we were talking about how to get the active window using

Read More

  • C# CookBook

How to get Active Window using C#

imageByVancho PavlevskiMarch 5, 2022
How to get Active Window using C#
In this guide we will demonstrate how to get Active Window using C#. Full Source Code is available at: DevInDeep/ActiveWindow (github.com) Active Window Opening different applications leads to many windows showing up. But, there can be only one active window at a time. An

Read More

  • C# CookBook

How to create Transparent Image using C#

imageByVancho PavlevskiFebruary 26, 2022
How to create Transparent Image using C#
In this guide we are going to cover how to create Transparent Image using C#. Full Source Code is available at: DevInDeep/TransparentImage (github.com) What is a Transparent Image? Digital images are composed of discreet picture elements called pixels. Each pixel’s

Read More

  • C# CookBook

How to Create Scrollable PictureBox Control in C#

imageByVancho PavlevskiDecember 16, 2021
How to Create Scrollable PictureBox Control in C#
There have been a couple of instances where I needed Scrollable PictureBox Control. This tutorial will demonstrate how to add automatic scrollbars to the image displayed in Picture Box. Full Source Code is available at DevInDeep/ScrollablePictureBoxProject (github.com) In

Read More

  • C# CookBook

How to Scrape Web Page using C#

imageByVancho PavlevskiDecember 15, 2021
How to Scrape Web Page using C#
Today we are going to learn how to scrape web page using C#. Full Source Code is available at https://github.com/DevInDeep/WebScraperTool What is Web Scraping Web scraping refers to the process of extracting data from websites. For example, if you find an article on

Read More

  • C# CookBook

How to make a Self Extracting Executable in C#

imageByVancho PavlevskiFebruary 4, 2021
How to make a Self Extracting Executable in C#
Self Extracting Executable in C# with 7ZIP demo and tutorial. Project Files: Download Recently, I found myself in a situation where I needed to package the .NET framework with my installer. The goal was to install it, if the machine did not have the correct version. But, I

Read More

  • C# CookBook
  • Project Files

Image Face Detection with C# NET

imageByVancho PavlevskiJanuary 31, 2021
Image Face Detection with C# NET
Image Face Detection with C# NET application demo and tutorial. Project Files: Download In the battle against the pandemic, a lot of programmers turned their attention into developing software for detecting face masks. As a result, in this two part tutorial we will build an

Read More

  • C# CookBook

Restart Explorer Programmatically with C#

imageByVancho PavlevskiJanuary 23, 2021
Restart Explorer Programmatically with C#
Project Files: Download In this post let’s see how we can Restart Explorer Programmatically with C# in our project. The inspiration of this blog post is an application I’ve worked on recently. To be more precise it was the installer. When building the MSI

Read More

Posts pagination

PreviousPrevious page Page 1 Page 2 Page 3 NextNext page

Recent Posts

  • How to implement Undo feature on Slider in C# and .NET
  • How to implement Undo feature on TextBox in C# and .NET
  • How to create Custom Control in C#
  • How to Implement Drag and Drop in C#
  • How to create Round Corner TextBox in C#

Recent Comments

    Categories

    • C# CookBook
    • Hidden Markov Models
    • Image Processing
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Python
    • Reinforcement Learning
    • Uncategorized
    • Visual Studio
    Created by wpxpo. Powered by WordPress
    Logo
    • C# CookBook
    • K-Means
    • MacOS
    • ML.NET
    • Model Builder
    • Neural Networks C# Course
    • Project Files
    • Reinforcement Learning
    • Hidden Markov Models
    • Image Processing