From: <gh...@nc...> - 2001-11-01 01:02:27
|
If you haven't found it yet, take a look at the Utility Classes on the curl web site. It is under the framework extensions tab on the developer's page. What especially caught my eye was the button requestor code. There is some simple, elegant code here that looks to be very useful in building a ui under windows. It illustrates how to deal with windows events such as when a user closes the window that an object is on. There is a nice usage of an anonymous procudure there. While poking around there I discovered the curl output procedure that looks to be handy for debugging. The callback manager looked interesting too but at this point I'm not sure what it is good for. Are the socket tools used to handle communications stuff in the curlmail applet? gene |