Click here to Skip to main content
15,886,091 members
Everything / Dialog

Dialog

dialog

Great Reads

by Michael Chourdakis
C++, Direct2D, one function and you got a nice picker
by veen_rp
A small JavaScript module to create a modal dialog box or user input box in the familiar .NET style
by Howard 9448490
Windows Forms Print Dialog for rich text with accurate page preview and zooming
by Andy Point
Android Alert Dialog Tutorial : Working with Time Picker, Date Picker and List Dialogs In this tutorial we will discuss how to use dialogs and alerts in Android Apps. A Dialog is a small popup shown to the user to get some additional information from the user or ask him to make some decision. Alert

Latest Articles

by Member 16179004
Capture Enter key in edit control with no dialog box and no subclass.
by ToughDev
Retro68 GCC-based SDK for 68K Mac
by Roger65
How to type text into a static control, change the font used and then save it into a bitmap
by Evoluteur
A web color picker which looks like the one in Microsoft Office 2010

All Articles

Sort by Score

Dialog 

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