Minutes
- Posted by mike <michael at IGRIN.CO.NZ> Aug 30, 1998
- 687 views
------=_NextPart_000_01BDD43F.72977A80 Here is a Windows Euphoria program that I have written for using at my workplace. Perhaps someone may find it useful. It requires David Cuny's Winlib32. It is a utility for making Company minutes. The output is written to a file called minute.txt in the directory C:\Euphoria\Minutes (which the user will have to create or perhaps modify the program and point to somwhere else). Initially I had planned to use the Windows Clipboard to copy the data using the code generously donated by Jacques Deschenes but there were some naming conflicts with Winlib32 so i guess we're stuck with copying to a file instead. However, I have included Jacques code in case someone can use it. Actually, it probably should be included with the J D Collection on the Euphoria Archive page(for all I know it already could be!) but that's up to Jacques. Incidentally, the controls were created using Stephen Spencer's handy utility which I see is now even better. Nice one Stephen ! Please study my code if you're inclined to do so. Maybe there are some ways I could improve it, make it simpler, etc.. If you have something similar in mind that you would like to make but you're a little unsure of how to use my routines then please send me a note and I'll see what I can do. Yours Truly Michael Palffy michael at igrin.co.nz ------=_NextPart_000_01BDD43F.72977A80