T
Timothy Taylor
How come this doesn't work? What do i need to pass uint??
Dim uint As UInt32 = Nothing
Dim LED As OpenNETCF.Notification.LED
LED.SetLedStatus(uint, Notification.LED.LedState.On)
Dim uint As UInt32 = Nothing
Dim LED As OpenNETCF.Notification.LED
LED.SetLedStatus(uint, Notification.LED.LedState.On)