How To Implement An Incoming Call Detection Feature

Aug 21, 2011

I'm planning to create an application that counts the number of calls recieved based on the type of calls. For example: When a person gives a call an audio menu provides various options. If the person choose option 1 then the count value under option 1 will increment;If the person choose option 2 then the count value under option 2 is incremented, ect, ect,ect.

View 5 Replies


ADVERTISEMENT

Measure Distance Between Two Or More Image After Edge Detection Feature Extration

Nov 23, 2010

I need to read 10 images in 1 folder and do feature extraction onto 10 images.Does anyone can suggest any good edge detection by using C++ / VB.Net / C# language? After I can successfully detect the edge and write a new image file (in this case is generate 10 new edge detection filtered images, only black and white line image) within the same folder.Then lastly, I do not know any distance measurement able to calculate distance between each edge detection filtered-images (not the original image) and show the result in graph.How can read those images back and get the data of the edge?Keywords are edge detection and distance measurement.

View 2 Replies

How To Implement Timeout Feature To Use In DLL

Feb 19, 2011

I need to wait for and event within a given period (30s) and then timeout if this time elapse. I am sending a command to a server from a dll, and I need to wait for response before sending another. I want to implement a timeout feature, that why I need to use a timer. I want to use a timer, but don't know how to use it in a DLL.

View 2 Replies

C# - Implement The Mac-style Windowshade Feature For Windows

Jan 27, 2011

I always liked the WindowsShade utility on the Mac. Is there some sample code on how to do the same thing in VB.Net or C#.Net for Windows.

I have implemented it myself for a single app, but I would like to have it work for any window..

View 1 Replies

Namespace To Call Computers Search Feature?

May 23, 2011

I am in VB.net and wondering if there is a way to call a search from a console application.For example when the user clicks cancel on the Input Box it brings up the file browser for their computer allowing them to choose a place to save the file.[code]

View 1 Replies

Implement "favourites" Feature?

May 19, 2010

I have written a dynamic database driven, object oriented website with an administration frontend etc etc. I would like to add a feature where customers can save items as "favourites", without having to create an account and login, to come back to them later, but I dont know how exactly to go about doing this... I see three options:

Log favourites based on IP address and then change these to be logged against an account if the customer then creates an account;

Force customers to create an account to be able to use this functionality;

Log favourites based on IP address but give users the option to save their favourites under a name they specify.

The problem with option 1 is that I dont know much about IP addresses - my Dad thinks they are unique, but I know people have had problems with systems like this.

The problem with 1 and 2 is that accounts have not been opened up to customers yet - only administrators can log in at the moment. It should be easy to alter this (no more than a morning or afternoons work) but I would also have to implement usergroups too.

The problem with option 3 is that if user A saves a favourites list called "My Favourites", and then user B tries to save a list under this name and it is refused, user B will then be able to access the list saved by user A because they now know it already exists. A solution to this is to password protect lists, but to go to all this effort I may as well implement option 2.

View 1 Replies

Implement Dll In Dot Net, Call From C++ Program

Jun 16, 2009

I have an existing program, and it uses DLL files to do things I wish to implement a DLL in VB.NET the DLL's are not COM, they are standard call the method or function type DLL's

How would I implement the following in a VB.NET DLL extern "C" void __Export_TYPE HelloWorld(char *path)

View 9 Replies

Correctly Implement A Call Procedure?

Jul 29, 2009

I decided to get my head back into VB. My question is ; how to I correctly implement a Call procedure? I cannot seem to find a simple example through google.

for instance :

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim selectString As String = Nothing

[Code].....

View 12 Replies

Application That Opens Visio - Call The "/nologo" Feature On Loading Time

Jul 24, 2009

I have a question. I am creating a VB .NET application that opens Visio to do some stuff there. Visio runs a splash screen on startup and the only way to stop the splash screen from loading is to use code like:

"C:Program FilesMicrosoft OfficeVisio10Visio.exe" /nologo
"C:Program FilesMicrosoft OfficeVisio11Visio.exe" /nologo
"C:Program FilesMicrosoft OfficeVisio12Visio.exe" /nologo

