How to pass variable to vb6 exe use in C# project?
-
i m using VB6 exe(as process) in my c# project . How can i pass a string to VB6 Process.
help as a alias. Be happy and make others happy.Cheer up...........
-
i m using VB6 exe(as process) in my c# project . How can i pass a string to VB6 Process.
help as a alias. Be happy and make others happy.Cheer up...........
#1. What about SendMessage? I have done sending message from one UI to another but I'm not sure about process.. you may do some research on it.. #2. What about passing things via middle layers? For example, save the string in textfile or database. then access that string from VB6.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
#1. What about SendMessage? I have done sending message from one UI to another but I'm not sure about process.. you may do some research on it.. #2. What about passing things via middle layers? For example, save the string in textfile or database. then access that string from VB6.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
thanks i will try it it is an good idea
help as a alias. Be happy and make others happy.Cheer up...........