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

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

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