Saving A File To A Different Computer?

Oct 22, 2011

currently in my vb app i do the following to create a directory:

DirToCreate = "c:BulkEmailAttachments"
Dim
di
As

[code]....

No problem creating the directory on the same server as the web but now I have a requirement to be able to save the file on a different server where our db resides so I created a share named "BulkEmailAttachments" on that computer and tried the following:

DirToCreate =

View 3 Replies


ADVERTISEMENT

VS 2008 : Saving Settings In Program NOT On Computer?

Mar 17, 2012

I would like to create a program that user can save his settings in the program and not on the computer .I want to make something like icon changer ιnstead it will work for strings not icons String Changer?

View 4 Replies

Programmatically Add Tags For Address / Name / Computer Name While Saving Letter

Sep 2, 2007

I am new in to .NET. I am creating an application where I have to perform Mail Merge from my program. I have created a form which contain RTB and user can write letters. I programmatically add tags for address, name, comp. name et while saving the letter. I have a datasource - in for mof a dataset to whom I have to send the letter.This is where I am stuck. I don't know how to open the selected letter and replace the tags and how to do mail merge.

View 6 Replies

Copy A File From A Local Computer To A Remote Computer On The Network?

Dec 19, 2006

I need to copy a file from a local computer to a remote computer on the network, if i try to use File.Copy without logon i get the following error:"Logon failure: unknown user name or bad password."How do I provide user name and password for file copy?

View 2 Replies

Counting Button Clicks And Saving Computer Generated Variables?

Dec 2, 2010

1: counting button clicks and saving them to a variable and adding two. For example, if a button was clicked 10 times, the value of the variable would be 12.I would start with:Dim Buttoncount As IntegerButtoncount = ....This is the part i dont know. I would think it would be something like button1.click.numberofclicks or something, but i cant find anything that works

View 39 Replies

Execute Exe File Locates In Computer B From Computer A?

Nov 4, 2010

I have exe file that lunch a program takes 5 inputs. this exe locates in computer B and I need to execute it from computer A using VB.net customized application that pass the inputs through it.

View 3 Replies

VS 2010 Saving Data From Applications By Saving A Text File Via A Stream Reader As A String

Feb 12, 2012

Currently I am saving data from my applications by saving a text file via a stream reader as a string. I have come to a problem. In my current application, I have an array of the following structure:

[Code]...

View 7 Replies

Play A WAV File While The Computer Is Reading Aloud A Text File?

Nov 20, 2010

How do I play a WAV file while the computer is reading aloud a text file? It uses Text to Speech synthesis and I need a laughter wav to play when the computer comes across something funny in the line.

View 2 Replies

Does Express Permit Saving An Excel File As A Tab Delimited File

Dec 12, 2009

I am creating a shell for a FORTRAN application which reads a tab delimited text file.Because I am using Excel to manipulate data, is it possible to use the Excel Automation features to "save as" a tab delimited text file?The only method available seems to be a unicode text format, which does not work. Or is there another format that mimics tab delimited so that the FORTRAN application will read such a file without difficulty?

View 1 Replies

Text File Writer - Saving The File And Refresh The Page

Mar 9, 2009

I have an asp page with vb.net code that will query a database and present the user with the number of records that exist that need to be exported along with a button to export them. After you push the export button, it will prompt for a location and filename. But after that, it will not refresh the page with the new counts that now exist. Or in this case update the count to zero for the button they clicked.
[Code]
So how can I tell the page to refresh with the new counts. It almost seems like I need to tell the process to wait until after the user has finished finding the location and saving the file but I don't want to add a generic threading.thread.sleep in, I want it to only wait until they are done and then refresh the page.

View 3 Replies

Saving A HTML File With User Input As File Name?

Sep 18, 2011

Currently the reports are saved as a html file called report1.html, id like to make the user enter a name for the HTML file upon clicking submit.

A little stuck on how to make the filename for the HTML file save to a input entered by the user.

I currently have:

Try
'Open new HTML file to be written
WriteHtml = New StreamWriter(Application.StartupPath & "ListHardware.html")
If Not (WriteHtml Is Nothing) Then ' Is the File Open

[Code].....

View 4 Replies

Run A Exe File On Another Computer

Aug 3, 2010

I need some code to run a file *.exe or open a folder on another computer in LAN (this folder was shared).

View 2 Replies

File Loaded And Then Exception While Saving Same File?

Sep 11, 2011

i have a xdocument.load(file) and after changing some values want to xdocument.save(file)

this save is not possible because file is in use ?

nattelip Private Sub savechfid_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles savechfid.Click

[Code]...

View 19 Replies

File Saving Error Closing App Due To <b></b> In File Name

Apr 25, 2009

