I am working in a project for Fast-Food shops and i want to get the incoming call number.
Is there a way to get the caller's id number and use it to an application?
Any help please?
Thanks in advance!!!!
microlau Blog: http://community.sgdotnet.org/blogs/microlau
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
Think if you google, you probably can find quite a number of articles. Since I am interested in anything that I have not tried, here are my findings.
Here's is a website that teaches you how but you probably need an earlier version of Visual Studio or add reference to the COM object.
Part 1: The EXE in VB6 - http://www.15seconds.com/issue/020626.htmPart 2: The Web Service - http://www.15seconds.com/Issue/020813.htmPart 3: Putting It Altogether - http://www.15seconds.com/issue/030128.htm
More of the control used above: http://www.developerfusion.co.uk/show/21/1/ and http://support.microsoft.com/kb/823179You can download the old VB6 libraries here: http://www.ppreview.net/Forum/topic.asp?TOPIC_ID=245
However, good news is that .NET 2.0 comes with the SerialPort Class. You can find out more at http://msdn2.microsoft.com/en-us/library/system.io.ports.serialport.aspx which you might want to try first. Some tips can be found here at http://www.thescripts.com/forum/thread370707.html and http://support.microsoft.com/kb/904795/.
Hope that all these information is useful. Good luck!
I found useful information and i think they will help me.
Thanks all of you for helping me.