![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Announcements Announcements of new versions and new libraries. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Another problem:
I run the example of Hardware lib" Code:
'Add a Hardware object named Hardware1
Sub Globals
End Sub
Sub App_Start
Form1.show
Hardware1.New1
msgbox("Device ID: " & Hardware1.GetDeviceID)
Hardware1.BackLightOn 'Prevents the back light from suspending
Hardware1.RunAppAtEvent(AppPath & "\MyApp.exe", Hardware1.evWakeup) 'MyApp will be launched each time the device is turned on
Hardware1.RunAppAtTime (AppPath & "\MyApp.exe", TimeAdd(now,0,5,0)) 'MyApp will be launched in 5 minutes
AddTimer("Timer1")
Timer1.Interval = 5000 '5 seconds
Timer1.Enabled = true
TextBox1.Focus
Hardware1.KeyPress(asc("1")) 'Writes 1
Hardware1.KeyDown(160) 'Holds the left shift down
Hardware1.KeyPress(asc("1")) 'Writes !
Hardware1.KeyUp(160) 'Frees the left shift
End Sub
Sub Timer1_Tick
Hardware1.KeepAlive 'Resets the system idle timers
End Sub
|
|
||||
|
See this link: http://www.scarybearsoftware.com/cn_overview.html
It is an application that allow you to see and remove the registered notifications. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hardware library was updated | Erel | Announcements | 0 | 03-01-2008 04:20 PM |
| Hardware library was updated - 3.10 | Erel | Announcements | 15 | 12-30-2007 03:18 PM |
| Hardware library was updated - 3.00 | Erel | Announcements | 1 | 09-10-2007 09:21 PM |
| Hardware library was updated - 2.70 | Erel | Announcements | 2 | 07-01-2007 06:50 PM |
| Hardware library was updated | Erel | Announcements | 2 | 05-16-2007 10:40 AM |