• Stars
    star
    23
  • Rank 1,016,462 (Top 21 %)
  • Language
    C#
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

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

Repository Details

This example shows how to add Close Button and Add Button to TabPages of TabControl.

More Repositories

1

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, ... .
C#
33
star
2

TextBoxBorderColor

A Windows Forms TextBox control having BorderColor property.
C#
19
star
3

UrlSchemeSample

This example shows how to register a custom URL scheme for your application and how to pass data to the application using URL.
C#
12
star
4

DynamicObjectTwoWayDataBinding

AN example showing how to perform two-way databinding using a dynamic object in Windows Forms.
C#
10
star
5

TextBoxWatermark

A Textbox control which shows watermark also when in MultiLine mode.
C#
9
star
6

BlockyExample

This example shows how to use Blocky in a desktop application.
C#
8
star
7

WindowsForms.DataAnnotationsValidation

This example shows how to use DataAnnotations Validation Attributes in Windows Forms.
C#
8
star
8

ChildContainerControlDesignerSample

This example shows how you can create a composite control (UserControl) and let the user to interact with a child control of your user control.
C#
7
star
9

AddPropertyToIdentityUserExample

This example shows how to add a new property to ASP.NET Identity User.
C#
7
star
10

HtmlUsingRuntimeT4

An example showing how to generate html dynamically at run-time based on a model using Run-time T4 templates.
C#
7
star
11

ShellContextMenuExample

This example shows how to register menu item in Windows shell context menu and pass selected folder or file name to the application.
C#
6
star
12

DynamicRdlcReport

This example shows how to create a dynamic RDLC report at run-time.
C#
4
star
13

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.
C#
4
star
14

CustomizeSelectResourceDialog

Adding filter functionality to Select Resource dialog which shows for selecting Image in Windows Forms.
C#
4
star
15

MediaCaptureApiExample

Using MediaCapture in WindowsForms
C#
4
star
16

copymvpdocsurl

A chrome/edge extension which allows you to copy URL of the page including your Docs Champion Identification Tag.
JavaScript
3
star
17

FlatNumericUpDownExample

A FlatNumericUpDown control.
C#
3
star
18

System.Windows.Forms.DataGrid

This is a port of legacy Windows Forms DataGrid to .NET 5.
C#
3
star
19

YoutubeVideoInWinForms

This example shows you how to play youtube video in Windows Forms and play and pause the video using code.
C#
3
star
20

WebScraperExample

A web scrapper based on WebBrowser control, which runs in a background thread and returns `Task<string>` as result.
C#
2
star
21

ComboBoxCueBanner

The example shows how to set a hint for a combo box. It also known as tip, watermark and cue banner.
C#
2
star
22

RoundCornerControlExample

This example shows how to create a round corner control by changing the region of control.
C#
2
star
23

WebBrowserHtmlContentBaseUrl

An example showing how to resolve base URL for relative resources when setting html content for DocumentText without browsing a real URL.
C#
2
star
24

SampleUIandService

An example containing GUI application + WCF Service hosted in Windows Service + Installer
C#
2
star
25

HelpProvider2Example

A HelpProvider component which supports Unicode character, Font, ForeColor and BackColor.
C#
2
star
26

SharedResourcesExample

This example shows how you can use shared image resources in Windows Forms projects in a solution having design-time support.
C#
2
star
27

TextBoxWithShowPasswordEyeIcon

This example shows how to create a `TextBox` which shows an eye icon to show or hide password.
C#
1
star
28

PanelTitlebarExample

C#
1
star
29

loadpluginassembly

This example shows how you can load an assembly at run-time and resolve dependencies without adding references to the project.
C#
1
star
30

ControlSmartTagsExample

This example shows how you can create smart tags window (task panel or custom actions) for your control at designer.
C#
1
star
31

WinFormsWpfBingMaps

An example which shows how to use WPF Bing Maps Control in a Windows Forms application.
C#
1
star
32

AnalogClockExample

An example which shows how to create an analog clock in Windows Forms.
C#
1
star
33

ClodBlockBlobDownloadString

This example shows how to download string from blob without having BOM sequence in text
C#
1
star
34

CustomGroupBox

A custom group box supporting BorderColor, TextColor and Transparent BackColor,
C#
1
star
35

DataGridViewCascadingComboBoxExample

An example showing how to have cascading ComboBox columns in DataGridView
C#
1
star