Welcome to MSDN Blogs
Sign in
|
Join
|
Help
NicolBlog
Nicola Delfino's blog
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
AJAX
Apple
attachment
c#
Cardware
chrome
Connected Services Framework
Content Type
ContentPlaceHolder
Context Menu
context sensitive help
Deadlock
Debuging
driver
email
gadget
Gemplus
Hibernation
Host file
Hyper-V
issue
JScript
Keyboard
LINQ
Linux
macro
manifest.xml
master page
Mediaroom
MOSS
NicolTIP
outlook
Polipo Matico
PolipoMatico
Registry
Routing
security
Sharepoint
Sharepoint Designer
Shortcut
sidebar
Signing
Threading
UAC
UBUNTU
UIAutomation
unuseful
Virtual Server
Vista
Visual Studio
Wallpaper
Win32
Window 7
Windows Form
WPF
News
These postings are provided "AS IS" with no warranties, and confers no rights. The content of this site are personal opinions and do not represent the Microsoft corporation view in anyway. In addition, thoughts and opinions often change. Because a weblog is intended to provide a semi-permanent point-in-time snapshot, you should not consider out of date posts to reflect current thoughts and opinions.
Archives
October 2009 (1)
June 2009 (2)
March 2009 (1)
February 2009 (4)
September 2008 (1)
August 2008 (1)
June 2008 (4)
April 2008 (2)
March 2008 (6)
January 2008 (3)
December 2007 (1)
October 2007 (3)
September 2007 (3)
August 2007 (2)
June 2006 (2)
May 2006 (1)
March 2006 (1)
February 2006 (1)
January 2006 (5)
December 2005 (2)
November 2005 (1)
September 2005 (1)
July 2005 (1)
June 2008 - Posts
Tuesday, June 24, 2008 2:52 PM
What a fantastic 'for dummies' tutorial on AJAX
Check it out. http://javascript.about.com/od/learnajax/Learn_AJAX.htm
Posted by
NicolD
|
0 Comments
Filed under:
AJAX
,
JScript
Tuesday, June 10, 2008 2:16 PM
How to provide a context sentitive help to your WPF application
I found the following (and very) interesting post where is well described how to provide your windows presentation fundation client application with a context sensitive help. Chek it out! http://blogs.msdn.com/mikehillberg/archive/2007/07/26/a-context-sensitive-help-provider-in-wpf.asp
Posted by
NicolD
|
0 Comments
Filed under:
WPF
,
.NET
,
context sensitive help
Friday, June 06, 2008 12:35 AM
Win32 Application contextmenu piloting (UI Automation)
I just developed a PoC where I demonstrated to my customer how is feasible to integrate and manipulate a Win32 application ( Remedy Client in my case) into a CCF (Customer Care Framework) client application. In this context I had some problem in piloting
Posted by
NicolD
|
0 Comments
Filed under:
Win32
,
UIAutomation
,
Context Menu
Thursday, June 05, 2008 4:51 PM
WPF: How to embed an Icon in an Assembly
You can easily integrate resources in your Windows Presentation Foundation application by using the WPF designer for Visual Studio and "pack:" URI scheme provided by XAML to reference resources in your application's XAML. for more information
Posted by
NicolD
|
0 Comments
Filed under:
WPF