Remoting, Search Form

Wh1sp3r

New member
Joined
Dec 6, 2005
Messages
2
Programming Experience
1-3
Hi, I'm currently building a windows application using VB.Net and I'm using remoting as a database access layer with MySQL.

Now I created a form for ordering, and I was thinking of adding a Client Search button to the form, but I don't really know how to implement this. Can I add the search function (windows form) on the server side and use remoting ? I noticed I can't use ShowDialog on server side wich is obvious because the server doesn't know about client application... Or do I code the search function on the client side ? But then I would have to redistribute my app whenever I change the search function... I'm a little bit confused here
:confused:

thanks !
 
Back
Top