Receive A Fax Using FAXCOMEXLIB
Apr 6, 2010
how I can recieve a fax by using FaxCOMEX.dll library?I know how to send a fax, but I need to recieve a fax using this library.Is it by using the event OnIncomingJobAdded and then I can get all data of the recieved fax? or ther are another way?
View 1 Replies
ADVERTISEMENT
Dec 5, 2005
I am successfully sending faxes from a windows XP client through the fax service on a windows 2003 server. The fax prints at the recipient's end with a line at the top that looks something like "1C5W999387430409E.txt". I hope this is a really simple question. Is this the "DocumentName" as in oFaxDocument.DocumentName = "Some Text". If it is not, how can I eliminate the line of text at the top of the fax.
View 5 Replies
Apr 18, 2007
I have a problem when it comes to faxing html. Im currently using FAXCOMEXLib because I'm sending to a remote fax server. Sending html files causes the function ConnectedSubmit to display a print dialog box before sending the fax. The application hangs when you try to cancel the print dialog box, it seems like the ConnectedSubmit function does not return to previous line where it was called.
[Code]...
View 1 Replies
Jun 2, 2008
I'm trying to develop some code to send a fax automatically from a ASP webpage.
[code].....
Basically on my development machine (XP Pro) the fax sending works correctly via our SBS 2003 server which has the fax services installed. Now I want to upload the ASP webpage to our Windows 2003 Standard server under IIS. When I try to send faxes using this server (via the SBS2003) server I get the exception "Operation Failed".I've installed/uninstalled the Fax Service on our Windows 2003 Standard server but still the same error message.
View 11 Replies
Jan 3, 2010
FaxComExLib Operation Failed sending fax to SBS2003 via Windows 2003 Server
View 2 Replies
Jul 28, 2009
i have a project where in web sqlserver database values are put in local access databaseWeb database values are put in xml format and then read it in vb6 and put it in msaccess database. I want to know how to invoke request to web to generate xml and receive the generated xml file in my local machine.
View 9 Replies
Feb 3, 2012
how to send a email using vb.net, however i cant figure out how to receive an email. I want to go into my email account and read a email and store it in a variable, is this possible? and if yes could any one give me some sample code, because that would be great. just to get a good idea of what I'm using here's my code for sending a email,
[Code]...
View 1 Replies
Jul 28, 2008
im working on an application that is sort of like outlook. You will be able to set up your email account (from a internet email like gmail or aol) and it will grab the email the internet mail. I have the sending part taken care of but i need the reveiving part. If anyone would be able to help me code something to recieve email from a internet website such as gmail or aol, Because of the dream in code's policy, i will show you what i have so far. I probably should say that i am using visual basics 2008.[code]
View 11 Replies
Nov 5, 2009
Imports System
Imports System.IO.Ports
Public Class Form1
[code].....
View 3 Replies
Sep 15, 2009
I am working on a program to poll SMSes automatically, i am using the serialPort_DataReceived event to detect any SMSes coming through the serialPort
Private Sub serialPort_DataReceived( _
ByVal sender As Object, _
ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) _
Handles serialPort.DataReceived
but the message i received does not contains the full information, may i know that if there is any other received data event that can be used to receive data coming through the serial port which can better receive data from a gsm modem?
View 13 Replies
Mar 28, 2011
When my mobile phone is connected to hyperterminal, I can use the at-command AT+CNMI=1,2,0,0,0 If I receive an sms then, hyperterminal will show me the content immediatly.
Is there a way to fix this in VB.NET?[code]...
View 13 Replies
Aug 29, 2011
Am told to receive XML data via URL. Can someone suggest the best way to achieve this without any authentication required at the level of server. Best Regards, Harikrishnan R
View 3 Replies
Feb 2, 2009
I'm trying to make an application that shows the status of hl2 gameservers.I have to send a datagram to gameserver and receive a datagram from it.[code]...
View 8 Replies
Oct 21, 2009
[code]I can see the flash file, and I can send from Vb to the flash file , but i can't recieve anything from flash file to Vb using fscommand. The flash is taking from a example , and here the vb exe file works.I have made my project in V.S8
View 12 Replies
Jul 20, 2009
I'm working on a server/client chat program in vb 2008 using winsock. I have a connection and can send data, but for some reason I can't receive data. [Code]
View 2 Replies
Mar 13, 2011
How can I reseive or open my gmail messages by vb.net2008 code ???
View 4 Replies
Aug 23, 2010
I am trying to write a small plugin for eventghost for one of my software (audio player). EventGhost can send SendMessage or PostMessage messages to control other apps. How can I receive such messages in a VB.NET app?
View 1 Replies
Aug 24, 2009
I am doing an application on receiving sms but the problem is that I want to put the receiving sms in the database. I am not sure how the process works.
Here is the code that I am using
Imports System.IO
Public Class Form1
Dim receivedData As String
Private WithEvents serialPort As New IO.Ports.SerialPort
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] ....
View 1 Replies
Aug 23, 2009
I am doing a project on sms. I am doing the receive part where the sender send sms and my program just take the sms that has been received and store in the database but the problem is that I did not know how to connect the sql connection with the program that I used which is to detect the receive sms and store it in the database. My problem is that I want to store the receive sms in the database. I am using the SQL Server Database and visual studios 2005 in windows appliaction. I know how to make the connection between the application and the SQL server but I did not know how to implement it when to receive the sms.
[Code]...
View 3 Replies
Feb 3, 2012
have to write a program/application (which I already started in VB.NET 2010) that connects through Panasonic KX-TEM824 PBX machine via RS232 port (cable already connected : COM15/16 depending on USB I connect) and while it's connected to parse(receive) the data from the PBX itself, data that has caller ID, time of call started and ended, duration of the call and etc. I have found some already application on the Internet that does the work but they are free to try after awhile requires to buy or restart the app again. But I assume there's not much to implement on the code side.
Imports System
Imports System.ComponentModel
Imports System.Threading [code]..
View 7 Replies
Sep 28, 2011
How can we recieve an email using visual basic?
View 5 Replies
Oct 27, 2010
Sample code or snippet to receive and read/filter email, from imap (gmail)
View 1 Replies
Jul 25, 2009
Since a few months I want to learn how to receive and send packets. Since WinSock doesn't work I think it'll be quite hard to get an easy way to do it.
I want to be able to send and get packets as a client. (TCP) I know that I need System.Net.Sockets, and that's quite everything...
View 5 Replies
Sep 27, 2010
I Done The Project In VB.Net About Sending Mail..But I Try About Receiving Mail..I Didn't Make It.
View 1 Replies
Aug 3, 2009
I am currently working on a mass emailing system. I am using Microsoft Visual Studio 2005. With windows IIS in Windows XP SP3. My program can send mass emails using System.Net.Mail namespace found in .NET 2.0 but i have no idea on how to implement the receiving emails part.
View 16 Replies
Feb 27, 2010
I have an app that sends emails out perfectly. I now need to know if it is possible to receive emails via my smtp server?
View 12 Replies
Jan 5, 2012
I am developing a program which send and receive mails from gmails.
As far as sending is concerned it works fine with gmail. But in case of receiving mails from gmail i have no idea how to reterive mails. As gmail uses SSl here I stuck. I searched a lot but nothing got to reterive mails from gmail.
View 1 Replies
Mar 11, 2010
I am looking for receive mail code in visual basic language.
View 6 Replies
Jan 11, 2009
I was going over the Screen Saver Tutorial for VB Express 2005 and i Noticed How the Screen Saver app excepts params at startup... and depending on the startup param it will display the screen saver or the options form... lets say that i want to start up a screen saver from my program, how would i send it to the screen saver to display the options form the param is "/p" or something.
View 2 Replies
Mar 11, 2010
I have a program that is meant to send and receive pictures. There are two parts, client and server, the server sending pictures, and client receiving.the server needs to send it across the internet, then the client needs to receive and show the image in a picture box.
View 1 Replies