relating between a winform and a web form
-
hi I want implement a relation between a winform and a web application (web form). web application is by vb.net and the winform is by c# !!! is it possible directly or must using a web service ?
H.R
A webservice is your best bet.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
hi I want implement a relation between a winform and a web application (web form). web application is by vb.net and the winform is by c# !!! is it possible directly or must using a web service ?
H.R
Web service is the way to go, as Christian already mentioned.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon