SlideShare a Scribd company logo
1 of 130
WINDOWS  PROGRAMMING USING VC++
Contents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
References ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
WINDOWS ARCHITECTURE
Understanding Win32 Architecture ,[object Object],[object Object],[object Object],[object Object],[object Object]
PROCESS ,[object Object],[object Object],[object Object],[object Object],[object Object]
Virtual Memory System ,[object Object],[object Object],[object Object],[object Object],[object Object]
THREADS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
THREAD PROCESSING
THREADS & MESSAGES ,[object Object],[object Object],[object Object],[object Object],[object Object]
EVENT DRIVEN PROGRAMMING ,[object Object],[object Object]
Anatomy of a Windows based Application ,[object Object],[object Object],[object Object]
Windows Program
Elements of Windows based Program ,[object Object],[object Object],[object Object]
How the Application is Started ,[object Object],[object Object],[object Object],[object Object],[object Object]
DOS Vs Windows ,[object Object],[object Object],[object Object],[object Object]
SDK
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object]
Windows Program API ,[object Object],[object Object],[object Object]
WIN32API ,[object Object],[object Object],WIN 32 Program WINDOWS  OS WIN 32 API is a collection of  Functions and datastructures to interface to windows oS. Available in  KERNEL32.DLL,  GDI32.DLL,  USER32.DLL
WINDOWS PROGRAM ,[object Object],Mainprogram With Messageloop WINDOW Procedure Event  message Queue Systemqueue  program1 program2  WINDOWS OS
How a Windows processes the messages ,[object Object],[object Object],[object Object]
Message Processing
WinMain( ) ,[object Object],[object Object],[object Object],[object Object]
Hungarian notation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
First Program ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Structure of WNDCLASS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Concept of HANDLE ,[object Object],[object Object],HANDLE MEMORY HANDLE TABLE
Window Functions ,[object Object]
Window Functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Window Functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Window functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DAY 2
Resources ,[object Object],[object Object],[object Object]
Resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],.res .obj .cpp .exe .rc
Menus ,[object Object],[object Object],[object Object],[object Object],[object Object]
Menus ,[object Object],[object Object],[object Object]
Messages ,[object Object],[object Object]
 
MFC Fundamentals
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Object Oriented Programming ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MFC fundamentals ,[object Object],[object Object],[object Object],[object Object],[object Object]
Benefits of MFC ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MFC naming Conventions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MFC naming conventions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Class Hierarchy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MFC  Classes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Classes not derives from Cobject ,[object Object],[object Object],[object Object],[object Object],[object Object]
Class Hierarchy ,[object Object],[object Object],[object Object],[object Object]
Class Hierarchy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating a window using MFc ,[object Object],[object Object],[object Object],[object Object]
Creating a window using MFC ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating a window ,[object Object],[object Object],[object Object],[object Object],[object Object]
CWinApp class ,[object Object],[object Object],[object Object],[object Object]
MFC program ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Messages ,[object Object],[object Object],[object Object]
Common messages and handlers ,[object Object],[object Object],[object Object]
Message maps ,[object Object],[object Object],[object Object],[object Object]
Message map ,[object Object],[object Object],[object Object],[object Object]
WM_COMMAND message ,[object Object],[object Object],[object Object],[object Object],[object Object]
Message maps ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Message Boxes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
MessageBoxes ,[object Object],[object Object],[object Object]
Message box styles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Messagebox icons ,[object Object],[object Object],[object Object],[object Object]
Possible return values ,[object Object],[object Object],[object Object]
Return values of MessageBox() ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Device Context
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Device Context ,[object Object],[object Object],[object Object],[object Object],[object Object]
CDC class ,[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],The  CDC Class
Client  area ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Client area ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
GDI Objects ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Using GDI objects ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Using Fonts ,[object Object],[object Object],[object Object],[object Object]
Bitmap ,[object Object],[object Object],[object Object],[object Object]
Displaying bitmap ,[object Object],[object Object],[object Object],[object Object]
Displaying a bitmap ,[object Object],[object Object],[object Object],[object Object]
Load bmp from resource ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The caret ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
WM_PAINT message ,[object Object],[object Object],[object Object],[object Object]
WM_PAINT messagfe ,[object Object],[object Object],[object Object],[object Object]
Solving the repaint problem ,[object Object],[object Object]
Solving the repaint problme ,[object Object],[object Object],[object Object]
Virual Window theory ,[object Object],[object Object],[object Object],[object Object]
Virtual Window Theory ,[object Object],[object Object]
Virtual window –functions used ,[object Object],[object Object],[object Object]
Virtual window –functions used ,[object Object],[object Object],[object Object],[object Object],[object Object]
Virtual window code ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CHAPTER4 ,[object Object]
objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Application Framework ,[object Object],[object Object]
Application framework ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Doc-View Arch// ,[object Object]
Doc/view ,[object Object],[object Object],[object Object]
Framework ,[object Object],[object Object]
Frame work ,[object Object],[object Object]
Framework ,[object Object]
Framework ,[object Object],[object Object]
Doc/View code ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DocvIew code ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Using VC++ wizrds ,[object Object],[object Object],[object Object]
Appwizard ,[object Object],[object Object],[object Object]
Appwizard ,[object Object],[object Object]
The project workspace ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
classwizard ,[object Object],[object Object],[object Object]
classwizard ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Serialization ,[object Object],[object Object],[object Object]
Serialization ,[object Object],[object Object],[object Object]
Serialization ,[object Object],[object Object],[object Object],[object Object],[object Object]
Ondraw() ,[object Object],[object Object],[object Object]
OnDraw() member function ,[object Object],[object Object],[object Object],[object Object]
Invalid Rectangle ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Rubberbanding ,[object Object],[object Object],[object Object],[object Object],[object Object]
rubberbanding ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metafiles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Cview class derivatives ,[object Object],[object Object],[object Object],[object Object]
Dialogboxes
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
dialogboxes ,[object Object],[object Object],[object Object]
Dialogboxes ,[object Object],[object Object],[object Object],[object Object],[object Object]
Dialogbox classification ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating dialogboxes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating a Dialogclass ,[object Object],[object Object],[object Object],[object Object]
Creating a Dialog class ,[object Object],[object Object],[object Object]
Dialog Data Exchange ,[object Object],[object Object],[object Object],[object Object],[object Object],Dialogbox Member variables
0

