SlideShare ist ein Scribd-Unternehmen logo
1 von 64
Downloaden Sie, um offline zu lesen
3   Visual Studio 2010 C++ / MFC
5   Visual Studio 2010 C++ / MFC
Visual Studio
   Office 2003
        Visual Studio 2005

                Office 2007

                    Office 2007
                    Black
MDI Tabbed Group




MDI Tabbed Standard




MDI Tabbed Standard
+ Auto-Color
11   Visual Studio 2010 C++ / MFC
12   Visual Studio 2010 C++ / MFC
아니요.
                       아니요
                       GetVersionEx( … ), VerifyVersionInfo( … ) 등




                       MFC 기능 내에서는 큰 문제 없을 듯
                                           듯.



13   Visual Studio 2010 C++ / MFC
14   Visual Studio 2010 C++ / MFC
M lti t   h
    Multi-touch
               Ribbon
Jumplists
16   Visual Studio 2010 C++ / MFC
Multiple
                                                            windows
                                                             i d
     Running                        Not running   Active   and hover




17   Visual Studio 2010 C++ / MFC
18   Visual Studio 2010 C++ / MFC
19   Visual Studio 2010 C++ / MFC
20   Visual Studio 2010 C++ / MFC
21   Visual Studio 2010 C++ / MFC
Pinned category
Destinations
               Known categories
  (
  (“nouns”))
               Custom categories
               User tasks
       Tasks
   (“verbs”)   Taskbar tasks
23   Visual Studio 2010 C++ / MFC
24   Visual Studio 2010 C++ / MFC
25   Visual Studio 2010 C++ / MFC
Taskbar Features :
 Overlay Icon
 Progress bar
 Jump list
27   Visual Studio 2010 C++ / MFC
28   Visual Studio 2010 C++ / MFC
29   Visual Studio 2010 C++ / MFC
30   Visual Studio 2010 C++ / MFC
31   Visual Studio 2010 C++ / MFC
32   Visual Studio 2010 C++ / MFC
Taskbar Fretures :
 Thumbnail Preview
 Thumbnail Toolbars
이미지 출처 : http://farm3.static.flickr.com/2152/2547399057_f91154cb87_o.jpg



34   Visual Studio 2010 C++ / MFC
36   Visual Studio 2010 C++ / MFC
http://msdn.microsoft.com/en-us/library/dd940543(VS.85).aspx
http://msdn microsoft com/en us/library/dd940543(VS 85) aspx
class CWnd
{
    void OnTabletQuerySystemGestureStatus ( WPARAM wParam, LPARAM lParam );
    void OnGesture ( WPARAM wParam, LPARAM lParam );

      BOOL SetGestureConfig(CGestureConfig* pConfig);
      BOOL GetGestureConfig(CGestureConfig* pConfig);
      const PGESTUREINFO GetCurrentGestureInfo() const;

      virtual BOOL OnGestureZoom(CPoint ptCenter, long lDelta);
      virtual BOOL OnGesturePan(CPoint ptFrom, CPoint ptTo);
      virtual BOOL OnGestureRotate(CPoint ptCenter, double dblAngle);
      virtual BOOL OnGestureTwoFingerTap(CPoint ptCenter);
      virtual BOOL OnGesturePressAndTap(CPoint ptPress, long lDelta);
};




 40   Visual Studio 2010 C++ / MFC
41   Visual Studio 2010 C++ / MFC
class CWnd
{
    BOOL m_bIsTouchWindowRegistered;

      void OnTouchMessage( WPARAM wParam, LPARAM lParam );
      BOOL RegisterTouchWindow(BOOL bRegister = TRUE, ULONG ulFlags = 0);
      BOOL IsTouchWindow() const;

      virtual ULONG GetGestureStatus(CPoint
      virtual ULONG GetGestureStatus(CPoint ptTouch);
      virtual BOOL OnTouchInputs(UINT nInputsCount, PTOUCHINPUT pInputs);
      virtual BOOL OnTouchInput
          (CPoint pt, int nInputNumber, int nInputsCount, PTOUCHINPUT pInput);
};




