Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

How to remove attachments from outlook (2007) emails easily

I receive often emails with big attachment that fill my inbox space very quickly. On the other side, I usually like both to remove these attach and keep the email to preserve the thread for future use. Outlook 2007 don't have this feature so I wrote the
Posted by NicolD | 7 Comments

NicolTIP#007: What to do when you no longer can run macros in Outlook 2007

I am quoting information from [ http://blog.tjitjing.com/index.php/2007/03/things-i-can-and-cannot-get-to-work-in.html] because I tumbled in this issue and forgot to " just " restart Outlook :^) Whenever I went in to Tools - Macro - Macros,
Posted by NicolD | 0 Comments

NicolTIP#006: how to show previous and next item using LINQ

I had a table on SQL 2005 I am accessing it via LINQ. I had to select an item via a “where” condition (see below). var item = (from snap in adc.Snapshots       where snap.file == image       select snap).First();
Posted by NicolD | 0 Comments
Filed under: ,

NicolTIP#005: How to show the same content in two ore more positions using master page in ASP.NET

To write a web site and give to the entire site a coherent “look” with ASP.NET and master pages is very easy and productive. In brief, into the master page you need to put “placeholders” using the tag <asp:ContentPlaceHolder/> and into the content

NicolTIP#004: seven new keyboard shortcuts for Window 7

I love keyboard shortcuts and W7 add some new really cool… Managing Your Windows . Windows 7 simplifies document and program management by allowing you to “dock” a window or manipulate its size with one mouse maneuver or a simple keystroke. To dock your
Posted by NicolD | 1 Comments

NicolTIP#003: How to install Windows SharePoint Services 3.0 Tools - Visual Studio 2008 Extensions, Version 1.2 on Windows Vista

If you try to install Windows SharePoint Services 3.0 Tools - Visual Studio 2008 Extensions, Version 1.2 on Windows Vista, you will get an error message telling you that you have to install Windows SharePoint Services 3.0 in order to install the tools.

NicolTIP#002: Create a manifest.xml extracting content type(s) and columns from a site using Sharepoint Designer

Step to extract a content type and columns to CAML (XML) Create you content type and columns in the web UI. Create a list/library item using you new content type. Load up Sharepoint Designer to the site where you created you item. From the File menu,

NicolTIP#001: edit easily your machine's HOST file

Edit the HOST file in Vista is difficult than ever, thanks to UAC. If you’re a geek that changes HOST file daily this can be a bit frustrating. I circumnavigated the difficulty with a shortcut. Right click on the folder you want to place the hyperlink
Posted by NicolD | 1 Comments
Filed under: , , ,

Chrome OS?

Yesterday evening I had the opportunity to read in detail the document that describe Google Chrome features . Interesting is that if I read "O.S." each time in the document appairs the word "browser" all the document continues to have
Posted by NicolD | 0 Comments
Filed under:

Polipo Matico

PolipoMatico is a Windows Vista sidebar gadget that allows to retrieve and show italia traffic infos from octotelematics web site ( www.octotelematics.it ) Why Because traffic in Italy is a serious topic, and because we like to be at home, at the end

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: ,

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

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

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:

How to access Hyper-V (RC0) machine (workgroup) from Vista SP1 joined to a domain

Step 1 : Install this update to enable remote management of a Windows Server 2008 computer running the Hyper-V RC0 role Step 2 : If the server is either a member of WORKGROUP or is in a different domain that is untrusted by the client, then the connection
Posted by NicolD | 1 Comments
Filed under: ,
More Posts Next page »
 
Page view tracker