Chalermvong Vijitpiyakul Microsoft MVP - Client App. Dev. GF 28 Sep 2008
1. Client App. with Web Capabilities 2. Web App. with Client Capabilities
Skills ? HTML, DHTML, HTML DOM, Java Script VB or C#, (.net fx 2.0) Control Web Browser Control
1 using System.Runtime.InteropServices; 2 [ComVisible(true)] public partial class Form1 : Form 3 webBrowser1.ObjectForScripting = this; 4 public void Method(string val) { MessageBox.Show(val); }
Id (required) Event (important) java script (need)
Skills ? User Control (Windows) VB, C# HTML Web Services (Optional)
Just Create Web Page. Insert HTML tag
Create Windows Form Control Library Project Design UI, Controls Do Coding. Add Web Reference (Opt.)
Just Create Web Services Create Web Method
Client App. with Web Capabilities Web App. with Client Capabilities