I want to transfer a vb form from a server to the clients. Is it possible to do so using DCOM ?
Printable View
I want to transfer a vb form from a server to the clients. Is it possible to do so using DCOM ?
Depends on what exactly you need transferred. If all you need to copy around is data, then you can use any communications method to get the data back and forth. If you actually need the Form object, however, DCOM will get you there.