﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=manisha-mehta" rel="self" type="application/rss+xml" /><item><title>Opening and Viewing Images and Text Files in VB.NET</title><description>We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ drawing, menus and panel control.</description><link>https://www.c-sharpcorner.com/UploadFile/mmehta/opening-and-viewing-images-and-text-files-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/mmehta/opening-and-viewing-images-and-text-files-in-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>A Simple Web Service in VB.NET</title><description>This article and attached source code will demonstrate you how simple it is to create a web service and how the clients consume the web service provided by the .NET Environment.</description><link>http://www.vbdotnetheaven.com/UploadFile/mmehta/SimpleWebService04262005065102AM/SimpleWebService.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/mmehta/SimpleWebService04262005065102AM/SimpleWebService.aspx</guid><pubDate>Tue, 26 Apr 2005 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Opening and viewing Images and Text files</title><description>We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ drawing, menus and panel control.</description><link>http://www.vbdotnetheaven.com/UploadFile/mmehta/OpeningViewingImagesText04232005004923AM/OpeningViewingImagesText.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/mmehta/OpeningViewingImagesText04232005004923AM/OpeningViewingImagesText.aspx</guid><pubDate>Fri, 05 Sep 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Opening and Viewing Text and Image Files</title><description>We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. In doing so, we will learn some basics of GDI+ drawin</description><link>https://www.c-sharpcorner.com/article/opening-and-viewing-text-and-image-files/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/opening-and-viewing-text-and-image-files/</guid><pubDate>Sat, 08 Mar 2003 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Loading XML File in a TreeView Control using Multithreading</title><description>There are many occasions when programmers need to develop multithreading applications, which can load big files in the background and let the user do data entry or other jobs without any interruption. In this article, I'll show you how to create multiple threads to load multiple files.</description><link>https://www.c-sharpcorner.com/article/loading-xml-file-in-a-treeview-control-using-multithreading/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/loading-xml-file-in-a-treeview-control-using-multithreading/</guid><pubDate>Fri, 19 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Multithreading Part 4: The ThreadPool, Timer Classes and Asynchronous Programming</title><description>In this article, I would discuss few more .NET classes and how and what role do they play a role in building multithreading applications.</description><link>https://www.c-sharpcorner.com/article/multithreading-part-4-the-threadpool-timer-classes-and-asy/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multithreading-part-4-the-threadpool-timer-classes-and-asy/</guid><pubDate>Tue, 16 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Multithreading Part 3: Thread Synchronization</title><description>The .NET framework provides a number of classes and data types that you can use to control the access to shared resources. Thread synchronization refers to the act of shielding against multithreading issues such as data- races, deadlocks and starvation.</description><link>https://www.c-sharpcorner.com/article/multithreading-part-3-thread-synchronization/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multithreading-part-3-thread-synchronization/</guid><pubDate>Thu, 11 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Multithreading Part 2: Understanding the System.Threading.Thread Class</title><description>In this article we will study the .NET threading API, how to create threads in C#, start and stop them, define their priorities and states.</description><link>https://www.c-sharpcorner.com/article/multithreading-part-2-understanding-the-system-threading-th/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multithreading-part-2-understanding-the-system-threading-th/</guid><pubDate>Mon, 08 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Multithreading Part I: Multithreading and Multitasking</title><description>In this and a series of articles that would follow, we would learn about threads and how to write multi-threaded programs in C#.</description><link>https://www.c-sharpcorner.com/article/multithreading-part-i-multithreading-and-multitasking/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/multithreading-part-i-multithreading-and-multitasking/</guid><pubDate>Mon, 08 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Real-time Message Logging Utility - Part 1</title><description>A message logger is a utility that helps in logging the messages thrown from functions/programs. It is useful in critical applications as it helps to know the time taken by a function to execute, the time that the function remained idle and any messages that the function wants to be logged for further analysis.</description><link>https://www.c-sharpcorner.com/article/real-time-message-logging-utility-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/real-time-message-logging-utility-part-1/</guid><pubDate>Mon, 01 Apr 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Working with Tab Control : Part 1</title><description>In this article I would only concentrate on the first tab-page so you would learn about the use of a user-control and the details of database connectivity and record insertions. </description><link>https://www.c-sharpcorner.com/article/working-with-tab-control-part-1/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/working-with-tab-control-part-1/</guid><pubDate>Thu, 21 Mar 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Tutorial: Capturing and Running IE Instances in a Windows control</title><description>In this article we are going to study how to find the running instances of Internet Explorer on your machine.</description><link>https://www.c-sharpcorner.com/article/tutorial-capturing-and-running-ie-instances-in-a-windows-co/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/tutorial-capturing-and-running-ie-instances-in-a-windows-co/</guid><pubDate>Fri, 15 Mar 2002 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item><item><title>Remoting in .NET</title><description>.NET Remoting provides a way for application in different machines/domains to communicate with each other. </description><link>https://www.c-sharpcorner.com/article/remoting-in-net2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/remoting-in-net2/</guid><pubDate>Thu, 05 Apr 2001 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Manisha Mehta)</author></item></channel></rss>