Click here to Skip to main content
15,905,420 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalabout IActiveDesktop Pin
yingkou26-Aug-04 17:03
yingkou26-Aug-04 17:03 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 19:24
Anonymous26-Aug-04 19:24 
GeneralRe: about IActiveDesktop Pin
yingkou26-Aug-04 20:22
yingkou26-Aug-04 20:22 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 21:11
Anonymous26-Aug-04 21:11 
GeneralRe: about IActiveDesktop Pin
Anonymous26-Aug-04 21:30
Anonymous26-Aug-04 21:30 
GeneralRe: about IActiveDesktop Pin
yingkou26-Aug-04 22:22
yingkou26-Aug-04 22:22 
GeneralRe: about IActiveDesktop Pin
David Crow27-Aug-04 9:22
David Crow27-Aug-04 9:22 
GeneralRe: about IActiveDesktop Pin
yingkou27-Aug-04 14:11
yingkou27-Aug-04 14:11 
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#if !defined(AFX_STDAFX_H__F616AF35_2179_40AC_8519_68448B090F9D__INCLUDED_)
#define AFX_STDAFX_H__F616AF35_2179_40AC_8519_68448B090F9D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers

#include afxwin.h
#include wininet.h
#include shlobj.h

#include afxext.h // MFC extensions
#include afxdisp.h // MFC Automation classes
#include afxdtctl.h // MFC support for Internet Explorer 4 Common Controls

#ifndef _AFX_NO_AFXCMN_SUPPORT
#include afxcmn.h // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__F616AF35_2179_40AC_8519_68448B090F9D__INCLUDED_)



// MyTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MyTest.h"
#include "MyTestDlg.h"
#include "MyClass.h"
#include "Tracer.h"
#include "CompressPicture.h"
#include "MyDlg.h"
#include shellapi.h
#include psapi.h

void CMyTestDlg::OnButtonOk()
{
IActiveDesktop* p=NULL;
.....
}



the symbols of < and > can not be shown here
GeneralRe: about IActiveDesktop Pin
David Crow28-Aug-04 17:27
David Crow28-Aug-04 17:27 
GeneralRe: about IActiveDesktop Pin
yingkou29-Aug-04 3:14
yingkou29-Aug-04 3:14 
GeneralHLOCAL -- Local Memory alloc/dealloc Pin
0v3rloader26-Aug-04 14:45
0v3rloader26-Aug-04 14:45 
GeneralRe: HLOCAL -- Local Memory alloc/dealloc Pin
David Crow27-Aug-04 2:24
David Crow27-Aug-04 2:24 
Generalusing #define to determine #include Pin
AssemblySoft26-Aug-04 14:37
AssemblySoft26-Aug-04 14:37 
GeneralRe: using #define to determine #include Pin
Christian Graus26-Aug-04 16:04
protectorChristian Graus26-Aug-04 16:04 
GeneralRe: using #define to determine #include Pin
AssemblySoft27-Aug-04 1:27
AssemblySoft27-Aug-04 1:27 
GeneralRe: using #define to determine #include Pin
David Crow27-Aug-04 2:27
David Crow27-Aug-04 2:27 
GeneralRe: using #define to determine #include Pin
AssemblySoft27-Aug-04 8:46
AssemblySoft27-Aug-04 8:46 
GeneralRe: using #define to determine #include Pin
David Crow27-Aug-04 9:13
David Crow27-Aug-04 9:13 
GeneralRe: using #define to determine #include Pin
AssemblySoft29-Aug-04 12:29
AssemblySoft29-Aug-04 12:29 
GeneralRe: using #define to determine #include Pin
AssemblySoft27-Aug-04 8:50
AssemblySoft27-Aug-04 8:50 
GeneralRe: using #define to determine #include Pin
rotu27-Aug-04 0:07
rotu27-Aug-04 0:07 
GeneralRe: using #define to determine #include Pin
AssemblySoft27-Aug-04 1:26
AssemblySoft27-Aug-04 1:26 
GeneralRe: using #define to determine #include Pin
GKarRacer27-Aug-04 10:44
GKarRacer27-Aug-04 10:44 
GeneralRe: using #define to determine #include Pin
AssemblySoft29-Aug-04 12:29
AssemblySoft29-Aug-04 12:29 
GeneralRe: using #define to determine #include Pin
GKarRacer31-Aug-04 7:40
GKarRacer31-Aug-04 7:40 

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.