Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / dialog

Dialog

dialog

Great Reads

by Michael Chourdakis
C++, Direct2D, one function and you got a nice picker
by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
by Patrik Mlekuž
Image Control for viewing most common image formats with advanced features included (Import Image, Preview, Resize, Position, Pan, Zoom, Export Image, Extract Resource Icon).
by Joezer BH
Avoiding a cumbersome message box or input box that locks the application in WPF.

Latest Articles

by Michael Chourdakis
C++, Direct2D, one function and you got a nice picker
by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
by Patrik Mlekuž
Image Control for viewing most common image formats with advanced features included (Import Image, Preview, Resize, Position, Pan, Zoom, Export Image, Extract Resource Icon).
by Joezer BH
Avoiding a cumbersome message box or input box that locks the application in WPF.

All Articles

Sort by Score

dialog 

by Joezer BH
Avoiding a cumbersome message box or input box that locks the application in WPF.
by Deepali Dhingra
This tip explains how to create a to do or Shopping List app with listview, sqlite, dialog and customadapter
by Surendra Adhikari SA
Implimenting a message box that closes automatically using thread.
by P_Dash
Showing multiple dialogs concurrently in UWP
by Member 16179004
Capture Enter key in edit control with no dialog box and no subclass.
by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
by DrABELL
Pure HTML5 modal pop-up box ("darkbox") implemented via CSS 3
by Thomas Daniels
A tip about how to set the position of a Windows Forms MessageBox in C#
by veen_rp
A small JavaScript module to create a modal dialog box or user input box in the familiar .NET style
by Nejimon CR
Make irregular splash screens without writing a single line of code!
by Redgum
A customizable MessageBox() DLL and test application with dozens of built-in icons and color schemes
by Jaime Olivares
Shorter way to evaluate DialogResult after calling Window.ShowDialog
by Andrew Rissing
Or even...if (frm.ShowDialog() == true){ // do something here}
by Thornik
May be this is better?if (f.ShowDialog() ?? false) { // ebat' melkosoft za takie prikoly}
by catbirch
if(frm.DialogR...
by Member 2722225
what about this one :if (new frm().ShowDialog().Equals(true)) { //do something }
by Roger65
How to type text into a static control, change the font used and then save it into a bitmap