How can I implement an application to send data over a network (by using a custom-made OLEDB provider) the same way commercial DBMS communicate with data consumers? Ernesto Moscoso Cam
E
Ernesto Moscoso Cam
@Ernesto Moscoso Cam
Posts
-
building a custom data provider -
Building a custom server programWhat characteristic does a program need so that a client app can interact with it through a custom made OLEDB provider? Ernesto Moscoso Cam
-
clrscr() and gotoxy() in Visual C++It is well known that the common functions clrscr() and gotoxy() are not supported in Visual C++. But I presume that calling directly to DOS interruptions using in-line assembler would provide a convenient way of making this functions. Since I don't know Assembler programming, does anybody have these two function already made?
-
ActiveX ControlsI would like to find a tutorial that teaches how to convert those many CWnd-derived Control Classes found in this website into ActiveX controls.