Click here to Skip to main content
15,921,840 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: App crashes when Pocket PC device wakes Pin
Payrok9-Oct-07 11:33
Payrok9-Oct-07 11:33 
AnswerRe: End/Power button in Smartphone application Pin
Alain Rist1-Oct-07 5:29
Alain Rist1-Oct-07 5:29 
GeneralRe: End/Power button in Smartphone application [modified] Pin
Alain Rist1-Oct-07 9:40
Alain Rist1-Oct-07 9:40 
GeneralRe: End/Power button in Smartphone application Pin
MuthiahR4-Oct-07 5:23
MuthiahR4-Oct-07 5:23 
QuestionInstalling CAB Files and CF 2.0 on PDA Pin
steve_rm28-Sep-07 7:19
steve_rm28-Sep-07 7:19 
AnswerRe: Installing CAB Files and CF 2.0 on PDA Pin
PavanPareta30-Sep-07 19:11
PavanPareta30-Sep-07 19:11 
AnswerRe: Installing CAB Files and CF 2.0 on PDA Pin
DigiOz Multimedia16-Oct-07 16:06
DigiOz Multimedia16-Oct-07 16:06 
QuestionProgress bar to monitor progress Pin
steve_rm26-Sep-07 7:01
steve_rm26-Sep-07 7:01 
Hello

VS 2005
CF 2.0
WM5

I have created an application that scynchronizes the central database by sending changes to a web service.

This normally takes 5 to 10 seconds and the customer wants to have some kind of progress bar to show that something is happening.

This is some code that would explain what needs to be monitored. (Only showing the main parts - otherwise to much code to show)
<br />
'Synchronise Data with the central database<br />
Private Sub MenuItem9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem9.Click<br />
<br />
Try<br />
<br />
If (dsIncidents.HasChanges()) Then<br />
<br />
dsChanges = dsIncidents.GetChanges()<br />
<br />
'Send only the changes and return a fresh update from the central database<br />
<br />
Dim updatedIncident As DataSet = ws.SynchroniseIncidentChanges(dsChanges)<br />
<br />
'Assign to the global dataset<br />
<br />
Dim objGlobals As New Globals()<br />
<br />
objGlobals.IncidentData = updatedIncident<br />
<br />
Else<br />
<br />
'There was not changes made to the PDA incidents, so just download the latest incidents<br />
<br />
Me.GetLatestIncidentData()<br />
<br />
End If<br />
<br />
End Try<br />
<br />
End Sub<br />

So when the code above is running it should display a progress bar to show how long it will take. Or it could show just a animation so the customer knows there is something going on in the background.

Many thanks for any advice and code samples,

Steve
QuestionSwitching between custom and default windows shells, in WinXPe [modified] Pin
All_names_taken26-Sep-07 1:08
All_names_taken26-Sep-07 1:08 
Questionhow do I get 16-bit colors from EVC++? Pin
mercenary0125-Sep-07 16:08
mercenary0125-Sep-07 16:08 
Questionhow to use timer .start & stop Pin
ram krishna pattnayak25-Sep-07 3:27
ram krishna pattnayak25-Sep-07 3:27 
QuestionTransfer data faster Pin
dandi1824-Sep-07 3:31
dandi1824-Sep-07 3:31 
AnswerRe: Transfer data faster Pin
Mike Dimmick27-Sep-07 6:46
Mike Dimmick27-Sep-07 6:46 
AnswerRe: Transfer data faster Pin
DigiOz Multimedia16-Oct-07 16:11
DigiOz Multimedia16-Oct-07 16:11 
QuestionNo PPC skin in designer view Pin
Szymon Kamycki22-Sep-07 7:50
Szymon Kamycki22-Sep-07 7:50 
QuestionBackground color for progressbarctrl Pin
MuthiahR21-Sep-07 12:37
MuthiahR21-Sep-07 12:37 
AnswerRe: Background color for progressbarctrl Pin
Alain Rist21-Sep-07 21:37
Alain Rist21-Sep-07 21:37 
GeneralRe: Background color for progressbarctrl Pin
MuthiahR24-Sep-07 4:45
MuthiahR24-Sep-07 4:45 
GeneralRe: Background color for progressbarctrl Pin
MuthiahR27-Sep-07 5:31
MuthiahR27-Sep-07 5:31 
QuestionRAS connection using GSM - GPRS Modem [modified] Pin
BschroederNEC20-Sep-07 10:57
BschroederNEC20-Sep-07 10:57 
AnswerRe: RAS connection using GSM - GPRS Modem Pin
Mike Dimmick27-Sep-07 6:16
Mike Dimmick27-Sep-07 6:16 
GeneralRe: RAS connection using GSM - GPRS Modem Pin
BschroederNEC27-Sep-07 6:54
BschroederNEC27-Sep-07 6:54 
GeneralRe: RAS connection using GSM - GPRS Modem Pin
A P Prajwal29-Jun-09 21:45
A P Prajwal29-Jun-09 21:45 
QuestionHelp regarding sending sms Pin
anu8120-Sep-07 1:16
anu8120-Sep-07 1:16 
QuestionGet Current Directory Pin
chemipoo13-Sep-07 3:10
chemipoo13-Sep-07 3:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.