SlideShare una empresa de Scribd logo
1 de 64
Descargar para leer sin conexión
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 최성기

Más contenido relacionado

Similar a 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
 
Whats new for CDT 7.0. for Helios Release
Whats new for CDT 7.0. for Helios ReleaseWhats new for CDT 7.0. for Helios Release
Whats new for CDT 7.0. for Helios ReleaseTeodor Madan
 

Similar a 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
 
Srgoc dotnet_new
Srgoc dotnet_newSrgoc dotnet_new
Srgoc dotnet_new
 
Whats new for CDT 7.0. for Helios Release
Whats new for CDT 7.0. for Helios ReleaseWhats new for CDT 7.0. for Helios Release
Whats new for CDT 7.0. for Helios Release
 

Último

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
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
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 

Último (20)

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
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
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 

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