Pinned Repositories
AddPropertyToIdentityUserExample
This example shows how to add a new property to ASP.NET Identity User.
AspNetCoreLocalizationSample
An example containing different aspects of ASP.NET Core Localization, including model binding error messages, validation messages, allowing user to change culture at run-time, ... .
BlockyExample
This example shows how to use Blocky in a desktop application.
HtmlUsingRuntimeT4
An example showing how to generate html dynamically at run-time based on a model using Run-time T4 templates.
TabControlWithCloseButtonAndAddButton
This example shows how to add Close Button and Add Button to TabPages of TabControl.
TextBoxBorderColor
A Windows Forms TextBox control having BorderColor property.
TextBoxWatermark
A Textbox control which shows watermark also when in MultiLine mode.
UrlSchemeSample
This example shows how to register a custom URL scheme for your application and how to pass data to the application using URL.
WebScraperExample
A web scrapper based on WebBrowser control, which runs in a background thread and returns `Task<string>` as result.
WindowsForms.DataAnnotationsValidation
This example shows how to use DataAnnotations Validation Attributes in Windows Forms.
r-aghaei's Repositories
r-aghaei/TextBoxBorderColor
A Windows Forms TextBox control having BorderColor property.
r-aghaei/BlockyExample
This example shows how to use Blocky in a desktop application.
r-aghaei/MediaCaptureApiExample
Using MediaCapture in WindowsForms
r-aghaei/DynamicRdlcReport
This example shows how to create a dynamic RDLC report at run-time.
r-aghaei/FlatDateTimePickerExample
An example showing how to change border color, dropdown button color and updown button color of a DateTimePicker and render it in flat style.
r-aghaei/ComboBoxCueBanner
The example shows how to set a hint for a combo box. It also known as tip, watermark and cue banner.
r-aghaei/copymvpdocsurl
A chrome/edge extension which allows you to copy URL of the page including your Docs Champion Identification Tag.
r-aghaei/FlatNumericUpDownExample
A FlatNumericUpDown control.
r-aghaei/SampleUIandService
An example containing GUI application + WCF Service hosted in Windows Service + Installer
r-aghaei/System.Windows.Forms.DataGrid
This is a port of legacy Windows Forms DataGrid to .NET 5.
r-aghaei/HelpProvider2Example
A HelpProvider component which supports Unicode character, Font, ForeColor and BackColor.
r-aghaei/PanelTitlebarExample
r-aghaei/RoundCornerControlExample
This example shows how to create a round corner control by changing the region of control.
r-aghaei/SharedResourcesExample
This example shows how you can use shared image resources in Windows Forms projects in a solution having design-time support.
r-aghaei/WebBrowserHtmlContentBaseUrl
An example showing how to resolve base URL for relative resources when setting html content for DocumentText without browsing a real URL.
r-aghaei/WinFormsIronPythonExample
Run Python code from Windows Forms application using IronPython
r-aghaei/loadpluginassembly
This example shows how you can load an assembly at run-time and resolve dependencies without adding references to the project.
r-aghaei/ReportMultipleValueInCell
An example demonstrating how to show multiple values in a single cell or the report.
r-aghaei/SignalRExample
Windows Forms SignarR Client Application
r-aghaei/WinFormsWpfBingMaps
An example which shows how to use WPF Bing Maps Control in a Windows Forms application.
r-aghaei/CustomizeToolStripToolTip
r-aghaei/CustomTabInColorPicker
Adding custom tab including custom color to ColorPicker control
r-aghaei/FlatComboExample
Flat ComboBox - Change border color and Dropdown button color
r-aghaei/PanelBorderExample
r-aghaei/r-aghaei.github.io
r-aghaei/RdlcReportHeaderExample
This example shows how to create headers for RDLC reports.
r-aghaei/SolutionExplorerViewCodeButton
A VSIX package which adds a View Code button to solution explorer.
r-aghaei/StartupApplication
An example which shows how you can add your application to Windows startup
r-aghaei/ToolTipForDrawingObjectsExample
Show tooltip for drawing objects (not controls)
r-aghaei/WinFormsRestAPICall
Using Rest API in WinForms