Resources  
  • Develop a Customized MessageBox in .NET MAUIFeb 12, 2024. A message box, also known as a dialog or alert box, serves various functions within software applications, each with specific requirements aimed at improving user interaction
  • Developing a Customized MessageBox in XamarinFeb 11, 2024. A message box, also known as a dialog or alert box, serves various functions within software applications, each with specific requirements aimed at improving user interaction
  • Creating a MessageBox in LightSwitch 2012Aug 07, 2013. This article describes how to create a MessageBox in a LightSwitch Application (Visual C#) in Visual Studio 2012.
  • A Scrollable MessageBox In C#Jul 30, 2007. This article demonstrates how to create a message box that contains messages that scroll. This message box also allows you to read the message in from a file as well as change fonts and color properties.
  • MessageBox.Show Method in C#May 24, 2015. Learn how to use the MessageBox.Show method in C#.
  • A Customized MessageBox, ConfirmBox and FrameBox Controls For ASP.Net WebFormsApr 30, 2015. In this article you will learn about the Customized MessageBox, ConfirmBox and FrameBox Controls for ASP.NET WebForms.
  • MessageBox Popup in Windows Phone 8.1Aug 26, 2014. This article describes to show the MessageBox in the Windows Phone.
  • MessageBox In WPFAug 11, 2009. A WPF message box is a dialog box that displays an alert or a message or also lets the user have some options to choose from. In this article, we will see working with MessageBox In WPF.
  • ASP.NET MessageBoxSep 11, 2006. The attached source code contains a class WebMsgBox, which is a message box written in C# for ASP.NET applications.
  • Dialogs in JFCJul 27, 2023. Dialog box, like frame, is a pop-up window on which user interface components can be laid out.
  • Popup Notification in Windows FormsAug 01, 2018. Learn how to implement popup notifications in Windows Forms applications with this comprehensive guide. Explore techniques using MessageBox, NotifyIcon, and custom forms for user-friendly notifications.
  • How to Create Login Form in Visual Studio and Connect With SQL ServerSep 15, 2014. Learn to create a login form in Visual Studio by designing a Windows Forms application. Customize form elements like buttons, labels, and text boxes using properties for font, color, and layout.
  • Message Box in Windows Store AppJan 04, 2013. How to show a message box in a Windows Store app using the MessageDialog class.
  • Alert In TypeScriptDec 20, 2012. In this article I explain how to use an alert box in TypeScript with an example.
  • Open a screen after saving another screen in a LightSwitch ApplicationNov 23, 2011. In this article we will discuss about the messagebox and inputbox for opening a screen after saving another screen in LoghtSwitch.
  • Ellipse in WPFAug 12, 2010. This is a simple article to represent how to create Ellipse in WPF.
  • Message window using VB.NET in ajaxDec 03, 2007. This article is used to show message window in vb.net using ajax. The problem comes when you use vb.net using ajax enables website.
  • MDI (Multiple Document Interface)Jul 05, 2005. This tutorials describes about Multiple Document Interface.
  • Localizable Message Box ControlApr 02, 2005. This is localizable MessageBox control. Buttons on standard windows message box controls are always Yes, No, Abort, Cancel, OK, Ignore, Retry. I needed different text on my message boxes so I decided to develop custom message box control.
  • Photo Browser and Wallpaper ChangerOct 20, 2003. The attached source code is a Photo Browser and Wallpaper changer. You can save your favorite photos in a list and loud it at any time.
  • Unit Conversion Tool for Pocket PC with Compact FrameworkMay 22, 2002. I have created a Unit conversion tool to calculate conversion from 16 different types.
  • Working with Tab Control : Part 1Mar 21, 2002. 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.
  • Multilingual Support in C#Jan 03, 2002. Many major languages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so special features are provided for dealing with these languages. This article will tell how to implement multilingual application using C#.
  • Message Box BuilderAug 14, 2001. This program will help you using MessageBox Class. Program generates code from what you choose.
  • Tutorial: Working with Toolbars in C#Jan 30, 2001. This tutorial explains you how to add toolbars to a form, load images to the toolbar buttons, and writing event handlers for toolbar buttons.