17/09/2019
Snip & Sketch app in Windows 10
Microsoft has launched a fresh app, ' Snip & Sketch ' starting with Windows 10 1809, which substitutes for the common Snipping Tool. Similar features can be used with this tool to take screenshots, use tools like a pen or a pencil, and share them wherever we want.
In this manual, We will talk about the use of the app Snip and Sketch in Windows 10 to capture and annotate screenshots.....
Windows 10 Snip And Sketch| Blog | IT Updates
Microsoft has launched a fresh app, ' Snip & Sketch ' starting with Windows 10 1809, which substitutes for the common Snipping Tool. Similar features can be used with this tool to take screenshots, use tools like a pen or a pencil, and share them...
17/09/2019
How To Get Hard Disk Information In C #?
We are going to discuss how to obtain data from hard disk via WMI. Sometimes we have to understand how much free space there is on our disk, What kind of drive it is and/or what file system is being used.
Not so many times, Perhaps we need to know what the serial number is on the hard disk; especially when we want users to purchase our program licenses. All this will be covered by C #. First of All we know that....
Get Serial Number of Hard Drive | C# Programming Exercise | Course
Windows Management Instrumentation (WMI) is the Windows Operating and Data Management (WMI) infrastructure. Writing WMI scripts or apps for remote computer automation of administrative duties, But WMI provides other operating system and product....
10/07/2019
Question: Why Is It Necessary To Initialize Pointer Variables ?
Answer: When the pointers are declared, they contain some garbage value that will be interpreted as memory addresses. They may not be valid addresses or they may point to some values that are wrong...
Initialize Pointer Variables And Address Of Operator | C Programming | Questions Bank
When the pointers are declared, they contain some garbage value that will be interpreted as memory addresses. They may not be valid addresses or they may point to some values that are wrong. Since the compilers do not detect these errors....
08/07/2019
How to mouse selection or defined coordinates to crop a picture from a particular Picture box in another Picture box ?
The sample shows how to crop the image and display croped image to the target PictureBox control by mouse selection or specified co-ordinates from the specific PictureBox Control.
How to use the mouse in a Picturebox to select a area (rectangle).
How the crop image through the rectangle or to the specified coordinates...
Cropping Image In CSharp C# Programming Exercise | Course
The sample shows how to crop the image and display croped image to the target PictureBox control by mouse selection or specified co-ordinates from the specific PictureBox Control.How to use the mouse in a Picturebox to select a area (rectangle)...
28/06/2019
Convert Color image into gray Scale in C #
A gray picture is simply one in which the only colors are gray shades. This is because less information is needed for each pixel to be supplied from any other form of color picture. In fact, a "Gray" color has the same RGB space intensity in the red, green and blue components, so that for each pixel a single intensities value is only specified as opposed to the three intensities required for a full color image in each pixel.
Convert Color Image Into Gray Scale Image| Computer Programming | Blog
Convert Gray Scale Image - A gray picture is simply one in which the only colors are gray shades. This is because less information is needed for each pixel to be supplied from any other form of color picture. In fact, a "Gray" color has the same...
27/06/2019
SQL Server 2019 Community Technology Preview 3.1 is Now Available
The SQL Server 2019 Community Technology Preview (CTP) 3.1 is announced on a monthly basis with great interest. Customers can download this free build, test this release's characteristics and previous releases, and give the feedback to engineering team.
SQL Server 2019 Community Preview Version 3-1| Blog | IT Updates
The SQL Server 2019 Community Technology Preview (CTP) 3.1 is announced on a monthly basis with great interest. Customers can download this free build, test this release's characteristics and previous releases, and give the feedback to engineering..
26/06/2019
Question: What is pointer and what are the advantages of using pointers?
Answer: A pointer is a derived data type in C. Pointers stores memory addresses as their values. Since these memory addresses are locations in computer memory where program instruction and data are stored, pointers can be used to access and manipulate data stored in memory...
Pointer And There Advantage | C Programming | Questions Bank
A pointer is a derived data type in C. Pointers stores memory addresses as their values. Since these memory addresses are locations in computer memory where program instruction and data are stored, pointers can be used to access and manipulate...
13/06/2019
What is Progress Bar Control ?
The control of Windows Forms ProgressBar shows the progress of a process by displaying a suitable number of rectangles arranged in a horizontal bar. The bar is filled when the process is finished. Progress bars are commonly used to provide the user with an idea of how long to wait for a process to complete; for example, when loading a large file.....
CS ProgressBar Control | C# GUI | Course
Progress Bar Control - C # GUI - A progress bar is a monitor which can be used by an application to tell us how long an operation progresses, such as calculating a complicated outcome, downloading a big web file etc.
12/06/2019
What is Timer Control ?
Sometimes you may want to create a procedure that runs at certain times until a loop is finished or it runs when a set time interval is over. This process is possible with the Timer component.
In other words,
In C #, Timer repeatedly executes a coding block at a given time interval. The performance takes place via a timer. For instance, every 10 minutes to back up a folder or every second to write a log file. The method to be performed is placed in the timer case.
For Source Code and Complete Tutorial:
CS Timer Control | C# GUI | Course
Timer Control - C # GUI - Sometimes you may want to create a procedure that runs at certain times until a loop is finished or it runs when a set time interval is over. This process is possible with the Timer component.
10/06/2019
Difference Between .Net Framework & .Net Core
Difference Between DotNet Framework And DotNet Core| Computer Programming | Blog
Learn how different are the .NET Core and the .NET Framework and when to select the. NET Core. .NET Core is the new open source, cross-platform framework that allows apps to be created for every operating system, including Windows, Mac or Linux.