How To Make An Executable File From VB And Send It To Another Computer

Mar 7, 2011

which net. framework is needed to let ane .exe file work on another computer??

View 4 Replies


ADVERTISEMENT

Run Executable File On Non-Visual Studio Computer?

May 15, 2011

The executable file in binDebug works great when used in a computer with Visual Studio on it. How would someone go about adding some of the libraries to it so it can be run on ordinary computers.

View 5 Replies

Make Program Click Button And Select File Using A OpenFileDialog And Click Send On Computer

Jan 31, 2009

How can I make a program so you click a button and select a File using a OpenFileDialog and click send on your computer and it will send the file to a different computer and then a SaveFileDialog will show asking where to save the file on the other computer. Oh ya I cant use WinSock or whatever becuase im using Windows Vista 64 Bit. I need it because I for some reason cant use printer sharing. It might be because im on A 64bit Vista Machine and I want to print a file off of a 32bit XP Home Machine.

View 6 Replies

Send Keys - Make Your Computer Press A Button?

Sep 17, 2010

I was wondering if there is any other way to make your computer press a button. Okay Right now i have this...

Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer

View 7 Replies

Make Executable File To Delete Itself

May 4, 2009

I want to know if possible to run executable file and delete itself without using script. Im creating uninstaller, i want to delete the uninstaller executable file after uninstallation finished. if that is what you want, just mark it as answer so that we can move on

View 2 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

Send File On A Computer Connected To LAN?

Jul 14, 2011

How to send file on a computer connected to LAN?

View 4 Replies

IDE :: Make An Executable File In Express Edition 2008?

Sep 19, 2010

How to Make an executable file in visual basic express edition 2008?

View 2 Replies

Make An Executable File Wich Deletes Itself And The Folder It's Inside?

May 25, 2011

I would like to know how can I make an executable file wich deletes itself and the folder it's inside.
I've tried launching cmd, making it wait for 3 seconds and then delete the directory, but it does nothing. The last lines of my code are:

Process.Start("cmd.exe", "/C ping 1.1.1.1 -n 1 -w 3000 > Nul && DEL /F /S " & Application.StartupPath)
Application.Exit()

View 1 Replies

Deployment :: Can An Executable Program Create An Executable File

May 17, 2012

I have a program that outputs a file. I want the user to be able to just double-click the output file and launch the program, just like Word and Excel. In Word for instance, one doesn't necessarily have to open WORD then click on File--> Open and locate another Word doc. He can just go to the folder and open the Word doc. I want to implement the exact scenario in my program.

So far I have tried creating TextFile and added it to the Resources. On FormLoading, I simply I stream-read the Resouce file, but I can't write to the Resource on FormClosing, since the Resource is ReadOnly. Also, the Resource is built & compiled so I suppose you can't add anything to it at run time.How you lunch an output file without launching the Executable program that created it?

View 1 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

VS 2010 - How To Send Bunch Of Parameters Into Some Other Executable

Apr 19, 2011

I'm using Jmchillney's formless tray application and I want to pass some parameters into it using some other application I have. Then I want the formless tray application to do some work with these inputs. How can I pass into an executable parameters from another executable? I want to send some parameters from Application A to Application B. If app B doesn't exist I want it result in an error message the app A to display an error message. If app B does exist, it will do some work with the parameters and return a result back to app A and that's it.

View 26 Replies

Make Visual Basic 08 Search For A File On Computer?

Jan 22, 2009

I need to make VB 08 scan for a random file for example "something.txt, .exe ext." how can I make it scan for that something any were on the hard drive? And the I could declare its path in a variable correct? if I am not specific enough I still don't know every thing about VB.

View 2 Replies

Make An Application Where Can Store A Lot Of Account Information In A File On Computer?

Jul 5, 2011

make a application where I can store a lot of account information in a file on my computer. This is how it works so far.I have a class called "AccountInfo" with some properties such as Account Name, Password, etc... This is bound to a DataGridView via a Bindingsource. So basicaly what I'm asking, is how can I save/load all these accounts in my computer easily in a file or something?

View 2 Replies

Make Automatic Backup From One Computer To Another Computer?

Feb 27, 2011

how to make automatic backup from one computer to another computer ? I'm using vb.net. We are on the local network.

View 14 Replies

How To Make Program To Be Executable

Feb 9, 2010

this i want to make my program to be executable..but i dont know how to make when i go to the file the makeproject1.exe is greyed out...what is the problem on this.

View 2 Replies

Make Program Executable And Installable?

Feb 4, 2009

how to make my program installable to other pc? Can I have a simple procedures.

View 4 Replies

Send Information From Computer To Other?

Oct 26, 2009

I need a code that will let me send string or text to the same application running on a different computer ? im completely new to sending and recieving information in an application.

View 3 Replies

