Hi all,

Nice to meet you.

I already have files generated by EasyHID.

What I want is when PIC18F4550 detect High in any of its digital inputs, Firefox is run automatically.

VB6 code to run Firefox for your reference.
Private Sub Form_Load()
Shell "C:\Program Files\Mozilla Firefox\firefox.exe", vbNormalFocus
End Sub

Just don't know how to write the part to detect HIGH in digital inputs of PIC18F4550.

Please send me the complete PIC source code & VB 6 source code for the above scenario to my email below.
[email protected]

I really appreciate your help.

Thanks and best regards.