 42   Visual Studio 2010 C++ / MFC
43   Visual Studio 2010 C++ / MFC
44   Visual Studio 2010 C++ / MFC
Crash !!
MS Word 2007   MS Excel 2007
종료
Note : Document-View 구조에 적용됨.
       Document-         적용됨
 (Dialog Based 프로젝트에서는 미지원)
                         미지원)
Restart Manager 적용 방법 및
 기능 동작 데모
Message B
M       Box   Task Di l
              T k Dialog   class CDi l
                            l    CDialog
IMG : http://www.codeproject.com/KB/vista/TaskDialogEmulateRedux/TaskDialogRedux02.png
인터넷 익스플로러 8.0의 세션 복구 기능 안내창.
T k Dialog 사용 방법 및
Task Di l
 기능 데모
http://www.microsoft.com/downloads/details.aspx?familyid=1C333F06-
 http://www.microsoft.com/downloads/details.aspx?familyid=1C333F06-
 FADB-4D93-9C80-
 FADB-4D93-9C80-402621C600E7&displaylang=en




     http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-
     http://www.microsoft.com/downloads/details.aspx?familyid=752CB725-
     969B-4732-A383-
     969B-4732-A383-ED5740F02E93&displaylang=en




62    Visual Studio 2010 C++ / MFC
Visual Studio 2010 공식 팀 블로그

http://vsts2010.net
   p
S#02 최성기

Weitere ähnliche Inhalte

Ähnlich wie S#02 최성기

MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0Thomas Conté
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010ukdpe
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010ukdpe
 
C++ Interface Versioning
C++ Interface VersioningC++ Interface Versioning
C++ Interface VersioningSkills Matter
 
Resume of Rodger Bernstein
Resume of Rodger BernsteinResume of Rodger Bernstein
Resume of Rodger BernsteinRodger Bernstein
 
Csharp Hands On Lab Paul Yao
Csharp Hands On Lab Paul YaoCsharp Hands On Lab Paul Yao
Csharp Hands On Lab Paul YaoMamgmo Magnda
 
Introduction-to-C-Part-1 (1).doc
Introduction-to-C-Part-1 (1).docIntroduction-to-C-Part-1 (1).doc
Introduction-to-C-Part-1 (1).docMayurWagh46
 
Back in Business with C++
Back in Business with C++Back in Business with C++
Back in Business with C++Ovidiu Farauanu
 
Software Architecture New Features of Visual Studio 2010 / .Net 4.0 - Part 1...
Software Architecture New Features of Visual Studio 2010 / .Net 4.0  - Part 1...Software Architecture New Features of Visual Studio 2010 / .Net 4.0  - Part 1...
Software Architecture New Features of Visual Studio 2010 / .Net 4.0 - Part 1...Shahzad
 
Introduction to Programming using C/C++
Introduction to Programming using C/C++Introduction to Programming using C/C++
Introduction to Programming using C/C++Dr Piyush Charan
 
Introduction-to-C-Part-1.pptx
Introduction-to-C-Part-1.pptxIntroduction-to-C-Part-1.pptx
Introduction-to-C-Part-1.pptxNEHARAJPUT239591
 
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJ
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJIntroduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJ
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJmeharikiros2
 
Introduction-to-C-Part-1.pdf
Introduction-to-C-Part-1.pdfIntroduction-to-C-Part-1.pdf
Introduction-to-C-Part-1.pdfAnassElHousni
 
C# Tutorial MSM_Murach chapter-01-slides
C# Tutorial MSM_Murach chapter-01-slidesC# Tutorial MSM_Murach chapter-01-slides
C# Tutorial MSM_Murach chapter-01-slidesSami Mut
 
High performance web programming with C++14
High performance web programming with C++14High performance web programming with C++14
High performance web programming with C++14Matthieu Garrigues
 
C++ helps you to format the I/O operations like determining the number of dig...
C++ helps you to format the I/O operations like determining the number of dig...C++ helps you to format the I/O operations like determining the number of dig...
C++ helps you to format the I/O operations like determining the number of dig...bhargavi804095
 

Ähnlich wie S#02 최성기 (20)

MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
MS Day EPITA 2010: Visual Studio 2010 et Framework .NET 4.0
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010
 
MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010MTaulty_DevWeek_VS2010
MTaulty_DevWeek_VS2010
 
