Hi
Iam new to smart device applications . I want to know

How do we access the application (in C# .Net or VB.Net) on a VSS
through a smart device.
In other word,how do we access data from a smart device?


Thanks,
Archie

RE: Smart Device Applications by jp2msft

jp2msft
Fri Feb 29 11:03:00 CST 2008

Hi Archie,

You can use either C# or VB to access your device.

In Visual Studio, start a new project, and select the Project type "Smart
Device."

FYI: Visual Studio Express does not come with the "Smart Device" Project type.

From there, you will need to talor your question to whichever problem you
are having.

"archie" wrote:

> Hi
> Iam new to smart device applications . I want to know
>
> How do we access the application (in C# .Net or VB.Net) on a VSS
> through a smart device.
> In other word,how do we access data from a smart device?
>
>
> Thanks,
> Archie
>
>

Re: Smart Device Applications by archie

archie
Mon Mar 03 00:46:13 CST 2008

On Feb 29, 10:03=A0pm, jp2msft <jp2m...@discussions.microsoft.com>
wrote:
> Hi Archie,
>
> You can use either C# or VB to access your device.
>
> In Visual Studio, start a new project, and select the Project type "Smart
> Device."
>
> FYI: Visual Studio Express does not come with the "Smart Device" Project t=
ype.
>
> From there, you will need to talor your question to whichever problem you
> are having.
>
>
>
> "archie" wrote:
> > Hi
> > Iam new to smart device applications . I want to know
>
> > How do we access the application (in C# .Net or VB.Net) on a VSS
> > through a smart device.
> > =A0In other word,how do we access data from a smart device?
>
> > Thanks,
> > Archie- Hide quoted text -
>
> - Show quoted text -

Thank You