View Single Post
  #8 (permalink)  
Old 07-23-2008, 11:30 AM
Mr_Gee Mr_Gee is offline
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 239
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Yes I did, sorry..

I found the HTCSensorSDK.DLL on my device, so I copied it to the same dir as the sbp file.
next I change the sbp file to :
Code:
Sub App_Start
	Form1.Show
	sen.New1
	'TextBox1.Text = sen.GetRawSensorData
	Msgbox(sen.ToString)
End Sub
and it states "WindowsMobile.Sensor.HTCGSensor" in the popupbox

when I use the GetRawSensorData I get a "NotSupportedException"

Does that help you in any way?
Reply With Quote