问题描述
如何使用Visual Basic-app检测到我的WT8 Encore平板电脑(Windows 8.1)的内部GPS的访问权限。我现有的应用程序检测并处理外部GPS接收器,但无法看到内部GPS。
我找到了一个由javascript调用的基于Web的对象,它可以与内部GPS传感器一起使用。请参阅:http://msdn.microsoft.com/en-us/library/windows/desktop/dd317709(v = vs.85).aspx。但是在我的应用程序中使用simpel webbrowser来获取数据是行不通的,因为它没有按钮来接受使用基于Web的应用程序中的位置数据。
How can I detect en get acces to the internal GPS of my WT8 Encore tablet (windows 8.1) with a Visual Basic-app. My existing app detects and handles an external GPS receiver, but cannot see the internal GPS.
I found a web-based object that is invoked by a javascript and that works fine with the internal GPS sensor. See: http://msdn.microsoft.com/en-us/library/windows/desktop/dd317709(v=vs.85).aspx. But using a simpel webbrowser in my application to get the data from does not work because it gives no button to accept using location-data like in web-based applications.
推荐答案
这篇关于在VB应用程序中连接和管理内部GPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!