Hello everyone!
I have been using InTheHand.Net.ObexWebRequest in 32Feet.Net to transfer files within my Windows XP program to any bluetooth devices. It has been working great, however, when I send a huge file, I did not get response about the progress; I need to give feedback to user about the number of bytes sent and the number of bytes left.
I am currently using ObexWebRequest.ReadFile(String filename). Is there a good way (built in) to check the progress? I am planning to modify (or add another function) the current ReadFile function.
Thank you very much for your kind information!
Best regards,
K1M