x
Menu

C# programming

Other,

Updated On 02 Feb, 19

Overview

Getting Started and Mysql database Connection - Create Login Form with MySql - Password Protection using Textbox - Add pictures and icons in Frame - How To Open A Second Form using First Form - Insert/Save data to database - Edit/Update a data from Database with button - Deleting selected data from database - How to Use a Combo box - How to Link Combobox with Database values - Database values in textbox if select Combobox - How to Link List Box with Database and show values in textbox if select ListBox - Show database values in Table or DataGridView - How to use Chart /Graph in Visual C# - How to Link Chart /Graph with Database - Dynamically Display (Running) Current Date Time - How to use Progress Bar and Button - How to gracefully exit this application - Message Box Asking if The User Wants To Exit - Change column title of datagridview when connecting Mysql - Display selected row from datagridview to TextBox in C# - Checkbox , radiobutton and groupbox with Database in C# - How to use DateTimePicker and save date in Database - How to use OpenFileDialog and copy file path - Open File text into Textbox or richTextBox in C#

Search and highlight text in Textbox or richTextBox in C# - Create a text file and write in it using C# - Create Excel (.XLS and .XLSX) file from C# Using excellibrary - How to Export Data from Database To Excel File By using C# - How to import excel file to datagridview in c# - How to open and show a PDF file inside the Form - How to launch any (.exe) file in any Directory - Make Application to Beep and How to add a delay in seconds - How To Play An Audio File - Random Number Generator within range C# - How to use and connect Sqlite in a C# project - How to add a (Windows Media Player) Video clip to the form MP3 Media Player in C# - Insert image in the database - Retrieving images from Database - iTextSharp:How to create PDF file in C# - How to create Lists with iTextSharp PDF file in C# - Working with images in PDF file using C# - Add table into existing PDF using - How to get data of Datagridview in pdf in C# - iMicrosoft Chart Controls to PDF with iTextSharp - How to automatically open ITextSharp PDF after creating file - Encrypt data from simple string in C# - Decrypt Encrypted data again to simple text

Includes

Lecture 19: Message Box Asking if The User Wants To Exit

4.1 ( 11 )


Lecture Details

ClickOnce creates defect runtime code‎ C sharp
Message Box Asking Wether The User Wants To Save Before
FormClosing and Application.Exit is causing the MessageBox to c#
MessageBox Issue Windows Forms Application C#
How can I prevent window closing by showing a MessageBox ? Show( "Do you really want to close? Do you want to save before exiting? Visual C#
Show("Do you really want to close the program?", "SomeTitle", MessageBoxButtons.YesNo); if (dialog == DialogResult.Yes) { Application.Exit()

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send