accessing external applications thru code
-
I'm sure this has been asked before, but I having difficulty finding the correct phrasing to return a valid search. I would like to beable to send data to another application from my application. For instance, if I have an already existant application that I have to type the same info into it each time I use it, several times a day where the only information that changes is a serial # and/or a product name. I would like to build a soulution that would allow me to pre-program the data fields so that all I have to do is click a button and it populates all of the semi-static fields. Any Ideas of what I would need to do, or where I need to look to find this answer? string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?