Tools
franz.asc
Associated article: Programmer Tools for Actor 3.0
Tags: .NET Tools
_PROGRAMMER TOOLS FOR ACTOR 3.0_ by Marty Franz [LISTING ONE] /* ROLO.H */ /* Menu Constants */ #define SEARCH 2000 #define PRIMARY 2011 /* Index popup */ #define ALTERNATE 2012 #define NEXT 2020 #define PREV 2030 #define INSERT 2040 #define UPDATE 2050 #define DELETE 2060 !! /* Dialog Constants */ #define PHONE 101 #define PERSON 102 #define COMPANY 103 !! [LISTING ...


