Searching & listing Blutooth devices in C# 2023 (also works for VB.NET)



Searching & listing Blutooth devices in C# 2023 (also works for VB.NET)

Searching & listing Blutooth devices in C# 2023 (also works for VB.NET)

Learn how to search / list bluetooth devices inside your Windows Forms, WPF or Console apps. We will be using a custom control as well as a simple listbox to do so. Take care to actually run the search process on a background thread, to avoid freezing the UI while searching.

🖧 Visit the blog post for more information and example codes:
https://robbelroot.de/blog/csharp-bluetooth-example-searching-listing-devices/

📖 Kapitel:
00:00 Intro
01:07 The Form preparation
01:57 Installing the package
02:57 A busy property
04:12 Devices store
04:50 Search process
06:29 Acually searching
07:48 Displaying results
09:54 Cleaning handlers
10:08 Custom UserControl

HASHTAGS: #csharp #dotnet #bluetooth

Comments are closed.