Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Visual Basic   (RSS)

Adding an InfoPath Editor Control to a Windows Form

One of the new features of InfoPath 2007 is the ability to integrate the InfoPath editor into Windows Forms. Within Visual Studio this is done using the Microsoft.InfoPath.FormControl.dll assembly. In this example using Visual Studio 2008, we will create

InfoPath: Accessing template file data

The XMLForm class of the InfoPath managed code objects model provides properties, methods and events to access the XML data in the underlying XML document and form information that includes the form definition file (.xsf). For example, using the following

Creating an icon in the system tray

A standard part of many Windows forms applications is the system tray icon. Most commonly it is used to provide an application or event status. Tray icons are added to an application using the NotifyIcon control. It includes properties that simplify displaying

How To: Live Search 101

I have recently started playing with some of the Live Services available at http://dev.live.com . There are some pretty interesting Web Services they have been putting together. I started playing with the Live Search Service you can find at http://search.dev.com
Posted by trobbins | 2 Comments

Microsoft Visual Basic 2005 Power Packs 2.0

Line and Shape controls, PrintForm component, and Printer Compatibility Library Microsoft Visual Basic 2005 Power Packs 2.0 includes a new set of Line and Shape controls and updated versions of the two previously released Visual Basic 2005 Power Packs,
Posted by trobbins | 3 Comments
Filed under:

Developing Mobile Applications with the Compact Framework 2.0

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Download the PDF here Overvie w Cellular phones and PDA’s have changed the way we work. For many people the built

Mobile Web Development with ASP.NET 2.0

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Download the PDF Mobile Web Development with ASP.NET 2.0 Overview Over the years Web application development

Introduction to Building Mobile Business Objects

Download Samples Download PDF Overview The drive to connect people, process and devices is a never ending cycle of development. Enterprises are demanding applications that deliver seamless communication with their partners and customers without sacrificing

Building Mobile Business Objects

Building Mobile Business Objects Download Samples Download PDF Overview The drive to connect people, process and devices is a never ending cycle of development. Enterprises are demanding applications that deliver seamless communication with their partners

Introduction to Building XML Web Services with ASMX

Download PDF Version Download Samples The Web Service standards define how to build application functionality that is made available to remote machines using generally available Internet protocols. The Web part defines how application functionality is

An Introduction to Building XML Web Services with ASMX

An Introduction to Building XML Web Services with ASMX By Thom Robbins ( trobbins@microsoft.com ) Download PDF Version Download Samples Overview The Web Service standards define how to build application functionality that is made available to remote machines

Introducing the <DataContract>

As we have seen in previous articles . Creating a Windows Communication Foundation (WCF) service begins with annotating the class with a <ServiceContract> attribute and an <OperationContract> for each exposed operation. The design of WCF uses

Playing with namespaces

The Root Namespace property sets the base namespace for all files in the project. If you want to set the the root namespace of a Windows Form project it is done through the following steps. 1. Select My Project 2. Within the application tab it can be
Posted by trobbins | 0 Comments
Filed under:

Enabling Visual Styles

Windows XP introduces a new look and feel to the Windows user interface. This new interface provided controls that have rounded corners and that change colors when you pause your mouse over them. By default Windows based applications created with Visual
Posted by trobbins | 0 Comments
Filed under:

Looking at Assembly Information

Assembly information is an important part of building an application. This is what gets generated to the executable during compilation. How can you see where this data gets published? Within in a Windows application select the project properties From
More Posts Next page »
 
Page view tracker