Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Tips & Tricks   (RSS)

What's new in Windows Mobile 6.0 - Device Security Manager

Poh Sze, from DPE Malaysia is going to show you what's new in Visual Studio 2008 for Device Developers. In this video, she is going to show you the Device Security Manager. Device Security Manager allows you to have a better understanding and manage device

Upgrade Visual Studio Trial Edition to Purchased Edition

To upgrade Visual Studio 2005/2008 Trial Edition On the Start menu, click Control Panel . In Control Panel , open Add or Remove Programs . Select Microsoft Visual Studio < version > Professional and then click Change/Remove . On the Visual Studio

What's new in Visual Studio 2008 - Visual Basic 9.0 (XML Features)

Patrick is going to show one of the new features in Visual Basic 9.0 - XML Features

Upgrade Team Foundation Server 2008 Trial to Full Edition

Supported Upgrade Paths You can upgrade Visual Studio Team System 2008 Team Foundation Server in the following ways: · From a prerelease version to the released version · From the trial edition to the workgroup edition · From the trial edition to the

Resize the contentPlaceHolder in the Master Page?

"How to resize the contentPlaceHolder in the Master Page?" The content place holder size it determined by the size of the content in your content pages. If you look at the properties for the content placeholder, you will see that there are not size properties.
Posted by tolong | 1 Comments
Filed under: ,

What's new in Visual Studio 2008 - Visual Basic 9.0 (Friend Assemblies)

Patrick Yong (OBA Specialist from Microsoft Malaysia), is going to show you one of the cool features in Visual Basic 9.0 -- Friend Assemblies , by using Visual Studio 2008

Missing "Office = Microsoft.Office.Core" reference?

Missing this reference " Office = Microsoft.Office.Core "? Here is how you can add the particular reference: Step 1: Right-click your project Step 2: Select " Add reference.. " Step 3: Click on the " COM " tab Step 4: Scroll down to select " Microsoft

Tool for Mapping Word 2007 to Custom XML

Working on OpenXML? so, how easy it is to map the content controls in word document to custom XML? You can use Content Control Toolkit , to assist you to create a data-bound document, and it's also a good developer tool for learning about the markup you

Read / Write XML in Memory Stream

Use the XmlWriter to write XML to Memory Stream: MemoryStream stream = new MemoryStream (); XmlWriter writer = XmlWriter .Create(stream); http://msdn2.microsoft.com/en-us/library/ms162617.aspx or you can use the XmlDocument to save xml document to specific

Tips & Tricks on Visual Studio 2008 - I

Tip 1: Multi Target Framework In Visual Studio 2008, you have the option to choose which target framework for your application, either version 2.0 [Shipped with Visual Studio 2005], 3.0 [Shipped with Vista] or 3.5 [shipped with Visual studio 2008]. You
 
Page view tracker