Articles & Tutorial for MCPD certification
All articles for MCPD certification
Tips and How Tos for MCPD certification
How are toolbars used as common navigational elements in a Windows application?
in MCPD
A Windows toolbar is often context-sensitive and provides access to features of a Windows application. It also provides quick navigation to modules within a Windows application through a dockable window pane.
continue reading "How are toolbars used as common navigational elements in a Windows application?" »
How can the logical design be evaluated for an application's security?
in MCPD
While evaluating the logical design of an application, a user must ensure that the application is well-secured. It is necessary that the application data is securely placed so that no unauthorized user can tamper with the data. Applications can use secure authentication, encrypt sensitive data...
continue reading "How can the logical design be evaluated for an application's security?" »
How does development cost of a component affect its use?
in MCPD
As far as application requirements are concerned, developers usually decide whether to build a component from scratch or to purchase the component from a third party. They should decide whether the component is able to provide the same functionality as expected by the application requirements....
continue reading "How does development cost of a component affect its use?" »
How does efficiency of a Windows-based application define a user interface (UI) goal?
in MCPD
In a Windows user interface (UI), a data-entry Windows application can be made efficient by defining keyboard shortcuts. Most users prefer using keyboard shortcuts for key commands, buttons, and tab switching than using mouse clicks. The layout of Windows Forms controls should be taken into...
continue reading "How does efficiency of a Windows-based application define a user interface (UI) goal?" »
How does responsiveness affect the performance of an application user interface?
in MCPD
In a Windows environment, users expect a responsive and an instant feedback when interacting with a Windows-based application user interface (UI). Interacting with a user interface generally refers to entering data or clicking buttons on a Windows form and navigating between Windows forms...
continue reading "How does responsiveness affect the performance of an application user interface?" »
How does the cost of risks affect third party components?
in MCPD
The cost of risks can affect third party components by determining various risk factors. They are as follows:
Component Functionality: The functionality of third party components may not provide the same functionality as expected by a user, even after it is carefully being evaluated....
continue reading "How does the cost of risks affect third party components?" »
How does the usability of a Windows application define a user interface (UI) goal?
in MCPD
The goals of a user interface depend on the ease of use of a Windows application. The greater the usability of a Windows application, the greater savings there will be on time and money and there will be greater productivity. The 'easy to use' strategy depends completely on common user habits,...
continue reading "How does the usability of a Windows application define a user interface (UI) goal?" »
How is a Button control useful to a user?
in MCPD
A Button control allows a user to perform or cancel a button on a Windows form. It enables a user to perform common and immediate actions such as navigation to another page, window, or Help topic. It also performs specific tasks according to a user's requirements in coordination with other...
continue reading "How is a Button control useful to a user?" »
How is a ContextMenuStrip control useful to users?
in MCPD
A ContextMenuStrip control represents pop-up menus (also known as context menus) that enable users to easily access commonly used commands. It is an enhanced shortcut menu that includes different contexts for an application or Clipboard commands such as cut, copy, and paste.
continue reading "How is a ContextMenuStrip control useful to users?" »
How is a MenuStrip control useful to a user?
in MCPD
A MenuStrip control is used to create menus graphically in an application. It represents individual menu commands in the menu structure. Menus and sub-menus allow a user to make choices regarding different applications.
continue reading "How is a MenuStrip control useful to a user?" »