C++ Interface Versioning
C++ Interface VersioningC++ Interface Versioning
C++ Interface Versioning
 
Resume of Rodger Bernstein
Resume of Rodger BernsteinResume of Rodger Bernstein
Resume of Rodger Bernstein
 
T2
T2T2
T2
 
Csharp Hands On Lab Paul Yao
Csharp Hands On Lab Paul YaoCsharp Hands On Lab Paul Yao
Csharp Hands On Lab Paul Yao
 
Introduction-to-C-Part-1 (1).doc
Introduction-to-C-Part-1 (1).docIntroduction-to-C-Part-1 (1).doc
Introduction-to-C-Part-1 (1).doc
 
Back in Business with C++
Back in Business with C++Back in Business with C++
Back in Business with C++
 
Software Architecture New Features of Visual Studio 2010 / .Net 4.0 - Part 1...
Software Architecture New Features of Visual Studio 2010 / .Net 4.0  - Part 1...Software Architecture New Features of Visual Studio 2010 / .Net 4.0  - Part 1...
Software Architecture New Features of Visual Studio 2010 / .Net 4.0 - Part 1...
 
Introduction to Programming using C/C++
Introduction to Programming using C/C++Introduction to Programming using C/C++
Introduction to Programming using C/C++
 
Introduction-to-C-Part-1.pptx
Introduction-to-C-Part-1.pptxIntroduction-to-C-Part-1.pptx
Introduction-to-C-Part-1.pptx
 
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJ
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJIntroduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJ
Introduction-to-C-Part-1 JSAHSHAHSJAHSJAHSJHASJ
 
Session 1 - c++ intro
Session   1 - c++ introSession   1 - c++ intro
Session 1 - c++ intro
 
C language
C languageC language
C language
 
Introduction-to-C-Part-1.pdf
Introduction-to-C-Part-1.pdfIntroduction-to-C-Part-1.pdf
Introduction-to-C-Part-1.pdf
 
C# Tutorial MSM_Murach chapter-01-slides
C# Tutorial MSM_Murach chapter-01-slidesC# Tutorial MSM_Murach chapter-01-slides
C# Tutorial MSM_Murach chapter-01-slides
 
High performance web programming with C++14
High performance web programming with C++14High performance web programming with C++14
High performance web programming with C++14
 
C++ helps you to format the I/O operations like determining the number of dig...
C++ helps you to format the I/O operations like determining the number of dig...C++ helps you to format the I/O operations like determining the number of dig...
C++ helps you to format the I/O operations like determining the number of dig...
 
Srgoc dotnet_new
Srgoc dotnet_newSrgoc dotnet_new
Srgoc dotnet_new
 

Kürzlich hochgeladen

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Kürzlich hochgeladen (20)

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

