• Stars
    star
    763
  • Rank 59,519 (Top 2 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created almost 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Helper app to share only a part of a screen via video conference apps

Icon Region to Share Build Status

A Windows helper app to share only a part of a screen via video conference apps that only support either full screen or single window like e.g. Teams, WebEx, etc.

How it works

This tool simply mirrors the content of a screen region into a hidden window. In your meeting app you then can just share the content of this hidden window.

Region to Share is not aware of your meeting app nor what the meeting app is doing with the content of the window. It's up to your meeting app whether it properly shares this hidden windows content or not - if it's not working as expected, there is nothing Region to Share can do about this.

Prerequisites

  • Windows 10 or 11
  • DotNet 4.6.2 or newer

Installation

Usage

  • Start the "RegionToShare" app.
  • Move the window to the region you want to share.
  • In your meeting app start sharing the window "Region to Share".

StartSharing

  • Now click the "Region to Share" window to start sharing the selected region. The window will change to the region selection frame, and others are seeing what's inside this frame.
  • Close the region frame to stop showing the region without stopping to share.

ShowRegion

Feedback πŸ˜„

If you like this tool, don't forget to ⭐ it.

More Repositories

1

Wax

An interactive editor for WiX setup projects.
C#
219
star
2

TomsToolbox

A set of core functions and classes to ease every days .Net development tasks.
C#
101
star
3

ProjectConfigurationManager

A Visual Studio extension to ease management of solution and project configurations.
C#
87
star
4

Nullable.Extended

A Roslyn analyzer to improve the experience when working with nullable reference types.
C#
41
star
5

JetBrainsAnnotations.Fody

Converts all JetBrains ReSharper code annotation attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.
C#
39
star
6

ILMerge.Fody

Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
C#
35
star
7

SplashScreen.Fody

Lets you design your WPF splash screen as a WPF Control instead of a static bitmap
C#
32
star
8

Lazy.Fody

Automates the plumbing around System.Lazy
C#
18
star
9

AutoProperties.Fody

Use this addin to gain access to the backing field of auto properties
C#
16
star
10

Substitute.Fody

Substitute types with other types to e.g. intercept generated code
C#
16
star
11

Throttle.Fody

A fody plugin to easily use a throttle with minimal coding
C#
15
star
12

WeakEventHandler.Fody

Changes regular event handlers into weak event handlers by weaving a weak event adapter between source and subscriber.
C#
8
star
13

ProjectMigrationHelper

A VS2019 extension that helps to migrate your old style projects to the new VS2017+ format.
C#
7
star
14

SolutionFilterBuilder

Creates a solution filter form a Visual Studio solution based on MSBuild project properties.
C#
7
star
15

Equatable.Fody

Fody add-in to generate the Equals, GetHashCode and operators methods from properties or fields explicitly decorated with the `[Equals]` Attribute.
C#
7
star
16

ITweakMyBuild

Change global build parameters on the fly
C#
6
star
17

SplashGenerator

SplashGenerator is a MSBuild target that automates the generation of the WPF splash screen bitmap from a WPF control.
C#
6
star
18

RoslynAnalyzerCookbook

A demo project showing how to add custom analyzers to a solution
C#
5
star
19

BAML

A BAML reader and writer
C#
4
star
20

L10N-Web-Demo

Sample angular project to demonstrate easy and robust localization with ResXManager
HTML
4
star
21

LogMessageGenerator

C#
3
star
22

VSIX-SdkProjectAdapter

Extends Microsoft.VSSDK.BuildTools so you can use SDK style projects for your Visual Studio Extension.
3
star
23

RoslynAnalyzerTesting.CSharp.Extensions

C#
2
star
24

COMRegistryBrowser

C#
1
star
25

ImageDPI

View and fix DPI settings of PNG images
C#
1
star
26

ContracsReSharperInterop

Code fixes to automate adding R#s NotNull attribute equivalents for code annotatded with CodeContracts
C#
1
star
27

WindowFinder

Simple tool to recover windows that have moved outside your desktop.
C#
1
star
28

LicenseGenerator

A DotNet tool to create a license file including all referenced nuget packages
C#
1
star