hazejean Posted September 9, 2003 Posted September 9, 2003 If vb executable1 calls vb executable2 How do I pass varaibles from vb 2 to vb1 without going to disk? thanks Quote
*Gurus* divil Posted September 9, 2003 *Gurus* Posted September 9, 2003 I have no idea what you just asked. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
hazejean Posted September 9, 2003 Author Posted September 9, 2003 Can you pass variables between Vb executables? Quote
hazejean Posted September 10, 2003 Author Posted September 10, 2003 further explanation: I am creating text output in 5-7 executables, I would like to be able to "buffer" this output and write to disk at the end of all executables, rather than writing output to disk from every executable and combining later. Thanks Quote
Administrators PlausiblyDamp Posted September 10, 2003 Administrators Posted September 10, 2003 you could pass the information as a command line parameter. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
JABE Posted September 11, 2003 Posted September 11, 2003 I think the disk alternative is the simplest solution. Other possible solutions I'm aware of are sockets and the SendMessage API. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.