Browse by Tags
All Tags »
Win Forms 2.0 (
RSS)
18 - 20/12/07 - MS AJAX & Silverlight from A to Z Course ( TOC ) ASP.NET Ajax is the framework you need to know to build rich interactive web based applications. This deep dive day session includes intensive information on the main mechanisms in the...
This year the MVP’s Month will be in Israel. You can see the courses in my site: http://www.evardi.com/events .
Step 1: Building MergeBinding: public class MergeBinding : Binding { public string PropA; public string PropB; public MergeBinding( string prop , object ds , string member, string propa, string propb ) : base ( prop , ds , member ) { this .PropA = propa;...
I found in the web very nice site that provides AJAX framework solutions. Take a look: 1. http://www.bindows.net/ With Bindows™ you can develop fully functional desktop applications in a web page, without any plugins. Whether you prefer to strictly follow...
Today at the Office Developer Conference in Redmond, Bill Gates announced the availability of a Community Technology Preview of Visual Studio Tools for Office 'v3'. This CTP release works against the Beta 1 Technical Refresh of Microsoft Office 2007....
I recommend to read “Programming Windows Presentation Foundation” book, And download the sample click here .
How to: Bind a Custom Control type to class public property in Data Source Windows Step 1: Build your object public class Machine { private string model; private string id; private decimal price; private Part part; public Machine() { part = new Part(...
Thanks to Hannes Preishuber feedback, I found how to write it with WebBrowser control (C# version) object obj = webBrowser1.ActiveXInstance; HtmlDocument hd = webBrowser1.Document; IHTMLDocument2 axObj = hd.DomDocument as IHTMLDocument2 ; axObj.designMode...
More Posts
Next page »