Yes, you really need the VS.NET 2003 Pro. No, you can't get VB.NET Pro
only; you need the Studio product. If you are a professional developer, you
"Paul Ilacqua" <pilacqu1@twcny.rr.com> wrote in message
news:u%23j$thCSEHA.3444@TK2MSFTNGP12.phx.gbl...
> I have VB.NET but when it installs it tells me it's Visual Studio.NET
> 2003 with language VB.Net installed. When I start the program it tells me
> it's Visual Studio.NET 2003 Standard. Are you saying I need something more
?
> Thanks for the reply
> Paul
>
>
> "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
> message news:%233pbFt$REHA.3124@TK2MSFTNGP12.phx.gbl...
> > As you may have heard, you need Visual Studio.NET, not just VB.NET, to
do
> > Smart Device applications. VS.NET 2003 or later, specifically.
> >
> > Paul T.
> >
> > "Paul Ilacqua" <pilacqu1@twcny.rr.com> wrote in message
> > news:OBd8Xe2REHA.2704@TK2MSFTNGP10.phx.gbl...
> > > Can I get VB.Net Pro ? I can't seem to find it anywhere. I'll spend
> > another
> > > 100.00 but not 500 for VS pro.
> > > Thanks again.
> > >
> > > Paul
> > >
> > > "William Ryan eMVP" <dotnetguru@comcast.nospam.net> wrote in message
> > > news:OF8C6GeREHA.3348@TK2MSFTNGP09.phx.gbl...
> > > > Ok, I didn't realize you only had standard. You'll probably want to
> > pick
> > > up
> > > > a copy of Pro although technically you can build apps without it.
> > there's
> > > a
> > > > piece on
www.msmobiles.com about it, but not having the ide and
> emulator
> > > is
> > > > a lot more costly than VS Pro. Here's a link to getting the
> development
> > > > tools.
> > > >
> > >
> >
>
http://forums.devbuzz.com/Development_Tools_%2D_What_and_Where_to_get_them/m_23928/tm.htm
> > > > HTH,
> > > >
> > > > Bill
> > > >
> > > > --
> > > > W.G. Ryan MVP Windows - Embedded
> > > >
> > > >
http://forums.devbuzz.com > > > >
http://www.knowdotnet.com/dataaccess.html > > > >
http://www.msmvps.com/williamryan/ > > > > "Paul Ilacqua" <Pilacqu2@twcny.rr.com> wrote in message
> > > > news:OHYFl3aREHA.2876@TK2MSFTNGP09.phx.gbl...
> > > > > Bill,
> > > > > Thanks for the quick reply, my VB .Net does not have the choice
> for
> > > > Smart
> > > > > Device application. I only have the standard edition maybe that's
> it.
> > > Per
> > > > > another reply I already have extensive experience with VB4,5 & 6
and
> > SQL
> > > > > Server and have written some simple connection stuff from VB .NET
to
> > SQL
> > > > > Server 2000. I just need to get the syntax to build a VB.NET - SQL
> > > Server
> > > > > connection for the AXIM ("smart Device") I will check out some of
> the
> > > > links.
> > > > > Again thanks for the speedy reply.
> > > > > Paul
> > > > >
> > > > > "William Ryan eMVP" <dotnetguru@comcast.nospam.net> wrote in
message
> > > > > news:eFN93OaREHA.1448@TK2MSFTNGP11.phx.gbl...
> > > > > > Paul:
> > > > > >
> > > > > > You can reference full SQL Server from your device pretty much
the
> > > same
> > > > as
> > > > > > you would from the desktop. Make sure you have a reference the
> the
> > > > > > SQLClient library.
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/htm/_lce_sqlclient_705.asp
> > > > > >
> > > > >
> > > >
> > >
> >
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/htm/_lce_sqlclient_705.asp
> > > > > > Using SQL Server CE is another pretty cool way to do things,
but
> I
> > > > don't
> > > > > > get the feeling that's what you are asking about. I'm not sure
> how
> > > much
> > > > > you
> > > > > > are asking about, but basically you'll create a new project,
> choose
> > > > Smart
> > > > > > Device Appliction , the Smart Device Application wizard will ask
> you
> > > to
> > > > > > target the platform (Pocket PC) and type Windows Application
> (unless
> > > you
> > > > > > want to create another type). You can then add your refernces,
> > build
> > > > your
> > > > > > ui and do things pretty much like a full framework app. You
have
> > two
> > > > > > deployment options, the device or the emulator. If you have
your
> > > device
> > > > > > cradled it will load the framework if it's not there (this is
when
> > you
> > > > > > build), and load your app. Debugging is somewhat limited, I'll
> warn
> > > you
> > > > > of
> > > > > > that now but you can still set breakpoints and most of the major
> > > things.
> > > > > > Inherently there's not Debug.WriteLine or Console.WriteLine but
> you
> > > can
> > > > > use
> > > > > > your own preference to notify yourself of what's going on.
> > > > > >
> > > > > > Anyway, the first place to start if you want to get into CF
> > > development
> > > > is
> > > > > >
www.opennetcf.org .They have many samples and to be honest, I'd
> > > download
> > > > > > their SDF before I did much more if I had any plans on doing any
> > > serious
> > > > > CF
> > > > > > development. You don't technically need it just to hit a SQL
> Server
> > > and
> > > > > pull
> > > > > > over data, but it fills in the gaps on the CF and if your app is
> > > > anythign
> > > > > > more than a recreatinoal thing you're doing to play around, the
> > > > OpennetCF
> > > > > > library will help you out tremendously.
> > > > > >
> > > > > > The quickstart tutorials will also be helpful
> > > > > >
> > > >
> >
http://samples.gotdotnet.com/quickstart/compactframework/doc/default.aspx > > > > > > This should get you on your way.
> > > > > >
> > > > > > HTH,
> > > > > >
> > > > > > Bill
> > > > > >
> > > > > > --
> > > > > > W.G. Ryan MVP Windows - Embedded
> > > > > >
> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > > >
> > > > > > Have an opinion on the effectiveness of Microsoft Embedded
> > newsgroups?
> > > > > > Let Microsoft know!
> > > > > >
https://www.windowsembeddedeval.com/community/newsgroups > > > > > >
> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > > > > >
> > > > > > "Paul Ilacqua" <Pilacqu2@twcny.rr.com> wrote in message
> > > > > > news:%23jJdQAaREHA.904@TK2MSFTNGP12.phx.gbl...
> > > > > > > I have an Dell Axim with Windows Mobile 2003. I also have VB
net
> > and
> > > > am
> > > > > > > experienced at VB 6 & SQL Server. How can I write a quick
> program
> > to
> > > > get
> > > > > > to
> > > > > > > my SQL Server and then I can expand on the concept.
> Documentation
> > is
> > > > > very
> > > > > > > little in writing a quickie and getting it onto the hand held.
> > > Please
> > > > > help
> > > > > > > if you can.
> > > > > > > Thank you
> > > > > > > Paul
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >