I LOVE C#

Eyal Vardi

Experts4D

  • Eyal Vard

Firefox Extensions

Post News

Browse by Tags

All Tags » Win Forms 2.0 (RSS)
Experts4D News (December 2007)
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...
MVP's Month in Israel 2006
This year the MVP’s Month will be in Israel. You can see the courses in my site: http://www.evardi.com/events .
Advanced Distributed Systems Design using SOA
My PPT + Code Form TechEd Eliat 2006
PPT + Code
Merge Two Colums in Binding
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;...
Posted: May 06 2006, 10:19 AM by Vardi | with no comments
Filed under:
Cool Technology…
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...
Get The Community Technology Preview of Visual Studio Tools for Office 'v3'
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....
Posted: Mar 22 2006, 08:18 AM by Vardi | with no comments
Filed under:
Programming Windows Presentation Foundation
I recommend to read “Programming Windows Presentation Foundation” book, And download the sample click here .
Posted: Mar 13 2006, 01:45 PM by Vardi | with no comments
Filed under: ,
Data Source Windows Tips & Trics
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(...
Building XML editor in .NET 2.0
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...
Posted: Jan 28 2006, 02:11 PM by Vardi | with 4 comment(s)
Filed under:
More Posts Next page »