Home > Archive > Smartphone Developer Forum > April 2006 > Developing on Smartphone
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Developing on Smartphone
|
|
| jerome 2006-04-13, 4:11 am |
| Hello, I'm a newbie about programming on smartphone, and I have just few
notions. Actually, I want to make a soft for a Windows Mobile 5.0 smartphone
which can take a picture with the camera and automatically place it on a FTP
server .
I just want to know how begin. I made few searchs, and I found I can use the
function SHCameraCapture of the Aygshell library to take picture, and I don't
know what to use to place the picture on a FTP server. Maybe the function
FtpPutFile of the WinInet library can work.
So please, help me to start! Thanks!
PS: Excuse me for my poor English, I'm French.
| |
| Yaroslav Goncharov 2006-04-13, 4:11 am |
| Yes, you can use WinInet to upload a file via FTP. You may also need
Connection Manager API to connect to Internet.
--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com
"jerome" <jerome@discussions.microsoft.com> wrote in message
news:98C8023F-2574-47DB-BCF9-5E19C11B8150@microsoft.com...
> Hello, I'm a newbie about programming on smartphone, and I have just few
> notions. Actually, I want to make a soft for a Windows Mobile 5.0
> smartphone
> which can take a picture with the camera and automatically place it on a
> FTP
> server .
> I just want to know how begin. I made few searchs, and I found I can use
> the
> function SHCameraCapture of the Aygshell library to take picture, and I
> don't
> know what to use to place the picture on a FTP server. Maybe the function
> FtpPutFile of the WinInet library can work.
> So please, help me to start! Thanks!
>
> PS: Excuse me for my poor English, I'm French.
|
|
|
|
|