Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code.

Slides:



Advertisements
Similar presentations
Saurabh Bhatia Program Manager Microsoft Corporation Andrew Whitechapel Senior PM Microsoft Corporation TL01.
Advertisements

Microsoft SharePoint 2010 technology for Developers
Getting the Most From Visual Basic 2005 Jay Roxe Lead Product Manager Visual Studio.
SAURABH PANT PROGRAM MANAGER MICROSOFT CORPORATION Configuring ClickOnce to best work for your deployment scenario.
Name SuPeng. .NET Framework & Visual Studio Roadmap.NET Framework 3.5 overview Visual Studio design goals Lap around new features.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Windows Forms in Visual Studio 2005: An in-depth look at key features Name: Mike Henderlight Title: Program Manager.
Create Windows ® Applications with.NET Allan Knudsen.NET Developer Evangelist Microsoft.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Visual Basic 2005 and Windows Forms 2.0 Enhancements Tyler Whitney Microsoft, Corp.
It’s always better live. MSDN Events Developer Productivity Improvements with Visual Studio 2008 and Office Business Applications.
Visual Studio Whidbey: Deploying Applications Using ClickOnce Sean Draine Program Manager Microsoft Corporation Sean Draine Program Manager Microsoft Corporation.
Windows Forms in Visual Studio 2005: An Overview Saurabh Pant Program Manager Microsoft Corporation.
Today’s Agenda 14:30 Communication & Collaboration Platform 14:50 Portals & Document Management 15:10 Enterprise Project Management 15:30 Break 15:50 Business.
Microsoft Confidential Office as a Development Platform Tim Heuer
Using the Actions Pane, Host Controls, and Smart Tags
Microsoft Dynamics AX 2009 Integration and Development with the.NET Framework Introduction to the Course.
DEV290 Building Office Solutions with Visual Studio Eric Carter Lead Developer Developer Platform & Evangelism Microsoft Corporation.
Creating Professional Looking Windows Forms Applications.
 Evolution of Smart Client  What is Smart client?  Types of Smart client  Architectural challenges  Smart Client Architecture  Demo application.
