1 / 10

GF VT10 Mixed Client and WEB Application

Chalermvong Vijitpiyakul Microsoft MVP - Client App. Dev. GF VT10 Mixed Client and WEB Application. GF VT10 @ 28 Sep 2008. Agenda. 1. Client App. with Web Capabilities 2. Web App. with Client Capabilities. 1.Client App. with Web Capabilities. Skills ? HTML, DHTML, HTML DOM, Java Script

Télécharger la présentation

GF VT10 Mixed Client and WEB Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ChalermvongVijitpiyakulMicrosoft MVP - Client App. Dev. GF VT10Mixed Client and WEB Application GF VT10 @ 28 Sep 2008

  2. Agenda • 1. Client App. with Web Capabilities • 2. Web App. with Client Capabilities

  3. 1.Client App. with Web Capabilities • Skills ? • HTML, DHTML, HTML DOM, Java Script • VB or C#, (.netfx 2.0) • Control • Web Browser Control

  4. On Client App. • 1 using System.Runtime.InteropServices; • 2 [ComVisible(true)] • public partial class Form1 : Form • 3 webBrowser1.ObjectForScripting = this; • 4public void Method(string val) • { • MessageBox.Show(val); • }

  5. On HTML • Id (required) • Event (important) • java script (need)<imgid="img1" border="0" onClick="window.external.ClickFromWeb('hello')” src="img.jpg" />

  6. 2. Web App. with Client Capabilities • Skills ? • User Control (Windows) • VB, C# • HTML <object> • Web Services (Optional)

  7. On Web Page • Just Create Web Page. • Insert HTML tag <object>

  8. Windows Control • Create Windows Form Control Library Project • Design UI, Controls • Do Coding. • Add Web Reference (Opt.)

  9. Web Services (Opt.) • Just Create Web Services • Create Web Method

  10. Summary • Client App. with Web Capabilities • Web App. with Client Capabilities

More Related