Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!purdue!haven!umd5!brianf From: brianf@umd5.umd.edu (Brian Farmer) Newsgroups: comp.windows.ms Subject: Re: How do I add to a group via a program? Keywords: groups, dynamic Message-ID: <7095@umd5.umd.edu> Date: 13 Aug 90 13:58:56 GMT References: <7090@umd5.umd.edu> Reply-To: brianf@umd5.umd.edu (Brian Farmer) Organization: University of Maryland, College Park Lines: 22 In article <7090@umd5.umd.edu> dzoey@umd5.umd.edu (Joe Herman) writes: >Does anyone know where I can find the format of a .grp (group) file? > >I want my application to generate a new copy of itself (w/different >configs) and I'd like that to be added to a group. > Inside your application you can setup DDE communication with the Program Manager and tell it to add an item to a group. Your program will have to except command line parameters in order for this to work. The Program Manager DDE command set is documented in chapter 22 pages 19-22 of the Guide to Programming. Its not exactly what you asked for but is probably the "correct" way of adding groups. ps Hello Joey. Brian Farmer brianf@umd5.umd.edu