Make A Program That's Transforming Files Between Two Computer
Jun 28, 2010I've a small home network and i want to make a program that's transforming files between two computer and make me chat with all computers.
View 1 RepliesI've a small home network and i want to make a program that's transforming files between two computer and make me chat with all computers.
View 1 Replieshow to transfer files from 1. computer to the computer with the program made in visual studio 2008 (visual basic)
View 3 RepliesI am a programmer Mtbdy in Visual Basic Dot Net I want to ask a question What are the files that must be packed on to run the program in each computer?
View 3 RepliesI have a program that needs to access the files that are open by another program on the computer.When my application comes up I can easily see if the other application is running with the .net Process.GetProcessesByName method
Dim MyProcesses() as Process = GetProcessesByName("AnApplication")
For Each Instance as Process in MyProcesses
If MsgBox("application is running - do you want to end it?", MsgBoxStyle.YesNo or MsgBoxStyle.Question, "Warning") = MsgBoxResult.Yes then
[code].....
The problem is that the Instance.Kill does not allow the application to end gracefully. In VB6 you could use the SendMessage API to send a close message to the application and it would end gracefully - i.e. give the user the normal closing prompt. This just slays the application - leaving any open files in their potentially incomplete state, etc.
i have a audio program that will play some mp3 files from a folder. but the audio files together take up about 1 gb. it is possible to let my program download the files from the internet after it is installed on a computer. to a specific folder..?
View 3 RepliesI'd like to make sure that a program could run on a specific computer and get information like pc's identity. This way it won't be possible to run on another computer.
View 7 Repliesi want to make a program that will lock the computer when the program will run and will ask for a password in order to unlock the computer again.
View 2 Repliesi want to make my program to where when you install it, it will automatically start up with your computer everytime, but will start up in the background to where you can't see it....is this possible?
View 3 RepliesI need to give input to the VB code by outlook express ie the command to shut down the computer will be imported from OUTLOOK EXPRESS
View 2 RepliesI wan't to make a button in my program that opens it when the computer starts up but how would I do that? I am using Visual Basic 2008 Express Edition.
View 4 RepliesI'd like to make a program that allows me to see what the current volume of my computer is. It would be nice if I could also hire and lower the volume with my program.
View 3 RepliesI can't belive I can't figure this out but Im trying to make a macro type program. I just need to computer to press a key. Here is my outline:
Step 1: Open Crafting Menu
Key: T
Step 2: Select Farming
Position:
Step 3: Select Crop Field
Position: User Defined
Step 4: Use Optional Yes or No
If Yes Position:
Step 5: Make Number
Position:
[code]....
I am trying to make a vb.net program which will perform WMI queries to check for remote computer's name and OS. I manage to do the first query of name using the code below..
[Code]...
I am getting error "Local variable 'query' is already declared in the current block. (BC30288)".I understand that I am using same name for the object variable for performing subsequent query. Is there a way in which I can dispose the variable completely and reuse it again for querying the new required WMI detail? My search in the net couldn't give me any clue as of how to clear the variable and use it again. The issue is with two variables "query" and "searcher". Is it only possible that I should give unique names to each query object variable as I might add more queries later on?
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?
How do you share files from one computer to another that are connected in one wireless internet connection? I mean, it's possible using shared folders this means it could be possible in vb.net too..
View 1 RepliesIm having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla
So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so
I want to make recovery app to recover my files?
View 3 RepliesHow can i make so .avi (and other files) defaults to my program?I have some of it ready (i can right click open with my program) but not the rest.
View 11 RepliesAm currently developing web based applications using VS2005, i want to shift to VS2008, what are the things that i do have to take into consideration.
View 1 RepliesI had a form with four panels all have the same size and location I switch between them using .BringToFront
what I need is a transforming animation between them , can I do this with vb.net 2010
another explain I want somthing like fade effect when I change the visibility of a panel and show the other one and if I cant do this with panel control or vb.net windows forms ,
how can i make my program feel if any device or usb device plugged into the computer or unplugged.url...
View 3 RepliesHow 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 Replieshow to make automatic backup from one computer to another computer ? I'm using vb.net. We are on the local network.
View 14 Repliesi am trying to make a small program to encrypt files using AES, and then have the password from the AES encrypted using RSA for its use of public keys. i've got the AES part working fine and i found a good RSA tutorial here url....but after i encrypt the AES password (which is saved in a .txt file) using RSA, then i try to decrypt it again, it comes out as an empty .txt file!
View 4 RepliesHow do i make a program that can compress files, just like programs like winrar do? Every time i try via something as simple as text editor changing something, then changing it back, then it wont work anymore. Any suggestions on how i can make one of these kinds of compression programs?
View 9 RepliesI need to have my VB program look for two specific programs in the same folder it is running from. How do I do that?Here is the code for when I run my program. I need it to look for the files that are underlined. They are the tpfh20 and tphd20.
Private Sub btnRunRelap5_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles btnRunRelap5.Click
Dim pathString As String = String.Format("relap5 -i {0} -o {1} -r {2}", txtInput.Text, txtOutput.Text, txtRestart.Text)Dim stripString As String = String.Format(" -s {0}", tbStripFile.Text)
Dim guiString As String = " -n gui"
Dim waterprop As String = " -w tpfh20 -d tphd20"
If Not lblChangeStripFile.Visible Then
[Code]...
I am just wondering on how can i make a list of recent file opened on my program in vb.net. The recent files filenames must be in a linklabel in a form and in the menustrip.
View 5 RepliesI wanted to make a program in which multiple files could be saved into one and then unpacked later. I tried reading and then rewriting the exact strings but it made the files corrupt. I was able to do it with bytes but I'm not sure how I add mutiple files together.
View 3 RepliesBasically I download lots of TV shows and they're never named in the way I like; they're named like this "The Office.S06E22.HDTV.XviD-NoTV."So I was wondering if I had a .txt file with all the episode names I could make a program to rename all the video files in the right order so they're named like this "The Office Season 6 Episode 22 - Secretary's Day."So I want to copy and paste a list of correct episodes names into a text file. Then I want to read the text file, which I already know how to do. Then, and this is the bit I'm struggling with, I want to read the text file, one line at a time, and it renames the top video file with the top episode name and so on.
View 15 Repliesi am trying to make a program where it copies files to a certain external drive, but i cant figure out how to make it to where you enter your drive letter for the external drive and it copies it.
View 6 Replies