|
-
Mar 23rd, 2005, 08:11 AM
#1
Thread Starter
Frenzied Member
Uploading/Download files from a iPaq
Hi There,
I am developing a software to copy files from a predetermined directory from an iPaq. How do i tell the VB.Net software to copy it to the iPaq directory?
Also how do i tell VB.Net to check if there is a mobile device connected and to create directories?
CHeers a million!
Last edited by dinosaur_uk; Mar 24th, 2005 at 06:15 AM.
-
Mar 24th, 2005, 05:59 AM
#2
Fanatic Member
Re: Uploading/Download files from a iPaq
the desktop.communications library will do all this.....however beware it does rely on activesync which is very tempormental
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Mar 24th, 2005, 06:04 AM
#3
Thread Starter
Frenzied Member
Re: Uploading/Download files from a iPaq
Yeah ...i know....
that's a bugger....can open net cf perform this?
-
Mar 24th, 2005, 06:07 AM
#4
Fanatic Member
Re: Uploading/Download files from a iPaq
the desktop.communications relies on activesync to get a connection with the device.....(wjhen the icon goes green).... you can then capture the sync event with desktop.communications and hide activesync and get your own application to do whatever work you like
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Mar 24th, 2005, 06:08 AM
#5
Thread Starter
Frenzied Member
Re: Uploading/Download files from a iPaq
Is there any way to do it without active synch?
-
Mar 24th, 2005, 06:12 AM
#6
Fanatic Member
Re: Uploading/Download files from a iPaq
not unless you write your own FTP class for the device using the wininet.dll and copy files to and from a server on the network (via cradle or wifi) or through gprs
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Mar 24th, 2005, 06:17 AM
#7
Thread Starter
Frenzied Member
Re: Uploading/Download files from a iPaq
gulp....ok ...active synch it is then...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|