All Projects → AKruimink → WinReform

AKruimink / WinReform

Licence: Apache-2.0 License
A simple tool to help resize and relocate stubborn windows.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to WinReform

Autofac
An addictive .NET IoC container
Stars: ✭ 3,713 (+18465%)
Mutual labels:  netcore, autofac
MahApps.Metro.netcoreapp30
.NET Core 3.1 MahApps.Metro sample
Stars: ✭ 15 (-25%)
Mutual labels:  mahapps, mahapps-metro
Blog.core
💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Stars: ✭ 3,542 (+17610%)
Mutual labels:  netcore, autofac
ddd-net-ef-core
Self study: DDD, .net core, entity framework core
Stars: ✭ 41 (+105%)
Mutual labels:  netcore, moq
multiple-windows
This project is a chrome extension. It provide to create windows to different sizes and multiple for front-end developers.
Stars: ✭ 16 (-20%)
Mutual labels:  resize, window
Autofac.Configuration
Configuration support for Autofac IoC
Stars: ✭ 35 (+75%)
Mutual labels:  netcore, autofac
Blurrycontrols
Small design library for blured controls in XAML and WPF for C#
Stars: ✭ 77 (+285%)
Mutual labels:  windows-10, window
TimsWpfControls
Some missing WPF Controls that integrates with MahApps.Metro
Stars: ✭ 29 (+45%)
Mutual labels:  mahapps, mahapps-metro
DTE
Generate C# class from database table
Stars: ✭ 26 (+30%)
Mutual labels:  mahapps, mahapps-metro
fullscreenizer
Source Code of Fullscreenizer
Stars: ✭ 56 (+180%)
Mutual labels:  windows-10, window
doteasy.rpc
Inspired by microservices, a lightweight framework that looks like a rabbit, based on NET Core 2.0 Standard 2 core library
Stars: ✭ 62 (+210%)
Mutual labels:  netcore, autofac
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+45%)
Mutual labels:  resize, window
portos
WSL2 distribution manager (coming soon)
Stars: ✭ 26 (+30%)
Mutual labels:  windows-10
Windows-Optimize-Harden-Debloat
Fully Optimize, Harden, and Debloat Windows 10 and Windows 11 Deployments to Windows Best Practices and DoD STIG/SRG Requirements. The ultimate Windows 10 & 11 security and privacy script!
Stars: ✭ 304 (+1420%)
Mutual labels:  windows-10
AspSqliteCache
An ASP.NET Core IDistributedCache provider backed by SQLite
Stars: ✭ 39 (+95%)
Mutual labels:  netcore
DotNetDynamicInjector
💉 Dynamically reference external dlls without the need to add them to the project. Leave your project with low dependency and allowing specific dlls according to your business rule or database parameters.
Stars: ✭ 18 (-10%)
Mutual labels:  netcore
Ark.Tools
Ark set of helper libraries
Stars: ✭ 20 (+0%)
Mutual labels:  netcore
AmiClient
Modern .NET Standard client for accessing the Asterisk AMI protocol using async/await and Reactive Extensions (Rx)
Stars: ✭ 30 (+50%)
Mutual labels:  netcore
WindowsAppSDK-Samples
Feature samples for the Windows App SDK
Stars: ✭ 238 (+1090%)
Mutual labels:  windows-10
For 0416
당신의 컴퓨터에 노란리본을 달아드립니다. For_0416 & Remember 0416
Stars: ✭ 70 (+250%)
Mutual labels:  window
WinReform

WinReform

A simple tool to help resize and relocate stubborn windows.



About

WinReform is a utility tool that exists to solve resolution issues with older applications. Many old games/applications were not designed with today's bigger screens in mind. Often this results into extremely large or small windows with no possibility to resize them.

WinReform is here to help with these kind of applications. By utilizing the Windows API it allows for non resizable windows to be resized to your resolution of choice or move windows that have mysteriously disappeared outside of your screen bounds. No matter the application, as long as it contains a window, WinReform will be able to help!

Roll Call

This application wouldn't exist without the help of several amazing open source project that I love. If you like this app I recommend checking out the following.

  • MahApps which helped modernize the application by providing amazing tools and visuals.
  • Autofac which helped manage all the dependencies that the application relied on.
  • Moq which allowed for a simpler time writing tests by taking the mocking out of our hands.
  • DotNet which provided the possibility to create this application to begin with.

Faq

Is there a way to see the current window location?

The settings allows you to change the PID column for a location column that shows the current location within the virtual screen.

Why do some windows show a negative location?

The coordinate position of a window is based on it's current location within the virtual screen. The zero point (0 x and y coordinate ) of the virtual space is based on the top left corner of the primary monitor. windows located behind or above the zero point are assigned negative values (for example when using a multi monitor setup).

Why does my window resolution not match the monitor?

Some windows might contain invisible border, drop shadows etc that are counted towards the resolution (full width and height of a window), this can cause resolutions that don't match a monitors exact resolution.

Does WinReform support multiple monitors?

The answer is yes.

License

WinReform is provided as-is under the Apache License Version 2.0. For more information see LICENSE.

ShowRoom

image

image

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].