Related resources for NTP
  • Print Dialog And Print Preview Tools Using Entire Windows Form To Print9/9/2024 11:10:25 AM. This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configu
  • Service Management in C#.NET11/24/2023 7:21:13 AM. This article discusses how to create a Web Application to manage the services running on our system.
  • How To Use C# To Print Invoice9/11/2023 12:26:16 PM. This is a trial to print Invoice with C# using PrintPreviewDialog control and PrintDocument control.Printing an Invoice in C#: This process involves designing an invoice layout, creating a PrintDocum
  • Understanding Numeric IntPtr and UIntPtr in C#8/18/2023 11:07:34 AM. Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe
  • Restricting a C# Application to a Single Instance7/17/2023 10:15:21 AM. This post will show how you can implement that in your windows application using C#.
  • Component {Parameters} in Blazor4/19/2023 10:22:44 AM. In this article we are going to learn about the how to pass parameters between components in Blazor
  • Content Provider In Android Studio (Simple Steps)5/24/2022 3:41:24 AM. Content Provider in simple and explained steps.How to take contact to application in android studio.
  • Printing a Ruler using C# and GDI+5/21/2020 4:24:30 AM. If you misplaced your ruler, here's an application that will create one for you on your printer!
  • Editable GridView Control in C# and .NET - Part-III Printing the GridView5/21/2020 4:06:12 AM. In our last two articles, we talked about how to create an editable GridView and how to make it persistent in XML.
  • Load XML File Data in DataGridView & Print DataGridView Data5/21/2020 12:03:51 AM. Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
  • Working GradientPaint Class in Java9/13/2019 6:45:01 AM. In this article we are going to describe how to use the GradientPaint class to make a better UI.
  • Getting Started With Ansible - Part Nine9/5/2019 10:00:26 AM. This is in continuation to the articles of the series “Learning Ansible”. In our previous articles we have learned about loops, variables and their precedence.
  • PrintPreviewControl In C#9/15/2018 12:43:44 PM. The PrintPreviewControl control represents the raw part of the print preview of a document that is ready go to the printer. In this article, I will discuss how to use a PrintPreviewControl control to
  • User Information in Windows 8 App1/8/2013 10:45:43 PM. This article demonstrates how to get and set a user's profile information within a Windows Store app.
  • Printing Directly to the Printer in VB.NET11/10/2012 3:40:10 AM. Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems. Additionally I have added code to show how to send PCL codes to the printer.
  • UltraGrid control with dynamic column using VB.Net11/10/2012 3:01:31 AM. The following article will explain how to add dynamic column and perform calculation in the dataset.
  • UltraGrid control with dynamic column using VB.NET11/10/2012 2:59:34 AM. The following article will explain how to add dynamic column and perform calculation in the dataset.
  • How to use VB.Net to print Invoice11/8/2012 9:42:44 AM. In this article I will demonstrate how to use VB.Net to print Invoice.
  • Windows Phone Application in Expression Blend 49/8/2012 8:59:02 PM. Today we are going to learn about Windows Phone Applications.
  • Paging in ASP.NET5/20/2012 3:14:18 AM. Days are over when developers had to write complex logic for implementing paging in an ASP pages. With DataGrid control in ASP.NET, paging has become far simpler than it was in earlier ASP days. Using DataGrid control we can implement paging in variety of ways. This document discusses various ways in which we can implement the same.
  • EAN13 Barcode Control5/15/2012 3:40:52 PM. This is simple EAN13 barcode control, which can be used to display and draw EAN13 barcode to any graphics object.
  • AccountPlus10/14/2009 8:31:06 AM. AccountPlus is an application which can be used for shared account/expense management with proper reporting and general analytics.
  • How to create and use Master Pages in ASP.NET 2.06/10/2009 1:23:31 AM. This small tip shows you how to create and use simple master pages in ASP.NET 2.0.
  • Printing out your W2 Form using C# and .NET1/31/2007 7:16:37 AM. This article covers a fairly practical aspect of using a computer - dealing with forms. The concepts in this article can be used to create any Form Application so that you can design forms that you can Fill Out, Open, Save, Print and Print Preview.
  • Generating Maze using C# and .NET1/31/2007 7:08:13 AM. This article focuses on how to generate a maze using the depth first search algorithm. This is a very simple but clever algorithm that creates a maze by randomly stripping one available wall between two cells for every cell in the grid.
  • Refreshing a parent page from a child in ASP.NET 2.0 1/18/2007 3:37:26 AM. I'm going to explain how to refresh a parent page from a child page using the new API of ASP.NET 2.0 and JavaScript language.
  • SOAP Client in Windows XP2/28/2006 12:08:38 AM. This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP.
  • Macro to Update References of all Projects in a Solution2/16/2006 1:11:17 AM. When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
  • Printing in C#1/20/2006 4:47:10 AM. An application show you all Printing, Print Preview functionality using C#.
  • GalleryDotNet12/26/2005 7:22:16 AM. This is a simple C# console application (source included) that takes a directory of images and creates a html gallery out of them.