S#02 최성기

  • 1.
  • 2.
  • 3. 3 Visual Studio 2010 C++ / MFC
  • 4.
  • 5. 5 Visual Studio 2010 C++ / MFC
  • 6. Visual Studio Office 2003 Visual Studio 2005 Office 2007 Office 2007 Black
  • 7.
  • 8. MDI Tabbed Group MDI Tabbed Standard MDI Tabbed Standard + Auto-Color
  • 9.
  • 10.
  • 11. 11 Visual Studio 2010 C++ / MFC
  • 12. 12 Visual Studio 2010 C++ / MFC
  • 13. 아니요. 아니요 GetVersionEx( … ), VerifyVersionInfo( … ) 등 MFC 기능 내에서는 큰 문제 없을 듯 듯. 13 Visual Studio 2010 C++ / MFC
  • 14. 14 Visual Studio 2010 C++ / MFC
  • 15. M lti t h Multi-touch Ribbon Jumplists
  • 16. 16 Visual Studio 2010 C++ / MFC
  • 17. Multiple windows i d Running Not running Active and hover 17 Visual Studio 2010 C++ / MFC
  • 18. 18 Visual Studio 2010 C++ / MFC
  • 19. 19 Visual Studio 2010 C++ / MFC
  • 20. 20 Visual Studio 2010 C++ / MFC
  • 21. 21 Visual Studio 2010 C++ / MFC
  • 22. Pinned category Destinations Known categories ( (“nouns”)) Custom categories User tasks Tasks (“verbs”) Taskbar tasks
  • 23. 23 Visual Studio 2010 C++ / MFC
  • 24. 24 Visual Studio 2010 C++ / MFC
  • 25. 25 Visual Studio 2010 C++ / MFC
  • 26. Taskbar Features : Overlay Icon Progress bar Jump list
  • 27. 27 Visual Studio 2010 C++ / MFC
  • 28. 28 Visual Studio 2010 C++ / MFC
  • 29. 29 Visual Studio 2010 C++ / MFC
  • 30. 30 Visual Studio 2010 C++ / MFC
  • 31. 31 Visual Studio 2010 C++ / MFC
  • 32. 32 Visual Studio 2010 C++ / MFC
  • 33. Taskbar Fretures : Thumbnail Preview Thumbnail Toolbars
  • 34. 이미지 출처 : http://farm3.static.flickr.com/2152/2547399057_f91154cb87_o.jpg 34 Visual Studio 2010 C++ / MFC
  • 35.
  • 36. 36 Visual Studio 2010 C++ / MFC
  • 38.
  • 39.
  • 40. class CWnd { void OnTabletQuerySystemGestureStatus ( WPARAM wParam, LPARAM lParam ); void OnGesture ( WPARAM wParam, LPARAM lParam ); BOOL SetGestureConfig(CGestureConfig* pConfig); BOOL GetGestureConfig(CGestureConfig* pConfig); const PGESTUREINFO GetCurrentGestureInfo() const; virtual BOOL OnGestureZoom(CPoint ptCenter, long lDelta); virtual BOOL OnGesturePan(CPoint ptFrom, CPoint ptTo); virtual BOOL OnGestureRotate(CPoint ptCenter, double dblAngle); virtual BOOL OnGestureTwoFingerTap(CPoint ptCenter); virtual BOOL OnGesturePressAndTap(CPoint ptPress, long lDelta); }; 40 Visual Studio 2010 C++ / MFC
  • 41. 41 Visual Studio 2010 C++ / MFC
  • 42. class CWnd { BOOL m_bIsTouchWindowRegistered; void OnTouchMessage( WPARAM wParam, LPARAM lParam ); BOOL RegisterTouchWindow(BOOL bRegister = TRUE, ULONG ulFlags = 0); BOOL IsTouchWindow() const; virtual ULONG GetGestureStatus(CPoint virtual ULONG GetGestureStatus(CPoint ptTouch); virtual BOOL OnTouchInputs(UINT nInputsCount, PTOUCHINPUT pInputs); virtual BOOL OnTouchInput (CPoint pt, int nInputNumber, int nInputsCount, PTOUCHINPUT pInput); }; 42 Visual Studio 2010 C++ / MFC
  • 43. 43 Visual Studio 2010 C++ / MFC
  • 44. 44 Visual Studio 2010 C++ / MFC
  • 45.
  • 47.
  • 48. MS Word 2007 MS Excel 2007
  • 49.
  • 51. Note : Document-View 구조에 적용됨. Document- 적용됨 (Dialog Based 프로젝트에서는 미지원) 미지원)
  • 52.
  • 53. Restart Manager 적용 방법 및 기능 동작 데모
  • 54.
  • 55.
  • 56.
  • 57. Message B M Box Task Di l T k Dialog class CDi l l CDialog
  • 59. 인터넷 익스플로러 8.0의 세션 복구 기능 안내창.
  • 60.
  • 61. T k Dialog 사용 방법 및 Task Di l 기능 데모
  • 62. http://www.microsoft.com/downloads/details.aspx?familyid=1C333F06- http://www.microsoft.com/downloads/details.aspx?familyid=1C333F06- FADB-4D93-9C80- FADB-4D93-9C80-402621C600E7&displaylang=en http://www.microsoft.com/downloads/details.aspx?familyid=752CB725- http://www.microsoft.com/downloads/details.aspx?familyid=752CB725- 969B-4732-A383- 969B-4732-A383-ED5740F02E93&displaylang=en 62 Visual Studio 2010 C++ / MFC
  • 63. Visual Studio 2010 공식 팀 블로그 http://vsts2010.net p