11-30-2011 06:10 AM
Hai i am quite new to this Labview... i hope somebody will clarify my doubt....
Is thier possible to acces the word that what we are typing in keyboard by using Labview code,,, i mean if i type a word in the keyboard on which the Labview version was installed...? by using Labview code whether i can say which letter was pressed exactly ? is thier any example VI for that?
Second is.... By using R series board can i make a VI to send SMS to Mobiles???
Solved! Go to Solution.
11-30-2011 07:59 AM
For your first question: this has been asked frequently. Did you try a search? You can use the Input Device Control VIs (in the Connectivity palette) to monitor the keyboard. An alternative is to use the event structure. Look at the shipping examples.
For your second question: again, this has been asked frequently. Seach the forum for sending SMS. There's been lots of posts on this.
12-01-2011 11:49 PM
Hello sir i tried a VI for Key pressing Inputs, but in this VI i can store the pressing keys and its corresponding ASCII numbers.....but what i did is ... i just allow this VI to run and in my browser i open a mail account i type user name and password.... nothing of it stored in the VI which i was make to run in background....
Now what i want is....suppose i open a mail account and typing username and password...what i am typing here should be stored in the VI.....whether its possible?
12-01-2011 11:51 PM
This is the VI i make with some little modification... hope u clear my doubt... regarding that username and password storing
12-02-2011 01:29 AM