March 8, 200718 yr Hi, Is anyone have/know/like to sell VB or Java script which will automatically send file (jpg. or mp3) from FM database to mobile phone in bluetooth range? Thnx in advance Vjeran
March 8, 200718 yr A quick google search came up with this, perhaps you can control it via the command line http://www.fast-download.info/bluetooth_file_sender.html Charles
March 8, 200718 yr Author Same as a long Google search, result is same - lots of applications but no Visual Basic scripts or Java scripts .. I need VBS or JS which will send selected picture from computer (FMPro App)to mobile phone w/o asking for confirmation about mobile phone in bluetooth range, like a email ... Vjeran Edited March 8, 200718 yr by Guest
March 9, 200718 yr Javascript and VBscript are not real programming languages, they are scripting languages. The difference is that they are limited in working with deep APIs like networking protocols or the Win32 API. If you want to stick with VBscript/Javascript you'll probably need to find a DLL or ActiveX control that somebody wrote to encapsulate the bluetooth API/protocol.
March 9, 200718 yr Author Hi Wim! Ok, I understood. Do you have solution? How to send file from web page (or fmp) to mobile phone via bluetooth (local network not internet) automatically?
March 13, 200718 yr No I don't have a ready-made solution. It kind of depends on how you want to do this. If you want to keep this in VBS or JS, check out http://www.componentsource.com/index.html to see if someone has a bluetooth wrapper. You could also use whatever you find there in a real programming language. Let us know what you find!
Create an account or sign in to comment