Quick Tip: By Default, DataGridView control columns are set as editable, but in many cases, you may not want your grid data to be edited, or you may want to set your own controls that enable when and how the data get edited. The following C# code snippet will set the DataGridView columns of your […]
Posts Tagged: coding
YouTube API Hack: Link Your Videos Directly to Your YouTube Channel
Wait! Your a Hacker? First of all, my use of the word “Hack” is not the version popularized by the media. It is used here in the context of using a tool (YouTube API) to accomplish a task that was not originally part of the tool’s design. By using some creative thinking and little trial […]