<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Marcadores by José Javier Sulecio Farguharson</title>
      <link>https://padlet.com/josesulecio/Bookmarks</link>
      <description>Hecho con un aura de misterio</description>
      <language>en-us</language>
      <pubDate>2022-02-24 21:34:47 UTC</pubDate>
      <lastBuildDate>2022-03-23 07:01:38 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Pointer</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109074185</link>
         <description><![CDATA[<div>Pointers are defined as <strong>a variable that contains the memory address of another variable</strong>. Pointers in C# are used whenever there is a statement that is unsafe and is marked by unsafe keyword. Those types of statements are not in control of garbage collectors and use pointer variables.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/fb914bcf753d1c3e61cb27ce7ae71786/image.png" />
         <pubDate>2022-03-23 06:08:52 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109074185</guid>
      </item>
      <item>
         <title>BackgroundWorker</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109075239</link>
         <description><![CDATA[<div>A BackgroundWorker component <strong>executes code in a separate dedicated secondary thread</strong>. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time-consuming process while the main thread is still available to the user interface.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/66d5a5cae8bbbf907786d4ef898acc21/image.png" />
         <pubDate>2022-03-23 06:09:52 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109075239</guid>
      </item>
      <item>
         <title>BindingNavigator</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109076097</link>
         <description><![CDATA[<div>he BindingNavigator control represents <strong>a standardized way to navigate and manipulate data on a form</strong>. In most cases, a BindingNavigator is paired with a BindingSource control to move through data records on a form and interact with them.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/b872353139307c6adb6b0cedef4d04de/image.png" />
         <pubDate>2022-03-23 06:10:34 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109076097</guid>
      </item>
      <item>
         <title>BindingSource</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109076597</link>
         <description><![CDATA[<div>The BindingSource component is <strong>designed to simplify the process of binding controls to an underlying data source</strong>. ... It provides an abstraction of your form's data connection while passing through commands to the underlying list of data.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8e16b7c7be312f518a4bdb5f29cc3c7f/image.png" />
         <pubDate>2022-03-23 06:11:05 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109076597</guid>
      </item>
      <item>
         <title>Button</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109077280</link>
         <description><![CDATA[<div><strong>NET Framework class library represents a Windows Forms Button control</strong>. A Button control is a child control placed on a Form and used to process click event and can be clicked by a mouse click or by pressing ENTER or ESC keys.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8230e404dbb219ea5f2485e50280eeea/image.png" />
         <pubDate>2022-03-23 06:11:44 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109077280</guid>
      </item>
      <item>
         <title>CheckBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109077883</link>
         <description><![CDATA[<div>A CheckBox control allows users to select single or multiple items from a list of items. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as well as run-time. After that, I will discuss how to use its various properties and methods.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/7fdd294ed15583557648be8370ea59fa/image.png" />
         <pubDate>2022-03-23 06:12:23 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109077883</guid>
      </item>
      <item>
         <title>ColorDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109085890</link>
         <description><![CDATA[<div>Summary. A ColorDialog control <strong>allows users to launch Windows Color Dialog and let them select a solid color or create a custom color from available colors</strong>. In this article, we discussed how to use a Windows Color Dialog and set its properties in a Windows Forms application. C# ColorDialog.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/370a072f59dff5fb66d1b0f80143a145/image.png" />
         <pubDate>2022-03-23 06:19:40 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109085890</guid>
      </item>
      <item>
         <title>ComboBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109086529</link>
         <description><![CDATA[<div>The ComboBox control provides combined functionality of a text box and a listbox in a single control. Only one list item is displayed at one time in a ComboBox and rest of the available items are loaded in a drop down list.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/e7701674169aaba5bcb90cdd98a9904e/image.png" />
         <pubDate>2022-03-23 06:20:06 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109086529</guid>
      </item>
      <item>
         <title>ContextMenuStrip</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109087047</link>
         <description><![CDATA[<div>The ContextMenuStrip control <strong>provides functionality of context menus in Visual Studio 2010 and .</strong> <strong>NET 4.0</strong>. A context menu is also known as a popup menu. A context menu appears when you right click on a Form or on a control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/69e4847a2786510b606360c5c28a72a0/image.png" />
         <pubDate>2022-03-23 06:20:35 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109087047</guid>
      </item>
      <item>
         <title>DataGridView</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109087500</link>
         <description><![CDATA[<div>The DataGridView control <strong>provides a customizable table for displaying data</strong>. The DataGridView class allows customization of cells, rows, columns, and borders through the use of properties such as DefaultCellStyle, ColumnHeadersDefaultCellStyle, CellBorderStyle, and GridColor.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8ded76c0eb2e5500e34f53ae8a310dc0/image.png" />
         <pubDate>2022-03-23 06:20:56 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109087500</guid>
      </item>
      <item>
         <title>DataSet</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109088179</link>
         <description><![CDATA[<div>DataSet is <strong>a disconnected architecture</strong> it represents the data in table structure which means the data into rows and columns. Dataset is the local copy of your database which exists in the local system and makes the application execute faster and reliable.</div><div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/0de27cd062d7c8f54e155a6156f893a7/image.png" />
         <pubDate>2022-03-23 06:21:32 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109088179</guid>
      </item>
      <item>
         <title>DateTimePicker</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109088701</link>
         <description><![CDATA[<div>The DateTimePicker control <strong>allows you to display and collect date and time from the user with a specified format</strong>. The DateTimePicker control has two parts, a label that displays the selected date and a popup calendar that allows users to select a new date.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8ae68a236fc1e667b1bfcdbd26d094b9/image.png" />
         <pubDate>2022-03-23 06:22:00 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109088701</guid>
      </item>
      <item>
         <title>DirectoryEntry</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109089351</link>
         <description><![CDATA[<div>The DirectoryEntry class <strong>presents a node or object in the Active Directory hierarchy</strong>. The Add method creates a request to create a new entry in the container. The Find method returns the child with the specified name. The Remove method deletes a child DirectoryEntry from this collection</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/b55fcc133570840a91baba025108e11a/image.png" />
         <pubDate>2022-03-23 06:22:31 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109089351</guid>
      </item>
      <item>
         <title>DirectorySearcher</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109089988</link>
         <description><![CDATA[<div>Remarks. Use a DirectorySearcher object to <strong>search and perform queries against an Active Directory Domain Services hierarchy using Lightweight Directory Access Protocol (LDAP)</strong>. LDAP is the only system-supplied Active Directory Service Interfaces (ADSI) provider that supports directory searching.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/e70f970228e2472670de13cd93cae109/image.png" />
         <pubDate>2022-03-23 06:22:57 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109089988</guid>
      </item>
      <item>
         <title>DomainUpDown</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109090771</link>
         <description><![CDATA[<div>Represents a Windows spin box (also known as an up-down control) that displays string values.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8776897c6467a94f261f6bc6936832aa/image.png" />
         <pubDate>2022-03-23 06:23:39 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109090771</guid>
      </item>
      <item>
         <title>ErrorProvider</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109091499</link>
         <description><![CDATA[<div>The ErrorProvider <strong>alerts the user that something is wrong</strong>. In this example I will use a Display Warning icon, Wrong icon (when an incorrect expression is entereded) or a Tick icon depending upon the data entered in the text box so that the user can determine that data entered is correct or incorrect.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/a52380ac6584c73a89f3f2b0ea38c581/image.png" />
         <pubDate>2022-03-23 06:24:20 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109091499</guid>
      </item>
      <item>
         <title>EventLog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109092221</link>
         <description><![CDATA[<div>The event source <strong>indicates what logs the event</strong>. It is often the name of the application, or the name of a subcomponent of the application, if the application is large. Applications and services should write to the Application log or a custom log. Device drivers should write to the System log.</div><div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/a0bf5f7380c3afca7aa821df4400d9d3/image.png" />
         <pubDate>2022-03-23 06:25:03 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109092221</guid>
      </item>
      <item>
         <title>FileSystemWatcher</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109092941</link>
         <description><![CDATA[<div>C# FileSystemWatcher <strong>listens to the file system and places a watch on a directory</strong>, its subdirecttories, and files and notifies if any changes are made to the directory. This class is useful when you need to auto update the updates in a directory<br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/379ebdcb8eb35970634c227bb27f1700/image.png" />
         <pubDate>2022-03-23 06:25:37 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109092941</guid>
      </item>
      <item>
         <title>FlowLayoutPanel</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109093639</link>
         <description><![CDATA[<div>The FlowLayoutPanel control is <strong>a container control that provides dynamically layout for the child controls that can be arranged horizontally or vertically</strong>. The flow direction of the control sets the direction of arrangements of controls</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/e48c74f65d78326c1a16a5d10e59940a/image.png" />
         <pubDate>2022-03-23 06:26:14 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109093639</guid>
      </item>
      <item>
         <title>FolderBrowserDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109094086</link>
         <description><![CDATA[<div>A FolderBrowserDialog control is <strong>used to browse and select a folder on a computer</strong>. A typical FolderBrowserDialog looks like Figure 1 where you can see Windows Explorer-like features to navigate through folders and select a folder.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/83551885c67f31033387b510339ab6ff/image.png" />
         <pubDate>2022-03-23 06:26:41 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109094086</guid>
      </item>
      <item>
         <title>FontDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109094969</link>
         <description><![CDATA[<div>Prompts the user to choose a font from among those installed on the local computer.</div><h1><br></h1>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/a070220920947984d84fd1aaa24dfa92/image.png" />
         <pubDate>2022-03-23 06:27:28 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109094969</guid>
      </item>
      <item>
         <title>GroupBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109095481</link>
         <description><![CDATA[<div>The GroupBox <strong>displays a frame around a group of controls with or without a caption</strong>. Use a GroupBox to logically group a collection of controls on a form. The group box is a container control that can be used to define groups of controls.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/d92d0762487063fa113da2ff53ea0d22/image.png" />
         <pubDate>2022-03-23 06:27:55 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109095481</guid>
      </item>
      <item>
         <title>HelpProvider</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109096161</link>
         <description><![CDATA[<div>HelpProvider control <strong>provides popup or online help for a control</strong>. In this article, we will discuss how to use a HelpProvider control to implement help for controls in a Windows Forms application. HelpProvider. HelpProvider control provides popup or online help for a control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/c6ef7dfcb9dd7dfbf8fa5878e80713da/image.png" />
         <pubDate>2022-03-23 06:28:23 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109096161</guid>
      </item>
      <item>
         <title>HScrollBar</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109096702</link>
         <description><![CDATA[<div>Represents a standard Windows horizontal scroll bar.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/aefe2f9b33251da3e29b5dcc86b5bc6f/image.png" />
         <pubDate>2022-03-23 06:29:00 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109096702</guid>
      </item>
      <item>
         <title>ImageList</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109097261</link>
         <description><![CDATA[<div>An ImageList is <strong>a supporting control that is typically used by other controls, such as a ListView but is exposed as a component to developers</strong>. We can use this component in our applications when we are building our own controls such as a photo gallery or an image rotator control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/c50006187975cbf312ccd7d9239aee5a/image.png" />
         <pubDate>2022-03-23 06:29:30 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109097261</guid>
      </item>
      <item>
         <title>Label </title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109097994</link>
         <description><![CDATA[<div>Windows Forms <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.label">Label</a> controls are used to display text or images that cannot be edited by the user. They are used to identify objects on a form—to provide a description of what a certain control will do if clicked, for example, or to display information in response to a run-time event or process in your application.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/245762cd7888797f1f782766a0bf6056/image.png" />
         <pubDate>2022-03-23 06:30:12 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109097994</guid>
      </item>
      <item>
         <title>LinkLabel</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109098382</link>
         <description><![CDATA[<div>A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label control. LinkLabel control does not participate in user input or capture mouse or keyboard events.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/e6558f753e62f49d9ef827636b443f02/image.png" />
         <pubDate>2022-03-23 06:30:39 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109098382</guid>
      </item>
      <item>
         <title>ListBoxn </title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109099167</link>
         <description><![CDATA[<div>n Windows Forms, ListBox control is <strong>used to show multiple elements in a list, from which a user can select one or more elements and the elements are generally displayed in multiple columns</strong>. The ListBox class is used to represent the windows list box and also provide different types of properties, methods, and events.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/12139c02cf93def5ef406fad4e9acec9/image.png" />
         <pubDate>2022-03-23 06:31:14 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109099167</guid>
      </item>
      <item>
         <title>ListView </title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109100802</link>
         <description><![CDATA[<div>C# ListView control provides an interface to display a list of items using different views including text, small images, and large images.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8f71bff62a09cc72c417167e3aab8e5e/image.png" />
         <pubDate>2022-03-23 06:32:30 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109100802</guid>
      </item>
      <item>
         <title>MaskedTextBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109101760</link>
         <description><![CDATA[<div>In C#, MaskedTextBox control gives a validation procedure for the user input on the form like date, phone numbers, etc. Or in other words, it is <strong>used to provide a mask which differentiates between proper and improper user input</strong>.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/0605cf0721f06bdfd6995b0d77f3c49c/image.png" />
         <pubDate>2022-03-23 06:33:30 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109101760</guid>
      </item>
      <item>
         <title>MenuStrip</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109102292</link>
         <description><![CDATA[<div>the MenuStrip class is the foundation of menus functionality in Windows Forms. If you have worked with menus in&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/002004983a755cf908ba573414649cfa/image.png" />
         <pubDate>2022-03-23 06:33:53 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109102292</guid>
      </item>
      <item>
         <title>MessageQueue</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109102877</link>
         <description><![CDATA[<div>Provides access to a queue on a Message Queuing server.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/62da0a611157c7ffa945849a5fe6e93c/image.png" />
         <pubDate>2022-03-23 06:34:33 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109102877</guid>
      </item>
      <item>
         <title>MonthCalendar</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109103813</link>
         <description><![CDATA[<div>MonthCalendar is <strong>a selectable calendar widget</strong>. On the MonthCalendar, a user can select a day, or a range of days. The user can also scroll through the months. This control provides many useful options. It is ideal for instant calendars.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/d739c839eeebc0e4d922b3d5ed720fbf/image.png" />
         <pubDate>2022-03-23 06:35:35 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109103813</guid>
      </item>
      <item>
         <title>NotifyIcon</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109104355</link>
         <description><![CDATA[<div>Specifies a component that creates an icon in the notification area. This class cannot be inherited.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/cc66669888a4fb8c160140bf5e67a95b/image.png" />
         <pubDate>2022-03-23 06:36:09 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109104355</guid>
      </item>
      <item>
         <title>NumericUpDown</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109105002</link>
         <description><![CDATA[<div>Represents a Windows spin box (also known as an up-down control) that displays numeric values.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/48173e28dc62ac5c59411ca15d8ef637/image.png" />
         <pubDate>2022-03-23 06:36:46 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109105002</guid>
      </item>
      <item>
         <title>OpenFileDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109105500</link>
         <description><![CDATA[<div>The OpenFileDialog component <strong>allows users to browse the folders of their computer or any computer on the network and select one or more files to open</strong>. The dialog box returns the path and name of the file the user selected in the dialog box. The FileName property can be set prior to showing the dialog box.</div><div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/bc21023d61d3473f2f49bb36723c6435/image.png" />
         <pubDate>2022-03-23 06:37:19 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109105500</guid>
      </item>
      <item>
         <title>PageSetupDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109106010</link>
         <description><![CDATA[<div>The PageSetupDialog class represents the PageSetupDialog control in the .NET Framework library. This class represents a standard Windows page setup dialog that allows users to manipulate page settings, including margins and paper orientation.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/ca025c597c3efb90c3ad11b24bd863ca/image.png" />
         <pubDate>2022-03-23 06:37:52 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109106010</guid>
      </item>
      <item>
         <title>Panel</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109106549</link>
         <description><![CDATA[<div>The Panel Control is a container control to host a group of similar child controls. One of the major uses I have found for a Panel Control is when you need to show and hide a group of controls.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/0fd266435960c22770e2826050bde5e0/image.png" />
         <pubDate>2022-03-23 06:38:27 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109106549</guid>
      </item>
      <item>
         <title>PerformanceCounter</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109108890</link>
         <description><![CDATA[<div>Performance counters <strong>enable us to publish, capture, and analyze the performance data of running code</strong>. A performance graph is a two-dimensional plot with one axis indicating time elapsed and the other reporting relevant relative or actual performance statistics.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/0c3be41be32db351be0780bc7566fc3d/image.png" />
         <pubDate>2022-03-23 06:40:48 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109108890</guid>
      </item>
      <item>
         <title>PictureBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109109377</link>
         <description><![CDATA[<div>The Windows Forms PictureBox control is <strong>used to display images in bitmap, GIF , icon , or JPEG formats</strong>. You can set the Image property to the Image you want to display, either at design time or at run time.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8060c00ebfb53cdc8dc5dbaaa7d2bf66/image.png" />
         <pubDate>2022-03-23 06:41:19 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109109377</guid>
      </item>
      <item>
         <title>PrintDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109110869</link>
         <description><![CDATA[<div><br>A PrintDialog control is used to open the Windows Print Dialog and let the user select the printer, set printer and paper properties, and print a file. A typical Open File Dialog looks like Figure 1 where you select a printer from available printers, set printer properties, set print range, number of pages and copies and so on. Clicking on the OK button sends the document to the printer.&nbsp;<br><br></div><div><br><br><br></div><div><br><br></div><div><br><br><br></div><div><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/8a64b27761f62cc41b54765ccac8bcc8/image.png" />
         <pubDate>2022-03-23 06:42:40 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109110869</guid>
      </item>
      <item>
         <title>PrintDocument</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109111373</link>
         <description><![CDATA[<div>Defines a reusable object that sends output to a printer, when printing from a Windows Forms application.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/2b490b30ac1fa38f6463e3460f01efe5/image.png" />
         <pubDate>2022-03-23 06:43:09 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109111373</guid>
      </item>
      <item>
         <title>PrintPreviewControl</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109111972</link>
         <description><![CDATA[<div>Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons. Most <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.printpreviewcontrol?view=windowsdesktop-6.0">PrintPreviewControl</a> objects are found on <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.printpreviewdialog?view=windowsdesktop-6.0">PrintPreviewDialog</a> objects, but they do not have to be.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/4379ba5892733b653263365f7418b418/image.png" />
         <pubDate>2022-03-23 06:43:52 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109111972</guid>
      </item>
      <item>
         <title>PrintPreviewDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109112401</link>
         <description><![CDATA[<div>Represents a dialog box form that contains a PrintPreviewControl <strong>for printing from a Windows Forms application</strong>.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/b1a0881339ee6400f06ff6e2697ebf10/image.png" />
         <pubDate>2022-03-23 06:44:18 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109112401</guid>
      </item>
      <item>
         <title>Process</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109112981</link>
         <description><![CDATA[<div>Provides access to local and remote processes and enables you to start and stop local system processes.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/a88efc2db85efcbe8e2565cd30de1468/image.png" />
         <pubDate>2022-03-23 06:44:55 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109112981</guid>
      </item>
      <item>
         <title>ProgressBar</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109113506</link>
         <description><![CDATA[<div>Represents a Windows progress bar control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/ad1486a2305299ff2302993bd018e83a/image.png" />
         <pubDate>2022-03-23 06:45:25 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109113506</guid>
      </item>
      <item>
         <title>PropertyGrid</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109114275</link>
         <description><![CDATA[<div>provides a user interface for browsing the properties of an object.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/0d879038680c229b04d2e01328265e37/image.png" />
         <pubDate>2022-03-23 06:46:10 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109114275</guid>
      </item>
      <item>
         <title>RadioButton</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109115000</link>
         <description><![CDATA[<div>Enables the user to select a single option from a group of choices when paired with other <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.radiobutton?view=windowsdesktop-6.0">RadioButton</a> controls.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/c3d5896038f72b39dcaef18fcbec4b07/image.png" />
         <pubDate>2022-03-23 06:46:43 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109115000</guid>
      </item>
      <item>
         <title>RichTextBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109115451</link>
         <description><![CDATA[<div>Represents a Windows rich text box control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/118391e75272d1a522f0c7019f59d437/image.png" />
         <pubDate>2022-03-23 06:47:06 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109115451</guid>
      </item>
      <item>
         <title>SaveFileDialog</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109115855</link>
         <description><![CDATA[<div>Prompts the user to select a location for saving a file. This class cannot be inherited.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/bbd7a4cfd576bc944c84e9f09b9c6759/image.png" />
         <pubDate>2022-03-23 06:47:32 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109115855</guid>
      </item>
      <item>
         <title>SerialPort</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109116386</link>
         <description><![CDATA[<div>Represents a serial port resource.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/76bd5c605a53dc20899b5aa14678821f/image.png" />
         <pubDate>2022-03-23 06:47:56 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109116386</guid>
      </item>
      <item>
         <title>ServiceController</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109116747</link>
         <description><![CDATA[<div>Represents a Windows service and allows you to connect to a running or stopped service, manipulate it, or get information about it.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/68a3a476ffa5b8c0d60a416dcb139492/image.png" />
         <pubDate>2022-03-23 06:48:18 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109116747</guid>
      </item>
      <item>
         <title>SplitContainer</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109117920</link>
         <description><![CDATA[<div>The SplitContainer control provides the functionality of a splitter to divide and resize two controls. In this article, we will discuss how to create and use a SplitContainer control in a Windows Forms application.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/dc2db29fa02ff60008ef9561d8083a70/image.png" />
         <pubDate>2022-03-23 06:49:21 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109117920</guid>
      </item>
      <item>
         <title>splitter</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109118419</link>
         <description><![CDATA[<div>Represents a splitter control that enables the user to resize docked controls. <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.splitter?view=windowsdesktop-6.0">Splitter</a> has been replaced by <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.splitcontainer?view=windowsdesktop-6.0">SplitContainer</a> and is provided only for compatibility with previous versions.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/61f246388d0f13eadc6429f2d0d458d7/image.png" />
         <pubDate>2022-03-23 06:49:56 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109118419</guid>
      </item>
      <item>
         <title>StatusStrip</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109118869</link>
         <description><![CDATA[<div>Represents a Windows status bar control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/6cd1ad8f5422b62e136caa26c8d88ce5/image.png" />
         <pubDate>2022-03-23 06:50:25 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109118869</guid>
      </item>
      <item>
         <title>TabControl</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109119702</link>
         <description><![CDATA[<div>Manages a related set of tab pages.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/4bf6aff096562cdfb480c49f76295771/image.png" />
         <pubDate>2022-03-23 06:51:13 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109119702</guid>
      </item>
      <item>
         <title>TableLayoutPanel</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109125023</link>
         <description><![CDATA[<div>Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/5ee207024a1ce315232bafbe500e9ccc/image.png" />
         <pubDate>2022-03-23 06:56:12 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109125023</guid>
      </item>
      <item>
         <title>TextBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109125436</link>
         <description><![CDATA[<div>Represents a Windows text box control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/37e74cde734726167abf190030e410fe/image.png" />
         <pubDate>2022-03-23 06:56:37 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109125436</guid>
      </item>
      <item>
         <title>timer</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109126136</link>
         <description><![CDATA[<div>Generates an event after a set interval, with an option to generate recurring events.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/c5f05c50e91de9eabced8464443b50f3/image.png" />
         <pubDate>2022-03-23 06:57:21 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109126136</guid>
      </item>
      <item>
         <title>ToolStrip</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109126710</link>
         <description><![CDATA[<div>Provides a container for Windows toolbar objects.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/68e4b4d064a049dd218df1efbfdb2d8f/image.png" />
         <pubDate>2022-03-23 06:57:55 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109126710</guid>
      </item>
      <item>
         <title>ToolStripContainer</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109127378</link>
         <description><![CDATA[<div>Provides panels on each side of the form and a central panel that can hold one or more controls.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/b6af175cea6776915f9ab33f085c3325/image.png" />
         <pubDate>2022-03-23 06:58:33 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109127378</guid>
      </item>
      <item>
         <title>ToolTip</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109127757</link>
         <description><![CDATA[<div>Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/027821caec527e61ad989bc7d03b876c/image.png" />
         <pubDate>2022-03-23 06:58:58 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109127757</guid>
      </item>
      <item>
         <title>TrackBar</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109128348</link>
         <description><![CDATA[<div>Represents a standard Windows track bar.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/a172984917ff02da11f21725b77f2a50/image.png" />
         <pubDate>2022-03-23 06:59:26 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109128348</guid>
      </item>
      <item>
         <title>TreeView</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109128820</link>
         <description><![CDATA[<div>Displays a hierarchical collection of labeled items, each represented by a <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.treenode?view=windowsdesktop-6.0">TreeNode</a>.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/898cc89c9b901a0c9e4743e7b897da49/image.png" />
         <pubDate>2022-03-23 06:59:57 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109128820</guid>
      </item>
      <item>
         <title>VScrollBar</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109129299</link>
         <description><![CDATA[<div>Represents a standard Windows vertical scroll bar.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/5e94289f330dec970f1fd400e9b5f16a/image.png" />
         <pubDate>2022-03-23 07:00:27 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109129299</guid>
      </item>
      <item>
         <title>WebBrowser</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109129779</link>
         <description><![CDATA[<div>Enables the user to navigate Web pages inside your form.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/6067402aa01e43a91a76cb0f2dfac31b/image.png" />
         <pubDate>2022-03-23 07:00:57 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109129779</guid>
      </item>
      <item>
         <title>CheckedListBox</title>
         <author>josesulecio</author>
         <link>https://padlet.com/josesulecio/Bookmarks/wish/2109130551</link>
         <description><![CDATA[<div>Displays a <a href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.listbox?view=windowsdesktop-6.0">ListBox</a> in which a check box is displayed to the left of each item.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1601197971/4c01971d2bfa752174c5d8ce786f053a/image.png" />
         <pubDate>2022-03-23 07:01:38 UTC</pubDate>
         <guid>https://padlet.com/josesulecio/Bookmarks/wish/2109130551</guid>
      </item>
   </channel>
</rss>
