1. Help Program Update
- Posted by Al Getz <Xaxo at aol.com> Feb 17, 2003
- 424 views
Hello again, My recent Help program now features help on Euphoria, WinLib, and the Windows API, with drag and drop into favorite topics. I would like to get commented info on the external WinLib functions however to include in the help system, so if someone most familiar with these functions would like to send me the comments ill include them in the help system update. The format should be something like: -- function FunctionName(arg1, arg2, arg3,... argN) Purpose: To do this and that and....... Returns: Success id>0, id of control Failure id=0 atom arg1 is... atom arg2 is... sequence arg3 is... -- The above should be the minimum info. Take care, Al
2. Re: Help Program Update
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 26, 2003
- 412 views
A lot of that info in embedded in the tk_xxx.E libraries that come with win32lib. ---------------- cheers, Derek Parnell ----- Original Message ----- From: "Al Getz" <Xaxo at aol.com> To: "EUforum" <EUforum at topica.com> Subject: Help Program Update > > Hello again, > > My recent Help program now features help on Euphoria, WinLib, and > the Windows API, with drag and drop into favorite topics. > > > I would like to get commented info on the external WinLib functions > however to include in the help system, so if someone most familiar > with these functions would like to send me the comments ill include > them in the help system update. > > The format should be something like: > > -- > function FunctionName(arg1, arg2, arg3,... argN) > Purpose: > To do this and that and....... > Returns: > Success id>0, id of control > Failure id=0 > > atom arg1 is... > atom arg2 is... > sequence arg3 is... > -- > > The above should be the minimum info. > > > Take care, > Al > > > > TOPICA - Start your own email discussion group. FREE! > >