OFC 303 Advanced Word XML: Customer-Defined Schemas Brian Jones Program Manager Authoring Services.
Slide 2 The Microsoft Office Project 2003 Software Development Kit Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation Uma.
DEV325 Deploying Visual Studio.NET Applications Billy Hollis Author / Consultant.
Windows Forms: Harnessing The Power And Flexibility Of Windows Forms 2.0 Erick Ellis PRS402 Program Manager.NET Client Microsoft Corporation.
OFC 308 Advanced Word XML: The WordML Schema and Bringing Everything Together Brian Jones Program Manager Authoring Services.
Tony Goodhew Product Planner DEV328.
OFC 307 Office 2003 Solution Case Studies Ray Stephenson Smart Client Technical Evangelist
Slide 1.NET Development for Project 2003 Samples from the Project 2003 SDK Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation.
Create Windows ® Applications with.NET Carlotta Eaton ( Associate Professor of IST New River Community College Slides by Microsoft.
Windows Forms in Visual Studio 2005 Mike Pelton Systems Engineer Microsoft Ltd
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
DEV303 ASP.NET: Leveraging Visual Studio.NET For Web Projects Tony Goodhew Product Manager Microsoft Corp.
SVR330 Introduction to The Microsoft Office Project 2003 Software Development Kit (SDK) Bob Walker IW Product Technical Specialist - EPM EPG Microsoft.
DEV395 No Touch Deployment for Windows Forms Jamie Cool Program Manager.NET Client Microsoft Corporation.
Windows Forms in Visual Studio 2005: An in-depth look at key features Name: Joe Stegman Title: Lead Program Manager Session code.
What’s New in Windows Forms 2.0 Stephen Turner Software Design Engineer
1 Visual Basic “Whidbey”: RAD for the Visual Basic Developer Jay Schmelzer and Shamez Rajan Program Manager Microsoft Corporation Jay Schmelzer and Shamez.
Microsoft Visual Studio 2005 Tools for the Office System: Building Office Solutions Using Visual Studio 2005 Tools for Office Andrew Coates Developer Evangelist.
The Office Development Platform & Visual Studio Tools for Office Mike Hernandez Product Manager Microsoft Corporation Steven Goulet Group Program Manager.
1 15. Building Applications with Windows Forms Why Use Windows Forms? Structure of Windows Forms Using Windows Forms Using Controls Code Samples.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
DEV221 Windows Forms in Visual Studio 2005: An Overview Saurabh Pant Program Manager Microsoft Corporation.
ClickOnce Deployment (One-click Deployment)
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Integrating SharePoint 2010 with Office 2010
Office Add-ins: Make your solution a native part of Office
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/20/2018 2:53 AM © 2006 Microsoft Corporation. All rights reserved.
Business Connectivity Services in SharePoint 2010 and Office 2010
Visual Studio Tools for Office 2005
2007 Office System Integration
Office Power Hour New developer APIs and features for Apps for Office
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Protecting Premium Video in Windows
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Overview of Visual Studio 2005 Tools for the Microsoft Office System
Hosted Web Apps with Windows App Studio
Office as a development platform with Visual Studio 2008
Visual Studio 2005 Tools For Office: Creating A Multi-tier Application
Visual Studio 2010 SharePoint Development Tools Overview
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
ClickOnce Deployment (One-click Deployment)
Office 365 Development July 2014.
Windows Forms in Visual Studio 2005: An in-depth look at key features
Windows Forms in Visual Studio 2005: An Overview
Mark Quirk Head of Technology Developer & Platform Group
Developer & Platform Group, Microsoft Ltd
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Contexualized Data In Document Authoring
Presentation transcript:

Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code

2 Agenda Goals Deployment New Feature Demonstrations –Run time –Design Time, Layout and Configuration –Data Questions

3 Windows Forms in Visual Studio 2005: Design Goals Bring the ease and reliability of Web application deployment to client apps Professional Look and Feel –New controls and enhancements Simplify client application development –Simplify working with data –Fewer lines of code –Fewer clicks

4 Deployment with ClickOnce Smart Client Deploy meets Web Deploy –Run an application by clicking on a URL –Update an application by updating a server Robust Downloader & Installer –File & HTTP server support –Flexible updates – optional, required, etc.. –Start Menu & Add/Remove Programs integration –Extensibility via an API Deep Visual Studio Integration Rich Security Model –CLR CAS sandboxing –Permission elevation prompting w/ Authenticode

Demo: Deployment using ClickOnce

6 New Windows Forms Components NewToolBars and Menus (ToolStrip) DataGridView SplitContainer WebBrowser MaskedEdit TableLayout, FlowLayout BackgroundWorker BindingSource (manages bindings)

7 More New Windows Forms Features Client Configuration –Read/Write User Settings –Read Only Application Settings Asynchronous Component Sound API XP control and OS features Enhanced Existing Controls

8 New Windows Forms Designer Features Smart Tags Snap Lines RAD Data –Simplified Data Binding Partial Classes

Demo: Developing Applications using Windows Forms and Visual Studio 2005

10 Visual Studio 2005 Tools For Office Leverage existing Office experience Strategic tool for developing Office solutions –Supports Excel 2003, Word 2003 and InfoPath 2003 –Designed for professional developers: Visual C# and Visual Basic.NET Office development approachable –Provides all the productivity of Visual Studio –Provides all the power of the.NET Framework Secure and easy to deploy

Demo: Visual Studio Tools for Office

12 Resources: ClickOnce Introduction to ClickOnce: – us/dnwinforms/html/clickonce.asphttp://msdn.microsoft.com/library/default.asp?url=/library/en- us/dnwinforms/html/clickonce.asp ClickOnce Articles: – 22+Deployment&ModuleFilter=131&tabindex=3http:// 22+Deployment&ModuleFilter=131&tabindex=3 – us/dnreal/html/realworld asphttp://msdn.microsoft.com/library/default.asp?url=/library/en- us/dnreal/html/realworld asp FAQ: –

13 Resources: Windows Forms Smart Client on MSDN: – – – Windows Forms web site: – Beta 1 Samples: – y%20Beta%201http:// y%20Beta%201 Online Discussion Forums: – – default.aspxhttp://msdn.microsoft.com/smartclient/community/discussions/ default.aspx

14 Resources: Visual Studio Tools for Office (VSTO) VSTO on MSDN: –

15 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.