C#Your visual blueprint for building NET applications phần 2 pdf

C#Your visual blueprint for building .NET applications phần 2 pdf

C#Your visual blueprint for building .NET applications phần 2 pdf

... site for information. SEARCH FOR HELP C# 20 SEARCH FOR HELP 033601-X Ch 02. F 10/18/01 11:57 AM Page 20 ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Studio .NET ... events. CHANGE FORM PROPERTIES IN THE PROPERTIES WINDOW C# 26 CHANGE FORM PROPERTIES IN THE PROPERTIES WINDOW 033601-X Ch 02. F 10/18/01 11:57 AM Page 26 Toolbox Ctrl+Alt+X...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 371
  • 0
C#Your visual blueprint for building .NET applications phần 1 ppt

C#Your visual blueprint for building .NET applications phần 1 ppt

... Windows Form 20 2 Create a Modal Form 20 4 Layout a Form 20 6 Set a Form Location 21 0 Change Form Properties 21 2 Create a Transparent Form 21 4 11) PROGRAMMING WEB APPLICATIONS Introduction to Web Forms ... to Web Forms and Controls 21 6 Create an ASP .NET Web Site 21 8 Create a Web Form 22 0 Add Server Controls to a Web Form 22 2 Respond to an Event in Server-Side Controls 22...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 237
  • 0
C#Your visual blueprint for building .NET applications phần 3 pptx

C#Your visual blueprint for building .NET applications phần 3 pptx

... language for Visual Studio .NET. You can compile the XML comments in your program into an XML file that can then be shared on the Internet or on your company intranet using your Internet browser, ... program. ENTER CLASSES C# 52 ENTER CLASSES (CONTINUED) 043601-X Ch03.F 10/18/01 11:58 AM Page 52 ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Stud...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 278
  • 0
C#Your visual blueprint for building .NET applications phần 4 pptx

C#Your visual blueprint for building .NET applications phần 4 pptx

... Page 83 Programs Microsoft Visual Studio .Net 7.0 Microsoft Visual Studio .Net 7.0 ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Studio .NET 7.0. ■ The Start Page ... built-in types and what their .NET counterpart keywords are. When the Visual Studio .NET compiler compiles your Visual C# project it converts the Visual C# types into the ....
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 231
  • 0
C#Your visual blueprint for building .NET applications phần 5 pptx

C#Your visual blueprint for building .NET applications phần 5 pptx

... a)); Console.WriteLine(a); } } RESULT: 0 25 073601-X Ch06.F 10/18/01 12: 00 PM Page 121 Visual C# Projects Console Application ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Studio .NET 7.0. ■ ... C# 124 ADD STATIC METHODS (CONTINUED) 073601-X Ch06.F 10/18/01 12: 00 PM Page 124 Visual C# Projects Console Application ⁄ Click Start ➪ Programs ➪...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 285
  • 0
C#Your visual blueprint for building .NET applications phần 6 pps

C#Your visual blueprint for building .NET applications phần 6 pps

... in it at all. 169 093601-X Ch08.F 10/18/01 12: 01 PM Page 169 ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Studio .NET 7.0. ■ The Start page appears. ¤ Click ... COLLECTIONS CLASS 083601-X Ch07.F 10/18/01 12: 00 PM Page 150 Properties ⁄ Click Start ➪ Programs ➪ Microsoft Visual Studio .NET 7.0 ➪ Microsoft Visual Studio .NET 7.0. ■ The Start...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 233
  • 0
C#Your visual blueprint for building .NET applications phần 8 potx

C#Your visual blueprint for building .NET applications phần 8 potx

... 10/18/01 12: 02 PM Page 21 4 21 6 AN INTRODUCTION TO WEB FORMS AND CONTROLS 21 6 The Net Platform The .NET platform provides the ASP .NET Framework for building user interfaces for Web applications. ... MySharePhotoAlbum.com"; } } 123 601-X Ch11.F 10/18/01 12: 02 PM Page 22 5 Autoformat ⁄ Add a new Web form to your Web project. Note: See page 22 0 for more informat...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 267
  • 0
C#Your visual blueprint for building .NET applications phần 9 pptx

C#Your visual blueprint for building .NET applications phần 9 pptx

... SqlDbType.Int; prmPercentage.Direction= ParameterDirection.Input; prmPercentage.Value=50; cmdByRoyalty.Parameters.Add(prmPercentage); 24 3 133601-X Ch 12. F 10/18/01 12: 02 PM Page 24 3 A ll good applications have code to handle exceptions that occur during runtime. Writing applications that do not have ... 10/18/01 12: 03 PM Page 25 1 CREATING AND DEPLOYING DISTRIBUTED APPLICATIONS...
Ngày tải lên : 12/08/2014, 12:20
  • 32
  • 369
  • 0
C#Your visual blueprint for building .NET applications phần 10 pptx

C#Your visual blueprint for building .NET applications phần 10 pptx

... editing, 22 6 22 7 server controls, 22 2 22 3 server-side code implementation, 22 1 components, 22 8 22 9 control event response, 22 4 22 5 Web Server Controls, 21 6 Web pages ASP .NET creation, 21 8 21 9 enabling ... 16–17 controls DataGrid, 23 2 23 5 forms, 20 8 20 9 Web Forms, 21 6 Web server, 22 2 22 3 Create New Web dialog box, 21 9 csc command, 20 3 Ctrl key, moving betwe...
Ngày tải lên : 12/08/2014, 12:20
  • 31
  • 243
  • 0
Tài liệu C# Your visual blueprint for building .NET applications ppt

Tài liệu C# Your visual blueprint for building .NET applications ppt

... network. ADD COMPONENTS FROM THE TOOLBOX C# 22 ADD COMPONENTS FROM THE TOOLBOX 033601-X Ch 02. F 10/18/01 11:57 AM Page 22 xiv HOW TO USE THIS BOOK C#: Your visual blueprint for building .NET applications uses ... window. 23 033601-X Ch 02. F 10/18/01 11:57 AM Page 23 Visual C# Language Visual C# Language ■ Topic books for Visual Basic and Visual C# appear. ˇ Cl...
Ngày tải lên : 10/12/2013, 16:15
  • 319
  • 465
  • 0

Xem thêm