Hi all, I have an urgent question. I have a WebService on the net that has such methods: Client[] getClients(); Software[] getSoftwareByClientId(int clientId); I made the code that populating the software DataBindingSource on CurrentChange event of the clients DataBindingSource. But i think it's not a nice solution because current item changed a lot. And it's calling the web service many times. Does anyone know some nice way to create custom DataSet wrapper for such WebService?
A
Aggressor
@Aggressor
Posts
-
Binding WebService to DataSet -
Word data transferHi all, I need to transfer all data in RTF format from native MS Word format. The best thing that i did is to open DOC in MS Word and save it RTF format. But the problem that it's taking so long. I tried to make call Copy to selection and then paste it somewhere, it's working very fast, but the problem that it's messing up a clipboard. Can someone help me with such problem? Maybe there is a way to transfer data directly from Word to my app. like DDE or something? Please post your comments. It's very urgent. Thanx. :)
-
WTL Multi Viewports OpenGLHi Can some one help me. I need to make a window with multiple viewports like in 3DS MAX, using WTL. Each viewport must be rendered with OpenGL.