Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005

Contacta sin compromiso con CECODEEM

Para enviar la solicitud debes aceptar la política de privacidad

Galería de imágenes

Análisis de educaedu

José Cortes

José Cortes

Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005

  • Modalidad de impartición
    El Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005 se imparte de forma presencial.
  • Número de horas
    Este Curso tiene una duración de tres días.
  • Titulación oficial
    El alumno obtiene una certificación al terminar el Curso.
  • Valoración del programa
    Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005 provee a alumno las técnias y conocimientos para desarrollar Microsoft Windows forms applications mediante Microsoft Visual Studio 2005. El programa se enfoca en las interfaces de usuario, la estructura del programa y la implementación de herramientas; con la finalidad de configurar y construir menús y optimizar las funciones de Windows.
  • Precio del curso
    Consultar precio.
  • Dirigido a
    El Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005 ha sido disañado para Desarrolladores con interés en conocer específicamente el desarrollo de Windows.
  • Empleabilidad
    El egresado de este Curso puede emplearse como Analista Programador, Desarrollador en Consultoria, Desarrollador de sitios y aplicaciones, entre otros.

Comentarios sobre Curso de Core Windows Forms Technologies with Microsoft Visual Studio 2005 - Presencial - Tlalnepantla - Estado de México

  • Contenido
    duración 21hrs

    about this workshop
    elements of this syllabus are subject to change.
    this three-day instructor-led workshop provides students with the knowledge and skills to develop microsoft( windows( forms applications using microsoft visual studio( 2005. The workshop focuses on user interfaces, program structure, and implementation details.
    audience profile
    this workshop is intended for corporate or independent software vendor (isv) application developers who have a desire to learn more about specific technology areas in windows application development.
    at workshop completion
    after completing this workshop, students will be able to:
    •create a simple windows forms application.
    •configure standard controls.
    •build menus.
    •display and edit data by using data-bound controls.
    •provide user assistance and enhance usability.
    •create consistent applications by using dialogs and forms inheritance.
    •add print and report functionality to a windows forms application.
    •perform asynchronous tasks by using the backgroundworker component.
    •deploy a windows forms application by using clickonce.

    session 1: unit 1: creating a simple windows forms application
    this unit introduces the fundamental skills required to create a simple windows forms application. It explains how to configure form properties and how to add controls to a form. It also deals with events and explains how to create event handlers at design time and run time.
    lessons
    •components of a windows forms user interface
    •event handling in a windows forms application
    lab : creating a simple windows forms application
    •adding and configuring windows forms and controls
    •creating event handlers and monitoring events
    •adding controls and handlers at run time
    •adding a form keyboard handler (if time permits)
    after completing this unit, students will be able to:
    •describe the various components of a windows forms application.
    •explain how to handle events in a windows forms application.
    •add and configure windows forms and controls.
    •create event handlers and monitor events.
    •add controls and handlers to a form at run time.
    session 2: unit 2: configuring standard controls
    this unit introduces many of the controls from the visual studio toolbox. It teaches how to add and configure these controls and explains how to group them into different categories by function.
    lessons
    •windows forms controls by function
    lab : configuring standard controls
    •creating the employeeviewer form
    •creating the reportgenerator form
    •creating the reportgeneratorhelp form
    after completing this unit, students will be able to:
    •explain the functions of the major categories of windows forms controls.
    •create a form to select and view images by using the splitcontainer, treeview, picturebox, toolstrip, and other controls.
    •create a form to specify report criteria by using the tablelayoutpanel, listview, monthcalendar, combobox, and other controls.
    •create a form to view a hypertext markup language (html) help file by using a webbrowser control.
    session 3: unit 3: building menus
    this unit introduces the menustrip control and the contextmenustrip component. It explains how to create and configure form menus and context menus in an application. It also deals with the toolstripitems that can be added to the container of a menustrip or contextmenustrip.
    lessons
    •menus in windows forms
    lab : building menus
    •creating and configuring a menustrip control
    •creating and configuring a contextmenustrip component
    •creating and configuring a contextmenustrip component
    •creating and configuring a toolstripcombobox (if time permits)
    after completing this unit, students will be able to:
    •explain the structure of a menu in a windows forms application.
    •create and configure a menustrip control.
    •create and configure a contextmenustrip component.
    •hide and disable a toolstripmenuitem.
    •apply best practices for menu design and development.
    session 4: unit 4: displaying and editing data by using data-bound controls
    this unit introduces the controls that can be used to display data from a data source. It shows how to use visual studio 2005 to create data sources and add data-bound controls to a form. It also demonstrates how to use the datagridview control to display and update data retrieved by using a data source.
    lessons
    •binding data to a control
    •datagridview control
    lab : displaying and editing data by using data-bound controls
    •adding a data source to a project
    •binding data to a control
    •creating a bound form by using the bindingsource and bindingnavigator components
    •displaying data by using the datagridview control
    •binding to data at run time (if time permits)
    after completing this unit, students will be able to:
    •explain simple and complex data binding.
    •describe the scenarios in which the datagridview control is used.
    •add a data source to a project.
    •bind data to a control at run time.
    •use the bindingsource component and bindingnavigator control to create a data-bound windows form.
    •use the datagridview control to display and update tabular data from a data source.
    session 5: unit 5: providing user assistance and enhancing usability
    this unit introduces many of the controls and techniques that can be used to create an application that is flexible and intuitive and that provides timely feedback to the user. It shows how to add and configure the available user assistance controls to provide tooltips, help, and information about errors. It also describes the accessibility features of windows forms and explains how to implement globalization and localization in an application.
    lessons
    •providing user assistance
    •implementing accessibility features
    •implementing globalization and localization
    lab : providing user assistance and enhancing usability
    •adding and configuring user assistance controls
    •implementing accessibility features
    •implementing globalization and localization
    •running a procedure at set intervals (if time permits)
    •displaying data source errors (if time permits)
    after completing this unit, students will be able to:
    •describe the components that can be used to provide user assistance.
    •add and configure user assistance controls on a windows form.
    •explain the accessibility features available to implement in a windows forms application.
    •implement accessibility features within a windows forms application.
    •explain the high-level processes involved in globalization and localization in a windows forms application.
    •implement globalization and localization in a windows form.
    session 6: unit 6: creating consistent applications by using dialog boxes and forms inheritance
    this unit introduces the built-in dialog boxes that can be used to prompt users when they are performing common tasks and to provide users with a familiar interface. It explains how to add and configure dialog boxes that enable users to open and save files and to set font and color properties. This unit also explains how to create and use a custom dialog box. In addition, this unit explains the concept of forms inheritance and describes how to create a consistent interface for windows forms applications.
    lessons
    •dialog boxes in a windows forms application
    •windows forms inheritance
    lab : creating consistent applications by using dialog boxes and forms inheritance
    •adding and configuring dialog box components
    •creating a custom dialog box
    •implementing windows forms inheritance
    •modifying an existing form to inherit from a base form (if time permits)
    after completing this unit, students will be able to:
    •describe the various standard preconfigured dialog boxes available to a windows forms application.
    •explain the concept of windows forms inheritance and the reasons for using inheritance.
    •add and configure dialog box controls on a windows form.
    •create a custom dialog box.
    •implement windows forms inheritance.
    session 7: unit 7: printing content and creating reports
    this unit provides an introduction to the components that can be used to preview and print reports from a windows forms application. This unit covers the predefined dialog boxes that simplify the processes involved, and it explains how to use these dialog boxes to retrieve print settings and page setup options from the user.

    in addition, this unit explains how to display a report in a windows forms application by using the crystalreportviewer component.
    lessons
    •printing in a windows forms application
    •reporting in a windows forms application
    lab : printing content and creating reports
    •adding print capability to a windows forms application
    •implementing reporting by using the crystalreportviewer component
    after completing this unit, students will be able to:
    •explain how to print a report in a windows forms application.
    •describe how to create and view reports in a windows forms application.
    •use the components provided with visual studio 2005 to add print capability to a windows forms application.
    •display a crystal report by using the crystalreportviewer component.
    session 8: unit 8: performing asynchronous tasks by using the backgroundworker component
    this unit introduces the main concepts of asynchronous programming and then focuses on the backgroundworker component. It explains how to work with the methods and events of the backgroundworker component to add asynchronous functionality to a windows forms application.
    lessons
    •asynchronous tasks in windows forms applications
    lab : performing asynchronous tasks by using the backgroundworker component
    •running and canceling a background process by using the backgroundworker component
    after completing this unit, students will be able to:
    •explain the concepts and processes involved in asynchronous programming.
    •run and cancel a background process by using the backgroundworker component.
    •describe best practices for using the backgroundworker component.
    session 9: unit 9: deploying applications by using clickonce
    this unit explains how to deploy a windows forms application by using clickonce. It covers the steps required to prepare, publish, install, and test an application. Finally, this unit explains how to update an application and how to use the automatic update feature of clickonce.
    lessons
    •windows forms application deployment options
    •clickonce technology overview
    lab : deploying applications by using clickonce
    •publishing a clickonce application
    •installing and testing a clickonce application
    after completing this unit, students will be able to:
    •explain the options for deploying a windows forms application.
    •explain the key concepts of clickonce technology.
    •publish a clickonce application.
    •install and test a clickonce application.
    •describe best practices for using clickonce deployment.

Otra formación relacionada con visual studio

Este sitio utiliza cookies.
Si continua navegando, consideramos que acepta su uso.
Ver más  |