Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have other.exe when i open/run then it look like row and column, so i want to pass numeric value on that using vb

What I have tried:

i tried in vb.net but i cant understand how to do
Posted
Updated 16-Sep-22 3:13am

You are going to have to be an awful lot more detailed about this - you are just far too vague with the question to get any real help.

Start by thinking about the two applications: does your app start the other? If it does, you may be able to pass the value via a parameter string when you start it.
But even that depends on the other application understanding what it's supposed to with the parameter, which is by no means guaranteed.
Or it might expect you to talk to it via a socket - in which case you need to know how to talk to it, what commands it accepts, and so on.

Or the app may be a spreadsheet , and you want to update it's files, or modify it's data while it is running - both of those need special handling.

Or ... you get the idea. We have no idea what either of your apps do, or how they work. So start with the app you aren't writing, and see what you have to do to talk to it - then think about how your app needs to be coded to do that!

Sorry, but we can't do any of that for you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900