Ong.Friendly.FormsStandardControls
2.7.3
See the version list below for details.
dotnet add package Ong.Friendly.FormsStandardControls --version 2.7.3
NuGet\Install-Package Ong.Friendly.FormsStandardControls -Version 2.7.3
<PackageReference Include="Ong.Friendly.FormsStandardControls" Version="2.7.3" />
paket add Ong.Friendly.FormsStandardControls --version 2.7.3
#r "nuget: Ong.Friendly.FormsStandardControls, 2.7.3"
// Install Ong.Friendly.FormsStandardControls as a Cake Addin #addin nuget:?package=Ong.Friendly.FormsStandardControls&version=2.7.3 // Install Ong.Friendly.FormsStandardControls as a Cake Tool #tool nuget:?package=Ong.Friendly.FormsStandardControls&version=2.7.3
Friendly.FormsStandardControls
This library is a layer on top of Friendly, so you must learn that first. But it is very easy to learn.
https://github.com/Codeer-Software/Friendly.Windows
Getting Started
Install Friendly.FormsStandardControls from NuGet
Install-Package Ong.Friendly.FormsStandardControls
https://www.nuget.org/packages/Ong.Friendly.FormsStandardControls/
Friendly.FormsStandardControls defines the following classes.
They can operate WinForms control easily from a separate process.
- FormsButton
- FormsCheckBox
- FormsCheckedListBox
- FormsComboBox
- FormsControlBase
- FormsDataGridView
- FormsDateTimePicker
- FormsLinkLabel
- FormsListBox
- FormsListView
- FormsMaskedTextBox
- FormsMonthCalendar
- FormsNumericUpDown
- FormsProgressBar
- FormsRadioButton
- FormsRichTextBox
- FormsTabControl
- FormsTextBox
- FormsToolStrip
- FormsToolStripButton
- FormsToolStripComboBox
- FormsToolStripItem
- FormsToolStripTextBox
- FormsTrackBar
- FormsTreeView
//sample
var process = Process.GetProcessesByName("WPFTarget")[0];
using (var app = new WindowsAppFriend(process))
{
dynamic main = app.Type(typeof(Application)).OpenForms[0];
var grid = new FormsDataGridView(main._grid);
grid.EmulateChangeCellText(0, 0, "abc");
grid.EmulateChangeCellComboSelect(1, 0, 2);
grid.EmulateCellCheck(2, 0, true);
}
More samples.
For other GUI types, use the following libraries:
For Win32.
https://www.nuget.org/packages/Codeer.Friendly.Windows.NativeStandardControls/For WPF.
https://www.nuget.org/packages/RM.Friendly.WPFStandardControls/For getting the target window.
https://www.nuget.org/packages/Codeer.Friendly.Windows.Grasp/
If you use PinInterface, you map control simple.
https://www.nuget.org/packages/VSHTC.Friendly.PinInterface/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Codeer.Friendly.Windows.Grasp (>= 2.7.1)
- Codeer.TestAssistant.GeneratorToolKit (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.21.2 | 459 | 7/7/2023 |
2.21.1 | 1,722 | 11/4/2021 |
2.21.0 | 423 | 10/26/2021 |
2.17.6 | 503 | 7/15/2021 |
2.17.5 | 513 | 6/3/2021 |
2.17.4 | 458 | 6/1/2021 |
2.17.2 | 862 | 11/16/2020 |
2.17.1 | 623 | 9/23/2020 |
2.17.0 | 595 | 8/23/2020 |
2.16.0 | 643 | 7/30/2020 |
2.15.0 | 603 | 7/29/2020 |
2.14.0 | 592 | 7/19/2020 |
2.13.7 | 945 | 6/10/2020 |
2.13.6 | 938 | 1/22/2020 |
2.12.20 | 623 | 1/18/2020 |
2.12.19 | 598 | 1/15/2020 |
2.12.18 | 774 | 1/5/2020 |
2.12.15 | 727 | 11/6/2019 |
2.12.11 | 887 | 8/20/2019 |
2.12.10 | 772 | 8/15/2019 |
2.12.9 | 686 | 7/31/2019 |
2.12.8 | 707 | 7/31/2019 |
2.12.7 | 678 | 7/24/2019 |
2.12.5 | 781 | 6/17/2019 |
2.12.3 | 684 | 6/17/2019 |
2.12.1 | 818 | 5/13/2019 |
2.11.11 | 835 | 4/11/2019 |
2.11.10 | 778 | 3/30/2019 |
2.11.8 | 873 | 2/15/2019 |
2.11.7 | 738 | 2/15/2019 |
2.11.3 | 842 | 2/13/2019 |
2.11.0 | 824 | 1/20/2019 |
2.10.12 | 786 | 1/19/2019 |
2.10.9 | 828 | 1/17/2019 |
2.10.8 | 803 | 1/8/2019 |
2.10.7 | 828 | 1/4/2019 |
2.10.6 | 928 | 11/10/2018 |
2.10.5 | 838 | 11/5/2018 |
2.10.2 | 831 | 10/30/2018 |
2.10.0 | 932 | 10/10/2018 |
2.9.25 | 897 | 10/1/2018 |
2.9.17 | 922 | 9/17/2018 |
2.9.15 | 891 | 9/9/2018 |
2.9.13 | 1,016 | 9/5/2018 |
2.9.12 | 929 | 8/28/2018 |
2.9.10 | 927 | 8/24/2018 |
2.9.9 | 944 | 8/23/2018 |
2.9.8 | 898 | 8/22/2018 |
2.9.7 | 962 | 8/21/2018 |
2.9.6 | 949 | 8/6/2018 |
2.9.5 | 1,002 | 8/5/2018 |
2.9.4 | 1,015 | 8/5/2018 |
2.9.1 | 979 | 8/5/2018 |
2.9.0 | 1,050 | 7/25/2018 |
2.8.2 | 963 | 7/25/2018 |
2.8.0 | 970 | 7/24/2018 |
2.7.4 | 1,091 | 7/16/2018 |
2.7.3 | 1,110 | 7/8/2018 |
2.7.2 | 1,042 | 7/3/2018 |
2.7.1 | 1,088 | 7/1/2018 |
2.7.0 | 1,050 | 7/1/2018 |
2.6.1 | 1,264 | 5/2/2018 |
2.6.0 | 1,434 | 12/2/2017 |
2.5.0 | 1,084 | 11/25/2017 |
2.4.0 | 2,494 | 12/12/2015 |
2.3.2 | 2,029 | 4/30/2015 |
2.3.1 | 1,526 | 4/7/2015 |
2.3.0 | 1,432 | 3/30/2015 |
2.2.4 | 1,652 | 2/10/2015 |
2.2.2 | 1,807 | 7/7/2014 |
2.2.1 | 1,421 | 7/2/2014 |
2.2.0 | 1,710 | 4/22/2014 |
2.1.4 | 1,484 | 4/4/2014 |
2.1.3 | 1,405 | 3/21/2014 |
2.1.2 | 1,510 | 3/14/2014 |
2.1.1 | 1,443 | 2/28/2014 |
2.1.0 | 1,432 | 2/21/2014 |
2.0.0 | 1,520 | 1/22/2014 |