Have a great day....

awaiting for WCL ActiveX release.....
let me explain my requirement clearly. I need to create a system application using our BTFramework in VB and an another J2ME application for mobile. The system App should act as server and it should regularly watch for previously paired specific mobile wheather its within bluetooth proximity range of the system.If so then computer is unlocked along with someother activities r done. If not then the workstation is locked automatically. moreover whenever the mobile client arrives within sys's BT proximity, some sort of previously logged log file from sys should be transerred to mobile's persistant memory which should be invisible to client i,e no sort of user interaction should takes place at this scenario. n this file should be used by mobile client to display some details to user even if its not within BT proximity range of sys currently.
pls provide me some idea regarding,
What sort of communication mechanism can be used to transfer this log file to client?

Is it possible for a MIDLET to access a file written by system to mobile's persistant memory?

Instead is there any other way to send to send some data directly to MIDLET app whenver client comes within SYS's BT range?

How to detect accurately in SYStem Application wheather the device is within proximity or not?

Thanx