From: Maharajan on
Hi
I couldn't find the sample sources for CMfcDesktopAlertDialog sample in that samples folder. I have vc++ directories samples other that the specified one. Also I would like to know custom CMypopupdlg(from where it is derived).



Posted as a reply to:

Re: CMFCDesktopAlertWnd

On Mon, 19 May 2008 01:03:29 -0700, jayMFC
<jayMFC(a)discussions.microsoft.com> wrote:


Hi JayMFC,

I'd recommend you look at the DesktopAlertDemo sample. The samples are
in a zip file AllVCLanguageSamples.zip in the Program Files\Microsoft
Visual Studio 9.0\Samples folder.

CMyPopupDlg is a class in the DesktopAlertDemo project that uses a
dialog box (IDD_DIALOG1) for the alert window.

You could copy the CMyPopupDlg code from the sample into your project,
and also the IDD_DIALOG1 resource. The code is in MyAlertDlg.cpp and
MyAlertDlg.h.

Chris

EggHeadCafe - Software Developer Portal of Choice
WCF Workflow Services Using External Data Exchange
http://www.eggheadcafe.com/tutorials/aspnet/3d49fa0d-a120-4977-842a-6dafb17b6d74/wcf-workflow-services-usi.aspx
From: AliR on
You can download DesktopAlertDemo sample from here:

http://msdn.microsoft.com/en-us/library/bb984628.aspx

AliR.

<Maharajan M> wrote in message news:200991652527mahadreamz(a)gmail.com...
> Hi
> I couldn't find the sample sources for CMfcDesktopAlertDialog sample in
> that samples folder. I have vc++ directories samples other that the
> specified one. Also I would like to know custom CMypopupdlg(from where it
> is derived).
>
>
>
> Posted as a reply to:
>
> Re: CMFCDesktopAlertWnd
>
> On Mon, 19 May 2008 01:03:29 -0700, jayMFC
> <jayMFC(a)discussions.microsoft.com> wrote:
>
>
> Hi JayMFC,
>
> I'd recommend you look at the DesktopAlertDemo sample. The samples are
> in a zip file AllVCLanguageSamples.zip in the Program Files\Microsoft
> Visual Studio 9.0\Samples folder.
>
> CMyPopupDlg is a class in the DesktopAlertDemo project that uses a
> dialog box (IDD_DIALOG1) for the alert window.
>
> You could copy the CMyPopupDlg code from the sample into your project,
> and also the IDD_DIALOG1 resource. The code is in MyAlertDlg.cpp and
> MyAlertDlg.h.
>
> Chris
>
> EggHeadCafe - Software Developer Portal of Choice
> WCF Workflow Services Using External Data Exchange
> http://www.eggheadcafe.com/tutorials/aspnet/3d49fa0d-a120-4977-842a-6dafb17b6d74/wcf-workflow-services-usi.aspx