Referencing winsock on mdiform from child forms on clients side
how can i use winsock on mdiform at clients side on childforms. Please help me out i want to use send a request to my vb app. server to send an xml based recordset to these childform.
sending request and geting an xml-based recordset through stream is already done. but when i call winsock on mdiform from childform form_load, it seems like the form is loaded before the recordset get to the datagrid on child form.
can anyone help me out