C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Sanjay Kumar(2)
Ashwani Tyagi(1)
Mike Gold(1)
Kiranteja Jallepalli(1)
Vincent Maverick Durano(1)
Aman (1)
Ashish Bhatnagar(1)
Menaka Priyadharshini B(1)
Krishna Rajput Singh(1)
Nitin Bhardwaj(1)
Vineet Kumar Saini(1)
Purushottam Rathore(1)
Raj Kumar(1)
Irfan Patel(1)
g_lazarevic (1)
John George Messiha(1)
Jigar Desai(1)
Manisha Mehta(1)
Kamran (1)
Tran Khanh Hien(1)
Resources
No resource found
Develop a Customized MessageBox in .NET MAUI
Feb 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 Xamarin
Feb 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 2012
Aug 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 WebForms
Apr 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.1
Aug 26, 2014.
This article describes to show the MessageBox in the Windows Phone.
MessageBox In WPF
Aug 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 MessageBox
Sep 11, 2006.
The attached source code contains a class WebMsgBox, which is a message box written in C# for ASP.NET applications.
Dialogs in JFC
Jul 27, 2023.
Dialog box, like frame, is a pop-up window on which user interface components can be laid out.
Popup Notification in Windows Forms
Aug 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 Server
Sep 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 App
Jan 04, 2013.
How to show a message box in a Windows Store app using the MessageDialog class.
Alert In TypeScript
Dec 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 Application
Nov 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 WPF
Aug 12, 2010.
This is a simple article to represent how to create Ellipse in WPF.
Message window using VB.NET in ajax
Dec 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 Control
Apr 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 Changer
Oct 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 Framework
May 22, 2002.
I have created a Unit conversion tool to calculate conversion from 16 different types.
Working with Tab Control : Part 1
Mar 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 Builder
Aug 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.