I hope the person who made this can still see comment. This is good: I've been through dozens of videos and tutorials trying to find a simple answer that "actually works" and this one did. Plain and simple and not paragraph after paragraph of nonsense. I can't thank you enough.
is it possible to right click on a file. do nothing and use%1 which is argument for the file path to pass to a public variable. then launch VB program and after its loaded extract the public variable to use path to do other things with?
is there a way to send another instance of data to receiver without using process.start the current tutorial works good but it starts another instance of receiver if you enter more data and click a second time
how about once receiver is loaded you have the receiver send back to the sender..... just use command() to communicate. reason I ask is to use this to call a custom msg box and the yesno can be passed to the first app. this would allow my 4 programs to use one set msgbox
ahm. is there any way to send parameters from one application to another currently running application? im hoping for your response. thanks in advance.....
Hey there, thanks for the tutorial. Definitely useful in certain circumstances where you are starting another application. Is there a modification of this technique (or a totally different technique that you could recommend) where an already-in-memory listener program receives data constantly from a sender program?
+James Kuchenbecker Unfortunately, I am not well versed in the details of message passing in VB.NET. However, an easy way to implement this without knowing the details of message passing would be to have the sender write to a file and the receiver read from that file. Hope this helps! The keyword to look for the technique you describe would be "Message passing".
Hi, I tried to use Dim InCommd As String = Command(), it worked, but after I added the ADODB object to my project, the Command() became an unrecognised type, any help?
concatenate the parameters with a "& " sign and a put in a comma, then on the other side split them with the comma being the separator. "blah blah " & " , " & "blahblah". Now you have two
hi there , very helpful this app :) i need to know how to send to another running ( or not ) application like yahoo messanger . i wanna send my username and passwd . any help ? thanks ... submiting right now .
This is not about passing parameters, your application does not pass the varaibles. The correct name of your video is "start other applications with defined parameters"
I hope the person who made this can still see comment. This is good: I've been through dozens of videos and tutorials trying to find a simple answer that "actually works" and this one did. Plain and simple and not paragraph after paragraph of nonsense. I can't thank you enough.
is it possible to right click on a file. do nothing and use%1 which is argument for the file path to pass to a public variable. then launch VB program and after its loaded extract the public variable to use path to do other things with?
Is there a way to send information from the app launched by process, back to the program which contains process?
is there a way to send another instance of data to receiver without using process.start
the current tutorial works good but it starts another instance of receiver if you enter more data and click a second time
Please I've just installed the Visual Studio 2010 Professional and I'm been asked to choose my default environrnent, which of them should i choose
how about once receiver is loaded you have the receiver send back to the sender..... just use command() to communicate. reason I ask is to use this to call a custom msg box and the yesno can be passed to the first app. this would allow my 4 programs to use one set msgbox
ahm. is there any way to send parameters from one application to another currently running application? im hoping for your response. thanks in advance.....
@BrandonioProductions What if I added a / or - in front of the command?
In the same manner, I would like to pass 3 string variable from Excel VBA to VB,Net application. Could you please help to provide the code. Thank you
can we do it in C# application also ?
Why don't use Environment.GetCommandLineArgs() ? (Or My.Application.CommandLineArgs ? - since you used VB's Msgbox)
what about if i want to send args to the same form in a single instance?
Hello, Can you help me to receive The error code generated by other application? into my application?
any idea how to send command from textbox 1 , textbox2 , check box1, to cstrike process ?
from this video it only shows how to send to a non-running application (receiver)... how abt to a running one?
Hey there, thanks for the tutorial. Definitely useful in certain circumstances where you are starting another application. Is there a modification of this technique (or a totally different technique that you could recommend) where an already-in-memory listener program receives data constantly from a sender program?
+James Kuchenbecker Unfortunately, I am not well versed in the details of message passing in VB.NET. However, an easy way to implement this without knowing the details of message passing would be to have the sender write to a file and the receiver read from that file.
Hope this helps! The keyword to look for the technique you describe would be "Message passing".
Hi, I tried to use Dim InCommd As String = Command(), it worked, but after I added the ADODB object to my project, the Command() became an unrecognised type, any help?
I tried the "Environment.GetCommandLineArgs()" from Stephen Karl's reply, it works! Thanks
This works perfectly but how do you send more than one parameter?
concatenate the parameters with a "& " sign and a put in a comma, then on the other side split them with the comma being the separator. "blah blah " & " , " & "blahblah". Now you have two
after showing receiver form. is there a way to hide (not close) receiver form from sender form? ? btw thanks for this tut.. it help a lot
can you do that in c# windows form application
1:20 Reciever?
hi there , very helpful this app :) i need to know how to send to another running ( or not ) application like yahoo messanger . i wanna send my username and passwd . any help ?
thanks ... submiting right now .
Thank you. this is what I need but I need the codes for vb6.0 would you help me
Thanks for this tutorial, im going to use it in my new application in order to get working the updater.
How to second form to first form data
Thank you so much, extremely useful for the programs I'm trying to make.
+Ztrex I'm glad you found the video helpful. Thanks for watching!
thanks for this video! keep it up dude!!
I Love You! Nice Tutor!
Thank youuuuuuu for this video!
Thank you so much, This video is useful for me.
To easy of an example. How about doing an example where you everytime a row is updated, the other app gets the new row.
I love you had Mass Effect on there.
form to form as you saw in the video.
This is not about passing parameters, your application does not pass the varaibles. The correct name of your video is "start other applications with defined parameters"
Thanks was very useful
Thank you very much -(( very helpful tut))
working....thanks
Last!
Lol, 6:38
Please I've just installed the Visual Studio 2010 Professional and I'm been asked to choose my default environrnent, which of them should i choose