home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / hackers / 1185 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.1 KB  |  41 lines

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!watserv1!watmath!undergrad.math.waterloo.edu!napier.waterloo.edu!nimouat
  3. From: nimouat@napier.waterloo.edu (Nikos Mouat)
  4. Subject: Re: "ObHack" complaint
  5. Message-ID: <Bs28qo.4ED@undergrad.math.waterloo.edu>
  6. Sender: news@undergrad.math.waterloo.edu
  7. Organization: University of Waterloo
  8. References:  <1992Jul25.124937.17698@jarvis.csri.toronto.edu>
  9. Distribution: alt
  10. Date: Mon, 27 Jul 1992 18:30:23 GMT
  11. Approved: no
  12. Lines: 27
  13.  
  14. In article <1992Jul25.124937.17698@jarvis.csri.toronto.edu>, flaps@dgp.toronto.edu (Alan J Rosenthal) writes
  15. > Btw, there's some cool hacking things you can do on a mac
  16. > in general with "ResEdit", since so many mac applications use a standard
  17. > structure for all the windows and dialogues and things so you can change them
  18. > easily, interchange "yes" and "no" and stuff, or in the case of "StuffIt", an
  19. > archive making program (like tar, or like arc), changing the screen for setting
  20. > a password on the archive to an explanation that using a password is silly
  21. > because it doesn't do encryption, but it is a big pain in the ass and can't be
  22. > removed, so please press "cancel" now.
  23.  
  24. White-water Resource toolkit for windows is the same. Resource toolkits are fun,
  25. but there is very little you can do to change a program with it. Sure you can
  26. change bit maps, icons, dialogue boxes and all that shit but you can't change any 
  27. code. One thing you can do that is neet in Windows is you can add icons to
  28. dialogue boxes (well, it's like adding small bitmaps, like the little 'stop' or
  29. question mark icons that are on some dialogue boxes).
  30. I actually did manage to change some code using a resource editor once. I don't know
  31. how, and I can't do it again (I wish I could, because I changed the one thing I
  32. didn't like about the program)... The program is winmine, a silly little game
  33. for windows 3.1, you have to mark mines in a minefield, if you double mark a mine
  34. it marks it with a question mark. Well somehow, I got rid of the question mark
  35. phase of the marking, so you mark.. un-mark etc.
  36.  
  37. Cheers, Nikos
  38.