P
prathibhas
I have a project which is a device application (Windows Mobile 6 -
Smartphone). In this application i will download some xml(catalog)
files from the sever and update the ui and database once in 24hrs.
This download,updation of ui and updation of database(sql server ce)
takes nearly 3 to 4 mins.
To avoid this i want to create service/thread or something else which
will be running in the background and do this download process and
update the database without poping up the ui. So that when user opens
my application he has to just update the ui reading from database.
Can anyone please suggest me what i have to use for this
functionality?
1)Do i need to create 2 different applicatios and has to communicate
between those 2 applications.If so how can i communicate between 2
different applications.
2)Do i need to create one service and have to communicate to my
application. If i use a service can i get object of different
application.
3)Is there any event trigger application in WM6 so that i can get
events and use them.
please suggest me.
Note: Iam using VS2005,WM6(Compact framework and SQL server ce)
platform.
thanking you.
Regards,
Prathibha
Smartphone). In this application i will download some xml(catalog)
files from the sever and update the ui and database once in 24hrs.
This download,updation of ui and updation of database(sql server ce)
takes nearly 3 to 4 mins.
To avoid this i want to create service/thread or something else which
will be running in the background and do this download process and
update the database without poping up the ui. So that when user opens
my application he has to just update the ui reading from database.
Can anyone please suggest me what i have to use for this
functionality?
1)Do i need to create 2 different applicatios and has to communicate
between those 2 applications.If so how can i communicate between 2
different applications.
2)Do i need to create one service and have to communicate to my
application. If i use a service can i get object of different
application.
3)Is there any event trigger application in WM6 so that i can get
events and use them.
please suggest me.
Note: Iam using VS2005,WM6(Compact framework and SQL server ce)
platform.
thanking you.
Regards,
Prathibha