Jump to content
Server Maintenance This Week. ×

VBS or Java script to send file via bluetooth


This topic is 6255 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Guest
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

This topic is 6255 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.