i just found a new error problem on my app.. i have a save button that saves text1. as the file name and text2. as the content.. i recently tried to save this file name on my app: HKEY_LOCAL_MACHINESoftwareC07ft5Y as a file name, and due to the in the file name, it made my app error and close without being able to save my file.. my question is, how to bring a msgbox saying "invalid characters in file name" instead of causing it to error and shut down. (just found out that registry entry is for SafeDisc-enabled products, although, i'm not fully sure..)

[Code]...

View 11 Replies

Saving Rtf File To A Temporary File Path?

Aug 10, 2009

I'm trying to find out if it is possible to something and really need your help.

What i want to be able to do is have a RichTextBox on my form that i can enter my description into, then when i have finished i want to be able to save it to a memory stream as a .html file.

I then want to be able to read the source of the HTML file to amend the format of the description and then display it in a webpage?

View 1 Replies

VS 2008 Saving A File Put Cur Date At End Of File Name?

Jun 9, 2011

Here is my current file

Public
Class Form1
Dim ScreenData(3, 4) As TextBox
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
FileOpen(1, CurDir() &

[Code]...

View 2 Replies

Delete A File From Another Computer?

Jan 14, 2011

I want to delete a file from another computer in our office network but I am trying with the following code but I am gatting following error.

View 4 Replies

Moving Exe File To Other Computer

Jun 22, 2010

I am very new to vb 2008 and have create a simple window forms application which link to microsoft access 2007 database.I build the application exe file already. The exe file is run well on my computer, but when i transfer it by copy and paste the whole folder to another computer it cannot run. I am wondering why this happen? the error is as below : "selected collating sequence not supported by the operating system".

View 18 Replies

Run A Vb Exe File Located In Another Computer?

Nov 23, 2010

Is it possible that i can run a vb6 exe file located in another computer using my vb.net program? how?

View 4 Replies

Search Computer For File?

Mar 16, 2011

I have currently developed an application to hide/unhide files. I used it to delete all hiden viruses, etc. Now I want to develop something else such as File finder, I have done lots of research and my own coding sucked.

All I am wonder, is whether it is possible to get a piece of code that allows you to search your whole computer for a simple item, or search in directories given by you.

View 1 Replies

Send A File From One Computer To Another?

Jan 25, 2010

VS 2008 Send a file from one computer to another???

View 1 Replies

Transfer A File From One Computer To Another?

Oct 28, 2008

I want to transfer a file from one computer to another computer by giving the port number and IP address. There will be an other software waiting for the file to be received.

View 7 Replies

Sockets - Check That If Another Computer In The Network Send Some String Data To The Listener Computer?

Mar 19, 2012

i have a task to create a TCP Server (a program that is listening on its network card interfaces for incoming data stream).I have search on the internet and i found that i can use two methods : Socket or TCPListener class.I have created an example for Socket class, but i wondering how could i test it? I need to check that if another computer in the network send some string data to the listener computer , then this message should be displayed.Here is the example from microsoft that i am using for TCP Server using Socket:

Public Shared Sub Main()
' Data buffer for incoming data.
Dim data = nothingc[code]....

But it does not work because of the PORT setting.If in the TCP Server i have "Dim localEndPoint As New IPEndPoint(ipAddress, 0)" the client crashes, but if i change the port from any (0) to 11000 for example,the client works fine.Do you know why?

Later edit2:Maybe i should have started with this question:Which method is recommended for my scope?asynchronous or synchronous method ?

View 2 Replies

Developing A Computer Application Designed To Monitor The Network And CPU Statistics On A Computer?

Jan 29, 2009

I am developing a computer application designed to monitor the network and CPU statistics on a computer remotely. The monitored computer would have my program installed and the monitoring computer would display, in a form, the information being sent from the remote client.The application does not send any information regarding packets, user names, passwords, etc. It is solely meant for monitoring CPU performance and Network resources remotely.

What would be the best method to send this information over to my host machine?I am programing in Visual Studio 2008 on windows XP. The client machine is also XP. I know this sounds a little shady, but it is required for my little business (http://www.iquorum.net) to monitor what and when something happens on our machines when I and my employees are away.

View 2 Replies

VS 2005 : Dial A Computer From Another Computer Using Modem For Sending Files And Message?

Jul 11, 2009

I am trying to dial a computer from another computer using Modem for sending files and messge.Follwoing is the code done in dialing computer

Text1.Text = "Test string from App1 "
Number$ = InputBox$("Enter phone number:", "Number$")
If Number$ = "" Then Exit Sub
Temp$ = Status

[code].....

But after the dial tone, i am getting the exception "CTL_E_GETNOTSUPPORTED " at the line MSComm1.Output = Text1.Text?

View 6 Replies

Access The Data Coming To The Computer From The In-built Bluetooth Module Of A Computer On Windows Platform?

Feb 4, 2011

i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.

View 6 Replies

VB - Desktop Computer With Cable Connection On Back Allows To Watch TV On Computer Using Windows Media Center

Jun 12, 2010

I have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,

So I have three questions.
1: Is it possible?
2: How would I go about access the feed?
3: How would I send it over the network?

My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.

View 2 Replies

Lookup For A Specific Computer Given Ip Or Computer Name ... Retrieve The User Logged On

May 21, 2010

how can i look up for a specific computer given ip or computer name ...retrieve the user logged on..

View 2 Replies

VS 2008 Computer Restarts And Mapped Drive Appears Under My Computer?

Mar 31, 2009

Problem:When my computer restarts my mapped drive appears under My Computer. When I try to use it from code I get errors. If I open the mapped drive by double clicking it, and then try the code, it works. What I discovered is that when my computer starts the status, using net use, is

[code]...

View 5 Replies

.Net Project File Is Not Running On Another Computer?

Jun 2, 2011

i am new in visual basic. net programming. i am facing problem that when i made a file in vb.net and run it on same computer than it runs fine, but when i copy it to another computer where vb.net or .net framework is not installed then it doesn't work. can somebody help me how to run that file without install .net framework

View 7 Replies







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