More Related Content

What's hot

Quản lý hoạt động giảng dạy sử dụng ASP.NET
Quản lý hoạt động giảng dạy sử dụng ASP.NETQuản lý hoạt động giảng dạy sử dụng ASP.NET
Quản lý hoạt động giảng dạy sử dụng ASP.NET
Trung Thành Nguyễn
 
Trac nghiem thong tin di dong
Trac nghiem thong tin di dongTrac nghiem thong tin di dong
Trac nghiem thong tin di dong
Little April
 

What's hot (18)

Kiểm thử bảo mật web
Kiểm thử bảo mật webKiểm thử bảo mật web
Kiểm thử bảo mật web
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
Introduction to HTTP protocol
Introduction to HTTP protocolIntroduction to HTTP protocol
Introduction to HTTP protocol
 
Đề tài: Xây dựng website nộp đồ án trực tuyến, HAY
Đề tài: Xây dựng website nộp đồ án trực tuyến, HAYĐề tài: Xây dựng website nộp đồ án trực tuyến, HAY
Đề tài: Xây dựng website nộp đồ án trực tuyến, HAY
 
Đề tài: Thiết kế game mini trên Kit Stm32f746g_Discovery, HOT
Đề tài: Thiết kế game mini trên Kit Stm32f746g_Discovery, HOTĐề tài: Thiết kế game mini trên Kit Stm32f746g_Discovery, HOT
Đề tài: Thiết kế game mini trên Kit Stm32f746g_Discovery, HOT
 
007 nms smi, oid, snmp method
007 nms smi, oid, snmp method007 nms smi, oid, snmp method
007 nms smi, oid, snmp method
 
Quản lý hoạt động giảng dạy sử dụng ASP.NET
Quản lý hoạt động giảng dạy sử dụng ASP.NETQuản lý hoạt động giảng dạy sử dụng ASP.NET
Quản lý hoạt động giảng dạy sử dụng ASP.NET
 
Trac nghiem thong tin di dong
Trac nghiem thong tin di dongTrac nghiem thong tin di dong
Trac nghiem thong tin di dong
 
Slide Báo Cáo Đồ Án Tốt Nghiệp CNTT
Slide Báo Cáo Đồ Án Tốt Nghiệp CNTTSlide Báo Cáo Đồ Án Tốt Nghiệp CNTT
Slide Báo Cáo Đồ Án Tốt Nghiệp CNTT
 
