Hi,
I'd like my users to able to force a AGPS update, they're not allowed to access all the settings so they're shielded from all programs and settings by a shell, now I'd like them to be able click a button that redirects to the AGPS screen and ONLY that screen.
How would one be able to do this?
Kind Regards,
Miguel
Below is a little example on how to use GetDownloadStatus.
Dim oHelper As PsionTeklogix.AGPS.HelperDim oStatus As PsionTeklogix.AGPS.Helper.DownloadStatus
oHelper = New PsionTeklogix.AGPS.Helper()oStatus = New PsionTeklogix.AGPS.Helper.DownloadStatus()
oHelper.GetDownloadStatus(oStatus)
MsgBox(oStatus.nextScheduledDownload)
Hello,
can you use the SDK AGPS API - see below:
A utility class for use with AGPS. More...
List of all members.
Typical download periods.
Thanks but when I try those links I get: Oops! Google Chrome can't find msitstorec?
Yes sorry. Those links will not work here.
You just need to go to the SDK help file.
I keep getting a NullReferenceException even though I have manually updated the AGPS...
Could anyone share a snippet to clarify the use of GetDownloadStatus in VB.NET ?
We will look into this and get back with you.
Thanks for the clarification, I'm quite new to VB.NET :)
Thanks for the aid with GetDownloadStatus :)