Click here to Skip to main content
15,885,216 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Weather Web Service Pin
teejayem13-Nov-09 3:51
teejayem13-Nov-09 3:51 
GeneralRe: Weather Web Service Pin
Etienne_12313-Nov-09 4:02
Etienne_12313-Nov-09 4:02 
QuestionRun application on 2nd Core Pin
divyesh143213-Nov-09 0:46
divyesh143213-Nov-09 0:46 
AnswerRe: Run application on 2nd Core Pin
Covean13-Nov-09 1:46
Covean13-Nov-09 1:46 
QuestionI want to learn silver light.Can any one tell me the best approach? Pin
pallaka13-Nov-09 0:42
pallaka13-Nov-09 0:42 
AnswerRe: I want to learn silver light.Can any one tell me the best approach? Pin
Mark Salsbery13-Nov-09 7:59
Mark Salsbery13-Nov-09 7:59 
AnswerRe: I want to learn silver light.Can any one tell me the best approach? Pin
Michael Eber22-Jan-10 12:54
Michael Eber22-Jan-10 12:54 
QuestionHow to create a "Are you sure pop-up when closing application (with never show this message again check box)" using WPF and C#?. Pin
rajeberer12-Nov-09 20:40
rajeberer12-Nov-09 20:40 
I want to create a "Are you sure Messagbox when closing application (with never show this message again check box) using WPF and C#,

Could someone please help me out.. its very urgent.

here is the code:

WPF Code:
====================

<window x:class="Pfizer.EPRA.SmartClient.Forms.Master"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:y="clr-namespace:Pfizer.EPRA.SmartClient.Controls"
title="ePRA" windowstate="Maximized"
icon="\Images\ePRA-Icon.png"
closing<b="">="Window_Closing" >

<window.resources>



C# Code:
=======================

private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{

MessageBox.Show("Are you sure pop-up when closing application ");

Here, I need a MessageBox with Yes, No buttons and A checkbox with "never show this message again"
When never show this message again check box is selected by the user, this message shold not be shown again.

}







thank you very much in advance for helping me out
AnswerRe: How to create a "Are you sure pop-up when closing application (with never show this message again check box)" using WPF and C#?. Pin
Richard MacCutchan12-Nov-09 22:52
mveRichard MacCutchan12-Nov-09 22:52 
QuestionHelp with a custom layered bitmap control in WPF Pin
BryanWilkins12-Nov-09 14:38
professionalBryanWilkins12-Nov-09 14:38 
AnswerRe: Help with a custom layered bitmap control in WPF[Solved] Pin
BryanWilkins16-Nov-09 2:33
professionalBryanWilkins16-Nov-09 2:33 
Questionlistbox problems Pin
loyal ginger12-Nov-09 9:01
loyal ginger12-Nov-09 9:01 
AnswerRe: listbox problems Pin
Pete O'Hanlon12-Nov-09 9:26
mvePete O'Hanlon12-Nov-09 9:26 
QuestionMessage Removed Pin
12-Nov-09 3:28
professionalN_tro_P12-Nov-09 3:28 
AnswerRe: Silverlight 3 tutorial Pin
Mark Salsbery12-Nov-09 6:54
Mark Salsbery12-Nov-09 6:54 
QuestionDesigner issue Pin
Tauseef A12-Nov-09 3:18
Tauseef A12-Nov-09 3:18 
AnswerRe: Designer issue Pin
Mark Salsbery12-Nov-09 7:00
Mark Salsbery12-Nov-09 7:00 
QuestionRe: Designer issue Pin
Tauseef A12-Nov-09 19:43
Tauseef A12-Nov-09 19:43 
AnswerRe: Designer issue Pin
Mark Salsbery12-Nov-09 21:36
Mark Salsbery12-Nov-09 21:36 
QuestionRe: Designer issue Pin
Tauseef A13-Nov-09 7:04
Tauseef A13-Nov-09 7:04 
AnswerRe: Designer issue Pin
Mark Salsbery13-Nov-09 7:18
Mark Salsbery13-Nov-09 7:18 
QuestionWPF Grid View Pin
sankarganesh11-Nov-09 21:48
sankarganesh11-Nov-09 21:48 
AnswerRe: WPF Grid View Pin
Pete O'Hanlon11-Nov-09 22:32
mvePete O'Hanlon11-Nov-09 22:32 
QuestionSet the Text property of a TextBox Pin
soup11-Nov-09 11:53
soup11-Nov-09 11:53 
AnswerRe: Set the Text property of a TextBox Pin
Christian Graus11-Nov-09 14:08
protectorChristian Graus11-Nov-09 14:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.