Web Cache Poisoning
Web Cache PoisoningWeb Cache Poisoning
Web Cache Poisoning
 
Web Socket ASM support lior rotkovitch
Web Socket ASM support   lior rotkovitchWeb Socket ASM support   lior rotkovitch
Web Socket ASM support lior rotkovitch
 
Đề tài: Tìm hiểu giải pháp an ninh mạng với firewall, HAY, 9đ
Đề tài: Tìm hiểu giải pháp an ninh mạng với firewall, HAY, 9đĐề tài: Tìm hiểu giải pháp an ninh mạng với firewall, HAY, 9đ
Đề tài: Tìm hiểu giải pháp an ninh mạng với firewall, HAY, 9đ
 
Active x control
Active x controlActive x control
Active x control
 
Tấn Công DDOS
Tấn Công DDOSTấn Công DDOS
Tấn Công DDOS
 
Active directory domain and trust
Active directory domain and trustActive directory domain and trust
Active directory domain and trust
 
Bai1
Bai1Bai1
Bai1
 
Slide báo cáo đồ án tốt nghiệp "Website cửa hàng điện thoại trực tuyến"
Slide báo cáo đồ án tốt nghiệp "Website cửa hàng điện thoại trực tuyến"Slide báo cáo đồ án tốt nghiệp "Website cửa hàng điện thoại trực tuyến"
Slide báo cáo đồ án tốt nghiệp "Website cửa hàng điện thoại trực tuyến"
 
Office 365 incident Response: BSides Vancouver 2018
Office 365 incident Response: BSides Vancouver 2018Office 365 incident Response: BSides Vancouver 2018
Office 365 incident Response: BSides Vancouver 2018
 

Similar to VC++ Fundamentals

Visual programming lab
Visual programming labVisual programming lab
Visual programming lab
Soumya Behera
 
.Net framework
.Net framework.Net framework
.Net framework
Raghu nath
 
Shape12 6
Shape12 6Shape12 6
Shape12 6
pslulli
 
Microsoft.net architecturte
Microsoft.net architecturteMicrosoft.net architecturte
Microsoft.net architecturte
Iblesoft
 

Similar to VC++ Fundamentals (20)

Presentation On Com Dcom
Presentation On Com DcomPresentation On Com Dcom
Presentation On Com Dcom
 
Visual programming lab
Visual programming labVisual programming lab
Visual programming lab
 
Vb
VbVb
Vb
 
Windows programming
Windows programmingWindows programming
Windows programming
 
Revealing C# 5
Revealing C# 5Revealing C# 5
Revealing C# 5
 
.Net framework
.Net framework.Net framework
.Net framework
 
Creating Windows Runtime Components
Creating Windows Runtime Components Creating Windows Runtime Components
Creating Windows Runtime Components
 
As Pdotnet
As PdotnetAs Pdotnet
As Pdotnet
 
Tutorial 37 API Coding
Tutorial 37 API CodingTutorial 37 API Coding
Tutorial 37 API Coding
 
Visual programming
Visual programmingVisual programming
Visual programming
 
Bsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c languageBsc cs i pic u-1 introduction to c language
Bsc cs i pic u-1 introduction to c language
 
Diploma ii cfpc u-1 introduction to c language
Diploma ii  cfpc u-1 introduction to c languageDiploma ii  cfpc u-1 introduction to c language
Diploma ii cfpc u-1 introduction to c language
 
Mca i pic u-1 introduction to c language
Mca i pic u-1 introduction to c languageMca i pic u-1 introduction to c language
Mca i pic u-1 introduction to c language
 
introduction to c language
 introduction to c language introduction to c language
introduction to c language
 
Btech i pic u-1 introduction to c language
Btech i pic u-1 introduction to c languageBtech i pic u-1 introduction to c language
Btech i pic u-1 introduction to c language
 
Intro.net
Intro.netIntro.net
Intro.net
 
Windows programming ppt
Windows programming pptWindows programming ppt
Windows programming ppt
 
Shape12 6
Shape12 6Shape12 6
Shape12 6
 
Srgoc dotnet_new
Srgoc dotnet_newSrgoc dotnet_new
Srgoc dotnet_new
 
Microsoft.net architecturte
Microsoft.net architecturteMicrosoft.net architecturte
Microsoft.net architecturte
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

VC++ Fundamentals