For each Visio versions in the command line (but I am not using the command line).

The problem I am having is that I can't run this code from my vb .net application, because my application uses the following code to load Visio:

Dim vsoApplication As Application
vsoApplication = New Visio.Application()
vsoApplication.Visible = False

And I do not know how to call the "/nologo" feature on loading time from my code to skip the Visio splash screen.

View 4 Replies

Add / Implement An Interface To An Existing Class Without Changing Code Anywhere That Call The Class And Functions

Mar 1, 2010

I need to create unit testing project for my current website. The currentw ebsite si written in VB. All unit testing examples are using interface to create mock object. My current VB class does not implment any interface. Can I add interface and implement it to my current class and functions without affecting or changing codes to any pages in my website that call the functions? For examples my current class is like:

[Code]...

View 2 Replies

Detect An Incoming E-mail?

Mar 26, 2009

Is it possible to detect a incoming e-mail?

I am thinking of making a small form pop out from the side of the screen for a specified time period with a message indicating a email has arrived.

View 7 Replies

Listening To Incoming Data?

Apr 15, 2010

I'm listening to a something coming in on a serialport every second. how to start an event if there is nothing coming in all of a sudden.

The way I imagine it is on a timer.

Sub timer_tick
if serialport1.readline = "a" then
do something, its ok

[Code].....

View 1 Replies

VS 2008 Incoming Connections?

Jan 3, 2010

I was wondering, if there is a way to block incoming connections from specific ip adress that tries to connect to computer

I assume that it cant be via windows host files

View 5 Replies

VS 2010 Incoming Serial Data?

Oct 29, 2011

I have a controller board that is built by us that sends strings to the serial port based on inputs that it receives. The app we are working on seems to be receiving the data fine but it is displaying it in an odd way and I'm sure it is a simple problem I am overlooking. Here is the incoming code so far:

Private Sub SecuritySerialPort_DataReceived(ByVal sender As Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles SecuritySerialPort.DataReceived
ReceivedText(SecuritySerialPort.ReadExisting()) 'Automatically called every time a data

[code]....

View 4 Replies

Display The Incoming Data On A Textbox On A Form?

Feb 9, 2011

I am receiving RS-232 data from serialPort1.Readbyte and want to display the incoming data on a textbox on a form. This causes a "...cross thread..." error.

View 4 Replies

Incoming HEX Data Missing Preceding Zeros?

Jan 30, 2012

I'm working on a project which involves communications with a remote device via a modem. Communication is accomplished via HEX commands. However, with my code below, I am not receiving zeros where they are meant to be.For example, a test file contains the following HEX:

010203040506070809

However, I am only receiving this:

123456789

The zeros are critical.

Private Sub receive_data(ByVal sender As System.Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles SerialPort1.DataReceived
Dim buff As String
Dim i As Short

[code]....

View 3 Replies

Read Incoming Data From RS232 Port?

Sep 28, 2011

I want to create an application in VB.net that will read data outputted by a RFID reader on serial port.I want to know how will my application be able to identify the interrupt generated by Serial port and will read data from there?

View 2 Replies

Receive Incoming Data From Serial Port?

Mar 23, 2011

I am having problem receiving data from serial port. Btw, I am new to Visual studio 2010 too.

I do a test program on my PIC so that when button1 press, it will send character "Y" to visual studio; when button2 press, it will send character "N" to visual studio. I know for VS 2010, sending data out is by the command

[Code]...

View 1 Replies

Receive Incoming SMS Messages Via Gsm Modem In Program?

Jul 21, 2009

I am working on an assignment whereby i am requested to receive incoming messages via a gsm modem, i have tried to do so by writing at commands to the serial port where the gsm modem is connected to but there's one specific line which gives me error when i tried writing it to the serial port, (AT+CMGL= "ALL") which returns me an error: CMS ERROR: 305 which means Invalid Text mode parameter The following is the codes i have done up to so far, can anyone tell me what is the correct way to write this specific line to the serial port or is there any other methods that is able to do the same thing?[code]...

View 8 Replies

Setting A Default Incoming Date Format?

Sep 3, 2009

So I made a little program, and when I run it on my computer the Date format displays as DD/MM/YYYY, but when I run it on some other computers it displays as MM/DD/YYYY. Is there anyway to set the default incoming Date format? Or do I just have to be very careful about how I get/set parts of dates?

View 5 Replies

VBA To Sort Incoming E-mail Subects In Excel?

Jan 9, 2011

i'm looking for a solution in automating the following which we are currently doing manually each day:We are getting mails overnight from different clients with different subjects. lets call the subjects 'succes' and 'failed' for now.All we do is ad a new column ech day in an excel sheet, and set cells to green (succes) and red (failed). Each client has a row.I want to automate this process by VBA, as I think it's the best solution.The VBA should read the mail in a folder, and look at the subject and from address.

View 1 Replies

Block Connections To An IP Address (Incoming And Outgoing) In Visual C+ , C# , C?

Oct 29, 2009

Is there a way I could block connections to an IP address (Incoming and Outgoing) in Visual C+/C#/C???

I have a different method, using the windows hosts file. I could make it redirect, but on the host file, could I make it launch a certain application when it blocks an IP. Like, launch a file called blocked.html that says "Webpage blocked" on it? [code]...

View 3 Replies

Filter Incoming And Outgoing Data On A COM Port Terminal?

Feb 4, 2010

Is it possible to filter the incoming and outgoing data on a COM port terminal... to distinguish it?

View 2 Replies

Incoming Events Solve And Change Time For Timezone?

Jun 20, 2011

i'm going to create event application where's times like:

a) 17:00
b) 18:00
c) 20:00

