Sending A Fax In VB?
Apr 13, 2010how i would go about sending a fax in vb
View 6 Replieshow i would go about sending a fax in vb
View 6 RepliesI am trying to Send an Email with an attachment (using Gmail) but I keep getting errors like "Operation Timed out" or Failure Sending Email". It was working earlier today but I found out that i needed to add Using statement because the email was having a file open that had to be deleted after it was sent but afterwards it doesn't work.
Here's what I have (Portion of it):
Private Sub SendMailOneAttachment(ByVal un As String, ByVal pass As String, Optional ByVal smtp As String = "smtp.gmail.com")
Using oAttach As Net.Mail.Attachment = New Net.Mail.Attachment((Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\" & My.Computer.Name & "_" & fName & " .zip"))
Dim client As SmtpClient = New SmtpClient(smtp)
[Code] .....
The ports are correct I believe, no firewall up on my PC...
Which is better for Sending Files/Sending Images/Msg for P2P Chat?
View 1 RepliesI am tring to send e-mail used VB 2008. Below is my code. The error message I am getting is "5 Failure sending mail at System.Net.mail.client.send(MailMessage message).I have two questions. 1.) What am I doing wrong? & 2.) Is there a way the get a more description error message.
message As
New System.Net.Mail.MailMessage
Dim mySmtpsvr[code].....
I was trying to follow a code example I came across the net for programmatically sending email:
[Code]...
How to send sms using vb6 application?
View 2 RepliesI have a GrideView bound with table,I added one hyperlinkfield as you can see the code below:
<asp:HyperLinkField NavigateUrl="~/Logout.aspx?category=Mobile&&ID=" Text ="logout"/>
As you can see that I am sending 2 QueryString with URL. I am getting both correctly as long as I am sending static data. The problem is that I want to send one of my Grideview column value through QueryString something like this i want and I tried:
<asp:HyperLinkField NavigateUrl="~/Logout.aspx?category=Mobile&&ID='<%GridView1.SelectedRow.Cells(1).Text.ToString%>'" Text ="logout"/>
I am not getting the ID value as per column value but the same Gridview code like this
"GridView1.SelectedRow.Cells(1).Text.ToString".
How should I correct this syntax so i can send my column value through URL.
I am trying to send e-mails with VB.net and I have a template for the code but I don't understand a few lines.[code...]
As far as I understand, mail.From is the sender's name, and mail.to.add is the person I am sending to. What does smtpServer.Credentials do?
I deduce that SmtpServer.Credentials is the only one that requires a password so that will be the account the e-mail will be sent from. But then what is the point of mail.From? What happens if I put different e-mails in credentials and mail.From.
sending sms to mobile using vb.net application?
View 1 Repliesclass code:-
Imports Microsoft.VisualBasic
Imports System.Net.Mail
Public Class SendEmail
[code]....
code inside the ctrl "button sub"
Dim objemail As New SendEmail
objemail.Mailto = txtEmail.Text
objemail.email()
LabelEmail.Text = "The email has been sent"
The specified string is not in the form required for an e-mail address, and i have tried to intilize vaild email in "mailto" field and ive removed everything in proprieties and fields?
I am working on one report in vb.net.when i click on export button,an excel will be generated,allowing user to prompt for save or open.There is one more button provided for mailing a report.for that i need to attach these excel file.Is there any way to send excel automatically without saving and sending as attachment when clicking on mail button.
View 2 RepliesMy website has a form below each product to send an email. The problem is that the first email sent says it is sent but never arrives but after the first the emails arrives perfectly.
[code]...
I am new to visual basic and currently doing my major project on sending sms using visual studio 2005. I want to create it in window application. I have search the net but I could not understand it. I have download some of the project that the net has found for me but when i test it the receiver did not received any message but the application have come out the popped out box saying "message send".
View 8 RepliesI heard that there is two way to handle SMS for programming. One is to purchase a GSM Modem 2nd is to use 3rd party online web service.Which is the recommended one if I plan to implement the program in VB.Net and send the message internationally. As I have a function that is require to send sms where it reach certain times, so I most probably will need some API to do that.
View 4 Replieswriting a small application on sending a simple text sms like TEXT to the PC and it will get into the database (mySQL) to search for the information on it and reply back the result to the user. how to start on the application and the hardware i need in order to do it.
View 1 Repliesi've been searching for sending and receiving sms code using gsm modem because i can't find any information about it. Is there anybody can give me the code or suitable link for me to get sample code?
Hope i can get response as soon as possible as my tasks need to be completed in a week time.
I managed to open a program from the start>run (commandline) and pass parameters. I write "C:myprogram.exe" parameter1 parameter2 etc.. in my program I retrieve it using the enivroment.getcommandlines(). This works fine, however when I try the same command in a url I only get the the path "C:myprogram.exe" and not the parameters.
View 15 Replieshow we can send sms from an vb.net application using any gateways.
View 3 RepliesAm 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 RepliesMy client requires an sms to be sent to him, whenever an invoice is made on his system by any of the employees. I have no idea how to configure it. Do I need to buy any sms-server service?
How to integrate into my application?
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 Repliesi,ve been searching for sending sms code using gsm modem,but i still coudn't find..is there anybody can give me the code or suitable link for me to get sample code?hope got reply as soon as possible because my due date for my project is 2 weeks to go.
View 4 RepliesI have done a lot of searching in this forum which regards to my topic and it turns out that i'm kinda confused.. considering that i don't have any experience when comes to ports and stuffs. So i made my own thread for me to be on the right track..
[Code]...
Im new to vb.net and and Im currently developing an application that will send sms with the new auto generated pin code to the customer. My sms app used to work but now, it just stopped all of the sudden.[code]I tried to debug my script and it shows on the logs the that the code has been sent successfully but I didnt get any message on my mobile. I checked the connection settings on my sms app, it was all okay.. no error message or something.
View 1 Repliesfirst question is: Do you need to port-forward anything in order to receive a response?he sake of all that is good and holy, don't use ACCESS, EXCEL, or a TEXT FILE as a database. If you want your program to use a "local database", without any of the hassle of setting up a MS SQL or MySQL server, just click this link: >>> SQLite <<< Seriously. This is for your own good.
View 2 RepliesI want to send text from one pc to another using normal lan network at home. I have no idea how this could be done so could someone tell me that
I quess that this cant be done with net send because im using vista home premium on another pc and another one is xp home edition.
i'm writing a macro in excel that need a down arrow send at one point. Below is the script
Sheets("1").Select
Range("A4").Select
Selection.End(xlDown).Select
[code]....
I need to send the down arrow here'How do i do it
which is better for sending images via tcp
View 2 RepliesIm woundering how does Receiving/Sending data work in a TCPClient/Server that is connected in the same networkstream.
View 4 RepliesI want to send an automatic E-mail based on the date. If the current date is greater than 5 days than the current date field in the table then i need to send an E-mail to the designated person. I am using VS.NET2003/VB.NET/ASP.NET/SQL Sever 2000.
View 2 Replies