Program Of InfraRed Which Sends Data From PC To InfraRed Mobile And From Infrared Mobile To PC
Mar 17, 2009
I've made a program of InfraRed which sends data from PC to InfraRed Mobile and from Infrared Mobile to PC. I don't why this doesn't detect any Infrared Mobile Where is mistake?
Imports System.IO
Imports System.Net.Sockets
Imports InTheHand.Net.Sockets
[CODE]....
View 1 Replies
ADVERTISEMENT
Feb 17, 2009
infrared communication on the desktop infrared connectivity through mobile in vb.net programs?
View 3 Replies
Aug 3, 2010
I am desperate in solving the following puzzle: I use a thermal camera (a camera that captures thermal images by working in the infrared spectrum).The camera produces thermal jpeg files that includes visual (the picture one can see) together with the thermal data (thermal energy levels) in one jpeg fully radiometric(=file that holds energy data) file.
What I want to do is to try to extract the energy level data for each and every pixel of the image (usually 320X240) and store it in a table, using my old favorite vb.net if possible.
View 3 Replies
Mar 11, 2010
our group will be developing a pawnshop system and one of our teacher's requirements is to send SMS via infrared. the PL we're using is vb.net.
View 1 Replies
Jun 21, 2010
how to detect which keyes are pressed on an infrared MCE remote control? I'm a n00b, I've searched google, and can't find anything in VB.
View 1 Replies
Sep 17, 2011
SMS Sending application in vb.net using GSM Modem of Mobile & AT Command where mobile numbers are dynamically coming from sql server database.
View 1 Replies
Aug 25, 2010
I m trying to connect sql server to mobile device but dont know were to start
View 2 Replies
Nov 12, 2009
I would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.
View 4 Replies
Aug 13, 2009
I want to connect my pc through mobile phone using bluetooth so that the mobile phone act as a remote of my pc.How can i do dat do you have any idea??.I have to make a project for final year using vb.net..
View 1 Replies
Aug 19, 2011
Is it possible to run VB applications on a mobile?
View 2 Replies
Jun 19, 2012
I have a mobile phone (nokia c6), which of course has a calendar.The nokia c6 has a mini usb cable, so I can connect the phone with my computer.Now is my question: Is there any way to make a program with visual basic that lets me transfer data from the pc program to my nokia's calendar and back?
View 4 Replies
Feb 25, 2010
i need to send datas to mobile application developed using java can i send datas from vb.net windows application to java mobile applications can anyone tell me what is the simplest and secure way to send data from vb.net windows app to java mobile app
View 1 Replies
Feb 20, 2012
in my application, to get the path I use the following code.
Dim path As String
Dim asm As [Assembly] = [Assembly].GetExecutingAssembly()
path = System.IO.Path.GetDirectoryName(asm.GetName().CodeBase)
this gives path as Application Data, But i need Program Files to locate the .sdf file. how to get this path?
View 2 Replies
Mar 2, 2011
I need to find a solution or develop one for allowing employees to enter their "hours worked" at the end of the day and then easily and quickly "pushing" that data to Quickbooks Pro 2010.
I'm trying to formulate, in my mind, how to build this type of solution. With my understanding of QuickBooks integration I think it will look like the following:
Quickbooks Software on PC
|
|
[Code]....
Remember, the application on the PC will likely be on a consumer or small business network that doesn't even have static IP.
On a separate note, as near as I can tell nothing yet exists that will do what I'm looking for. The apps I have looked at require you to import iif files into your phone (specifically ReportAway). During an initial test of the app, the import failed to import anything but did not produce any error messages. It's unclear to me how the data gets input from the BlackBerry app to QuickBooks but it appears to simply be CSV files.
View 3 Replies
Oct 4, 2009
it's simply connect to SQL and get name , mobile , last name , deaprtment , address data from table1 while id = 5?
View 10 Replies
Feb 7, 2010
Ok, I haven't started this yet, but I'm just thinking out loud for a project I have coming up.
One approach I am thinking about pursuing involves "messaging" my application (windows form in VS 2008 pro) from a mobile device, whether it be a laptop, phone, pda, etc.
is this possible? (1st question) and what is the "correct" implementation to do this? (2nd question)
The idea is to remotely disable the email sending feature of my program by the user (owner of the application) to kill email alerts if they are not at their computer.
View 3 Replies
May 5, 2012
I'm working on a mobile project, and I have this:
search textbox (fillby method)
combobox (bound to the data)
datagrid
[code].....
View 1 Replies
Mar 20, 2009
is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.
View 10 Replies
Apr 15, 2010
I need to create a program that sends & receives data via rs232. I have done it many times in VB6 with easy.
Why is so hard in vs2008?
I managed to send (or so I think). Because I can see the LEDs flashing on my board connected to the pc. But I do not get any response back from the board.
The reason I do it in vs2008, is because I need the program to run on a PDA. But to understand how rs232 works in vs2008, I just created a simple program for the pc to talk to my board.
for example, I send:
SerialPort1.Write(Chr(2) & "I" & Chr(3)) and I expect back (into a textbox), a hex string 25 characters long.
The board also send data to rs232 sometimes, without me requesting it.
View 6 Replies
Jul 7, 2010
I have a winform application which is developed in dot net 3.5 framework.Can we convert this application to windows mobile application?
View 1 Replies
Jun 6, 2009
Make Custom Msgbox Button In the Visual Basic 6.0. I dont know how to create user defined butten "Custom Button For Msgbox.
[Code]..
View 2 Replies
Dec 22, 2009
i want to read sms from mobile....that is connected in usb port or bluetooth....
View 2 Replies
Mar 11, 2010
ow to send sms from pc to mobile in vb.net
View 1 Replies
Sep 21, 2009
i tried hard to send sms without ssending number.
i mean [from:Idea] hi,there?
the sms which ssended by u ,at other mobile it dosent shows any phone numbers,it shows as shown above. i have asked to provides for this kind of services or features but they are not responding and say that they sending this kind of sms through their server.remind u i am not using gsm modem.
View 1 Replies
Dec 30, 2010
I want to send the messages from my computer to mobile. I am using vb.net 2008 edition,
View 1 Replies
Jan 11, 2012
Am working on sending sms from pc through mobile to mobile to serve news and IT information. am not getting how to read the sms from mobile to pc.
View 1 Replies
Mar 11, 2010
I am trying to make a program for my Windows Mobile 6.1 Professional Device that communicates via TCP/WiFi To my pc, however, on my windows mobile device, when i launch a program with an import [system.net] it keeps giving me an error, and it is unable to launch the program. Is there an update that i am missing? or am i missing a package in win mobile with the system.net resources?
View 1 Replies
Jul 24, 2011
how can i send sms from PC to GSM-MOBILE i am developing a banking application and want to add a functionality by which the user can know the balance in his account by sending a sms only.so i want my PC to send sms to mobile and receive SMS from mobile.i heared about GSMCOMM library but dont know how to use that.
View 2 Replies
Feb 5, 2011
This is the question asked at many places but I could not find any satisfying answer so asking it in stackoverflow. Hope I will get answer soon. I need to make an Windows Application (VC++/C#/VB.NET) which can send SMS using windows mobile which is connected through ActiveSync or Device center without GSM Modem.
View 1 Replies
Mar 5, 2010
i need code to send sms in vb.net using mobile.
View 4 Replies