(Current compuer's time: 17:16)How do i make my application detect timezone and change a), b) and c) times for the same timezone, that people knows if event is my time 17:00 so what it is in their time?

View 4 Replies

Receive Continuous Incoming Data From A Serial Port (MCU) In Vb?

Mar 7, 2012

I am working on a project to receive and send data to a micro controller using a Visual Basic application. I am using Visual Studio 2008. I have done coding to send data on button click event.

But I am stuck at how to receive incoming data to serial port continually from MCU and store it to an integer or string type data in VB.

View 1 Replies

Show The Names Of The People Whose Birthday Is Incoming In A Richtextbox?

Jun 2, 2010

I want to show the names of the people whose birthday is incoming in a Richtextbox. To display maximum of 5 people only.

View 4 Replies

Webservice Dataset - Classic ASP Page Which Reads Incoming XML

Jul 28, 2009

I have a classic ASP page which reads incoming XML, Queries the database based on the values in the XML and returns an XML page with the results from the query. How can i invoke a .NET webservice with some values which sends to the classic ASP page and returns the results as a Data Set?

View 2 Replies

Catch Incoming TCP Connection Including Full Packet Headers?

Nov 3, 2010

My code below. Problem description in comments.

Public Class Form1
'My local IP (going to be set to 127.0.0.1)
Private LocalIP As System.Net.IPAddress

[code]....

View 1 Replies

How To Insert AT Command Method Inside My Program To Receive Incoming Sms

Jul 9, 2009

May i know how to insert a AT command method inside my program to receive incoming sms?

My program is in visual basic windows form 2005.

Here is how my program goes.

After i click connect button in my application, the gsm modem will automatically read the incoming sms and display in the textbox on the program.

I already have the list of AT commands to be used, they are :

1. AT
2.AT+CMGF=1
3.AT+CMGL="ALL"

I also would like to know how to declare these commands as string inside the program.

Here is my program so far:

CODE;

This code is for the user to click on connect button which will connect to the serial port. So after connecting the modem will then auto read and display new incoming sms.

View 2 Replies

Serial Port - Receive Incoming Data From Radio Equipment?

Apr 8, 2009

I have an application that receives incoming data from a Radio Equipment through a hardware modem. How can I replace the hardware modem? Could I use the PC Sound Card in place of the modem?

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved