Send Multiple Faxes (files) To One Number In One Call?

Jan 27, 2010

Can I send multiple files as 1 fax? I currently can fax one file at a time. I was wonder can I send multiple files to the same fax number on one call? Without physicall trying to combine files. For example. If I wanted to send a word doc and a pdf to the same person can I do that without having to dial twice? I hope that makes sense. I don't know if you can because I see that FaxDocment.body is string and not a list of strings. I am using FaxServer and FaxDocument. I just Found FaxDocument.Bodies. Does anyone have an example on how to use this? I know that FaxDocument.Body is a file path. FaxDocument.Bodies is an object? I don't see an list of path or whatever.

View 1 Replies


ADVERTISEMENT

Call Random Line From Multiple Text Files?

Apr 22, 2009

I am making a basic form that has 1 button and a rich text box.I need to click on the button and have it call a random line from 3 text documents (so 3 lines total) and place them in the rich text box, each on a different line.

"Quick example"

3 Text files
Firstname.txt
Lastname.txt
Number.txt

Click on button named generate and in the text box below it places

First Name: Shara
Last Name: Harrow
Number: Seven

View 1 Replies

Adding Multiple Attachment (files) To A Dynamic Variable So It Can Be Send To A Email. VB 2010

Oct 27, 2010

What to use for adding multiple attachment to a email. I'm using VB 2010.

First, I have a Form in my company web site to fill a reclamation ..... when you fill and send it, it convert the form into a PDF, save it in the client side "TEMP" and finally get the PDF and send it to a email..... that's perfectly fine. I add to the form the capability of attach multiple files with file upload to the same "TEMP" and displayed in a Grid View to remove or add files and send everything to a email, the attachment capability is working. Everything is working with the PDF not the files(attachments).

There is a way to get the multiple files from the "TEMP" folder and add it to some dynamically variable (array list, attachment collection, list collection, etc.) so all can be send to the email. I already know the way to put it into the email with the PDF.

The problem is to get the files and add it to the dynamic variable and that it work with the email. If the code is need it.

View 8 Replies

Select Multiple Files From A Folder - Rename Them - Add A Sequential Number To The End?

Aug 28, 2011

I'm trying to figure a way to select multiple files from a folder and rename them and also add a sequential number to the end.Example: Take img_001.jpg, img_002.jpg and rename them to picture1.jpg, picture2.jpg and so on. There is a maximum of 50 files in each folder..

View 4 Replies

VS 2008 : Call A Skype Number That Is In A RichTextBox By Clicking On The Number?

Feb 3, 2011

Is it possible to call a Skype number that is in a RichTextBox by clicking on the number?I have links activated in the RTB but phone numbers do not appear as a Skype link.

View 5 Replies

Asp.net - Sending/Receiving Faxes In .NET?

Jul 30, 2009

I need to send/receive faxes through my web application, and I am not sure where to begin.Basically, a client clicks a button to send a fax, and records in the database under the client's name when a fax is received.Preferably through an API from a service based fax company... I will be hosting this application on a dedicated server, I don't think they allow using their modems.I am using .NET and VB.

View 4 Replies

Call Sendinput In .net For Multiple Mouse Down Events For Multiple Emulated Mice?

Sep 13, 2011

Iam wanting touse sendinput in a dos or background type app (can be a regular app thats hidden) that emulates mouse clicks and sends mouse moves to another multimouse application. an project that im working on for my school i work at and i need to send the input to it. The overview of the project is i need to have this code be in a service that runs in the background that when a person does a gesture with my kinect code then it clicks the left mouse or sythesis it with sendinput (need mouse up and down sent for this to work). The end programs that receive input are: a program written in the multipoint sdk and mouse mischief. I though about using the default usb mouse driver as an emulated mouse driver to handle the part about creating a usb mouse device that works
since most newer computers are using usb.

View 7 Replies

Start Receiving Faxes At Computer

May 26, 2010

i want to start receiving faxes at my computer using vb.net also doing that by modem

View 11 Replies

Accessing Printers And Faxes Folder On A Network Machine In Asp.net

Oct 8, 2009

From my vb.net code I am trying to set a printer name for the crystal reports printing

rpt.PrintOptions.PrinterName="johnKingHP LaserJet 2200 Series PCL"

But when I go to windows-->Start--> Run and enter JohnKing

It is showing me Printers and Faxes folder and Scheduled task folder. But when I open Printers and Faxes it will show the adderess as Printers and Faxes on JohnKing.

From my web application I want to sent the Printer name is the name shown above.

View 1 Replies

Receive And Send Variables Between The Call Sign?

Oct 27, 2009

how to receive and send variables between the call sign:

Sub ...
call Getsub(t)
end sub
function Getsub(ByVal t as integer)
end function

I think I understand how to receive t. Now t will be able to use in the function. How do you send back a variable from the function without the use of textboxes (say variable, x) ? Secondly how do you do it for multiple variables?

View 5 Replies

MSDN Socket - Call The Send Sub And Insert Data ?

Dec 21, 2011

I have been working on an ongoing project using socket communication.

I am using this code [URL]

The problem I am having is I am unable to figure out how to call the send sub and insert data into it. I have been able to do it before by removing the second class out and leaving it in the main class (if that makes any sense).

Imports System
Imports System.Net
Imports System.Net.Sockets

[CODE]...

These are the small modifications I have made to it so far. What I am trying to do is when I press a button, it calls a sub routine that takes the text input from a field and sends it to the send sub routine in this code.

View 7 Replies

What Is The Number Of Files Over Which It Is Better To Store Additional Files In A New Folder

Feb 13, 2011

To improve performance, when one has many files to readwrite it is better to save them in smallergroup in different folders. Is there a magic number over which it is better to start splitting the folder? for example below "10.000" (invented number) files can be stored in one single folder, while above that it is better to start storing files in multiple folders.

View 16 Replies

Asp.net - Implement Security Trimming With A Website With Multiple Folders And Multiple Web.config Files?

Jun 18, 2012

I have a website that has highly granulised access and hence requires many web.config files. The problem is I would like to trim the menu so that only certain users will have access to certain folders. I have enabled trimming and setup roles in the sitemap, however when I access the page the menu is not show, as I am authorized to view the default page which is not in a subfolder. When I type the url of a page in sub folder's I have access.

How should I handle this:

A site map for each web.config file - don't know how this will work Removing the sub web.config file to only use a single one

View 3 Replies

Send And Receive Input Text To Webmethod Using Ajax Call?

Apr 22, 2012

I am trying to use the simple ajax script to webmethod as follows[code]...

View 3 Replies

Combining Image Files - Take Multiple Picture Files And Compact Them Into One File

Dec 10, 2009

I know this is out there and probably illogical but I was wondering if it was possible to take multiple picture files and compact them into one file.... and then retrieve them from the program later? Way to combine any amount of image files into one file

Module Module1
Sub combine()
Dim img1 As New Bitmap("i1.jpg")

[CODE]...

View 6 Replies

Use A Number To Call Form?

Oct 10, 2009

I am trying to use VB to get information from an MS access Form. The code works fine on my sample DB but when trying to implement the real thing I get syntax errors.[code]...

The problem is you have to use the name of the form where it says TestFormName problem is when I use that form name which is: "422 Test Data Entry" I get a compile error because of the numbers 442, if I get rid of them it works fine, and I don't have a way to change the form name.

View 2 Replies

Call The Line Number Of The Exception?

Sep 23, 2010

I have an application and I want to use the "Line Numbers" to error catch.

So how do you call the line number of the exception?

View 10 Replies

Cell Phone Active Call Number

Aug 18, 2010

IF cell phone is connected with PC over BlueTooth or Wireless and someone call that cell phone is it a possible to get caller person number from cell phone ?

View 5 Replies

Searching Multiple Files In Multiple Sub-folders

Mar 30, 2010

I'm developing an application to help law enforcement retrieve and analyze logs and other files left by the use of Pidgin (a multi-protocol messenger client). Right now I'm nearly done, but I want to add the ability to search chat logs for user-defined words or phrases and I don't even know where to begin.

Chat logs are stored as html documents in a folder/sub-folder/sub-folder/sub-folder fashion, where each sub-folder can have dozens of sub-folders inside of it, and the final sub-folder can have dozens if not hundreds of chat logs. If anybody could point me in the right direction, I'd be very grateful.

(Also, this is the first program I've written since about 2005, and I'm essentially teaching myself VB as I go. If you'd like to see what I've cobbled together so far, you can find the program here.)

View 1 Replies

Communications :: Send A Number As A Byte?

Mar 10, 2010

I need to send a number as a byte (0-255).

SerialPort1.write(123)

sends 3 bytes representing the numbers 1 2 and 3. I need to send 1 byte containing 123.

View 4 Replies

TCP Messaging -application Call Center - Team Leaders Can Send A Message To Individuals Whilst They Are On The Phone

Aug 7, 2009

Im currently writing an application for our call center to use and would like it to have messaging functionality so that team leaders can send a message to the individuals whilst they are on the phone.

I have used a couple of tutorials around the web, but they differ to what i actually require. They all seem based around the whole "client must connect first" thing, is this really necessary? I just need each user to be a "server" constanly listening to any message recieve on a specific port, and display it in a popup when one is.

At the moment the code i have sort of works, but its a bit flakey and doesnt handle the initial connection/final disconnect very well.

Client program (team leaders console):

Form:

Imports System.Net
Imports System.Net.Sockets

[CODE]...

View 7 Replies

Call Exe With Multiple Arguments From Source?

Sep 13, 2011

How to call exe with multiple arguments from VB.Net Source. Now, I can call exe file with mmyProcess.StartInfo.FileName ="....exe" and pass parameters with myProcess.StartInfo.Arguments but i can't pass multiple parameters with it.

View 1 Replies

Call The Second Form Multiple Times?

Feb 29, 2012

I am doing a project for my company. In that i have to enter the number of items in the first form and in the second form i am going to enter the details of each items. So i have to repeat the second form to get the details number of times depending on the value i have given for number of items in the first form.From the home page i will be entering the values for the master file. after entering the values for the master file then i have to enter the details of the individual item details in a transaction file.

View 3 Replies

How To Call Multiple Objects With Same Properties

Apr 15, 2011

How can I call multiple objects? Example..
nameTextbox.Enabled
addressTextbox.Enabled
ContactTextbox.Enabled
How can I call this objects with same properties...

So rather than typing them all with =True or False...
I just have to type a variable = True or false...
And where will I type the code.

View 9 Replies

Multiple Projects: Call The Second Project From The First

May 2, 2012

i have a solution that has two projects in it. one is a start up project. can i run the second project runtime by let's say pressing a button when the first one is running??? if so how can i do that?

View 1 Replies

PLS-00306: Wrong Number Or Types Of Arguments In Call To 'ROL_CURSOR'

Jul 12, 2010

I am using Oracle 10.2.0.1 and working on a web application using MS VS 2005. Here it is my oracle code :

CREATE OR REPLACE PACKAGE rollsearch AS
TYPE t_cursor IS REF CURSOR;
Procedure rol_cursor(c_rol in varchar2,c_cnm in varchar2,c_fnm in varchar2,

[code].....

View 8 Replies

.net - Send File FTP Over SSL With Custom Port Number

Sep 21, 2011

I want to upload and download a file to FTP over ssl with custom port number or FTP with implicit SSL. I am using .net ftpwebrequest & ftpwebresponse method for this. here is my code:

[Code]...

View 1 Replies

Enter The Number Of Emails To Send To The Address?

Jan 1, 2011

So I would like an email program that within the code already has the from email adress, gmail. I would like it to let you enter the number of emails to send to the address that you enter, not the one in the code. Also I would like it to be able to enter the message.

View 2 Replies

VS 2010 Send Number To Siemnes Phone?

Nov 15, 2010

In one upgarde of my app, I will connect the PC to one Siemens phone, wich create a COM port.Now, I nedd send one number to the phone, for it makes me the call automatically.

View 1 Replies

Adding Multiple Parameters In Thread Call?

Feb 2, 2010

I want to add a parameter to my thread call here is the code. I want to call th.Start(True, sender.Text) and Count(ByVal isRunning As Boolean) will then become Private Sub Count(ByVal isRunning As Boolean, Byval strID As String), but I can't do that. So how can I make this thread accept 2 parameters?

Private Sub btnStart1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart1.Click
th = New System.Threading.Thread(AddressOf Count)
th.Name = "Button1"
th.Start(True)
[Code] .....

View 4 Replies







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