Send Tcp / Ip Request Over The Net From One Computer To Another

Sep 2, 2009

I'm working on a tcp/ip project for the company i working for, with another company, we are building the server side and they're building the client side. while can send thousands of tcp/ip request over the net from one computer to another and my server can handle them very easily, from some reason when the company we are work with send a single tcp/ip request to my server with their client application, my server do get the request correctly and handle it very well BUT, after one request my server takes 25% of the cpu usage, after 3-4 requests the server takes 100% of the cpu usage,

[Code]....

View 4 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

How To Send Sms Through GSM Mobile Connected With Computer

Aug 18, 2010

Could anybody give me code to connect with GSM mobile and send sms through it?

View 2 Replies

Networking - Send Messages From One Computer To Another Using .net?

Aug 25, 2011

i've been wanting to do this for a few years now and it amazes me that no one can come up with a solution.i want to write a program (preferably in vb.net) that can send a message to another computer (or device) that is connected to the same network as me. I want the message to appear on the other computer (or device) in a popup message box. Also, it would be ideal if this could be done through some sort of bluetooth connection, if not then local ip connection will do. I don't know how i would go about doing this but i know it's possible because i've seen some programs do it... in fact i've seen a program called blackrain that without any additional software installed, can display messages on an ipod touch screen to instruct the yser what to do, and then display the results from their input on the computer screen, almost instantly. I would like to know how that works as well if anyone has any thoughts please feel free to share them!

[Code]...

View 1 Replies

Send Message To Another Computer Using LAN Or Network?

Oct 20, 2010

to do a program that can send a message in other computerthru LaN or Computer NetworkExample im in Server and i will send it is \PC-01here is the picture i design it but i don't know the code

View 1 Replies

Executable On Vista - Open The Executable It Goes To A "WindowsApplication1?

Jun 1, 2009

I have an executable that I was able to get working on all XP machines by registering all the .dll's associated with it.On Vista, however, I go through the exact same registration process but right when I open the executable it goes to a "WindowsApplication1 has stopped working" dialog. I registered the DLLs in the SysWOW64 folder. I also ran Dependency Walker which came up with IEFrame.dll as flagged, don't know if that is relevant though.

View 6 Replies

Make A Button To Send You To 1 Form If You Have A File And Another Form If You Dont Have That File?

Mar 9, 2012

i have my code until now,like a set-up file.First when i click on my button it sends me to the form with the setup steps,when in setups it is copying a identical file into the startup menu.I want my button to check if i have that file into the startup folder,if i dont have it to send me to the setup if i have it to send me to the form with the program.I must mention that there are 2 forms,the setup form and the form with the program.Until now i tried this,but it dosent work so well...

Public Class Form1
Dim OS() As String
Dim UserName() As String[code]....

Checks,if i dont have the copy-cat of this file it sends me to the setup where it is copying the file.And if i have the copy-cat in the startup folder then send me to the other form:).

View 2 Replies

Send Keystrokes To A Computer If A Button Is Pressed?

Mar 10, 2012

I wrote program that will send keystrokes to a computer if a button is pressed. The button is wired to a db9 connector and plugged into the pc. The program works, except I can not figure out how to detect if the cable gets unplugged. I am monitoring the CD pin change event to send keystrokes, but if the cable is not plugged in then I need it to send a messagebox.

View 8 Replies

Send Window Messages From One Computer To Another Through Dot Net 2008?

Jan 27, 2009

Is it possible to send window messages from one computer to another through Dot Net 2008.suppose i have 2 computers on a domain, now i want to send message from one computer to another.

View 3 Replies

Create A Program That Will Send Data Across Network To Another Computer?

Mar 23, 2011

I want to create a program that will send data across my network to another computer. The data will be taken and used as sort of a command for the computer to load a webpage, or whatever I decide to do with it. I was familiar with the winsock control in Vb6.

View 2 Replies

Send A Live Stream Of A Computers Screen To Another Computer Via For Example TCP

Jun 8, 2011

I'm thinking about how I'm going to connect a computer to a projector and I came to think if it is possible to send a live stream of a computers screen to another computer via for example TCP or some other protocol. It must be possible since for example TeamViewer and other long-distance IT-support applications can do this. The thing is that I dont have a clue about where to start. And is it difficult to output the stream once it's recieved?

[Code]...

View 1 Replies

Send A Personalized Form Created In .NET To Another Network Computer?

Aug 9, 2010

I have created multiple forms in VB.NET that need to be sent out in emergency situations. For example, the Fire form will instruct employees that they need to evacuate the building, the Tornado form will instruct employees that they need to go to the basement, etc. I have the forms created where they will display over my own computer when I run the application. I have also figured out how to get the list of computers from Active Directory. Now I am stuck. How do I make the form display on another network computer? Does anyone know how to do this?

View 2 Replies







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