home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3922 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.3 KB

  1. Path: sparky!uunet!zephyr.ens.tek.com!uw-beaver!rice!news.rice.edu!dens
  2. From: dens@flammulated.rice.edu (Dennis Allen Schmitz)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: OS/2 Resources - Control Window Definition
  5. Message-ID: <DENS.92Jul30220803@flammulated.rice.edu>
  6. Date: 31 Jul 92 04:08:03 GMT
  7. References: <10930@platypus.uofs.uofs.edu> <1992Jul30.032541.19247@panix.com>
  8. Sender: news@rice.edu (News)
  9. Organization: Rice University, Houston, Texas
  10. Lines: 17
  11. In-Reply-To: os2man@panix.com's message of 30 Jul 92 03:25:41 GMT
  12.  
  13. In article <1992Jul30.032541.19247@panix.com> os2man@panix.com (Larry Salomon Jr.) writes:
  14.  
  15.    >    problem : i want to allow a user to change the position of
  16.    >          controls on the screen.  in fact, i want to create
  17.    >          a dialog box editor-like application that will allow
  18.    >          a user to customize the interface.  instead of saving
  19.    >          the changes to a .RES file, i want to make the changes
  20.    >          directly to the .EXE.  under the macintosh environment,
  21.  
  22.    Good luck.  There is no API to do this and OS/2 locks the .EXE while the
  23.    program is executing in any process space.  Sounds like you're gonna have
  24.    to write it as a separate file.  :(
  25.  
  26. Wouldn't it be realatively easy to store the window size information in the Extended Attributes?
  27.  
  28. Later,
  29. den
  30.