RE: Re[2]: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Tom F. <to...@mu...> - 2003-01-22 12:10:37
|
Sure, it just means adding it to the resources and all that malarky. Which is a huge hassle for every possible message in an app. It would be stupidly helpful have a MessageBoxEx ( hWnd, "Something gnarly happened", "Hey dude", MB_CUSTOM3BUTTONS | MB_ICONBODACIOUS, "Groovy", "Downer", "Whoa" ); OK, well there already is a MessageBoxEx. Time for MessageBoxExEx. Sorry - I'm just wishlisting. :-) Tom Forsyth - Muckyfoot bloke and Microsoft MVP. This email is the product of your deranged imagination, and does not in any way imply existence of the author. > -----Original Message----- > From: Gareth Lewin [mailto:GL...@cl...] > Sent: 22 January 2003 11:27 > To: gam...@li... > Subject: RE: Re[2]: [GD-Windows] Security/access when writing to > registry > > > Oops, sorry about the previous email, was intended for Tom > personally. On a > more serious note, MessageBox() is a helper function, there is NOTHING > stopping you from displaying your own dialog box with both options. > > > -----Original Message----- > > From: Tom Forsyth [mailto:to...@mu...] > > Sent: 22 January 2003 11:11 > > To: gam...@li... > > Subject: RE: Re[2]: [GD-Windows] Security/access when writing to > > registry > > > > > > > "Do you want this software to be available to all > > users(requires > > > admin rights) or only to the current user?(Yes/No)" > > > > Nooooooo. What does the answer "no" mean? :-) > > > > Even the klunky old Atari ST had a function to easily > > customise the words > > printed on the buttons. Windows... <shakes head in despair> > > > > > > Tom Forsyth - Muckyfoot bloke and Microsoft MVP. > > > > This email is the product of your deranged imagination, > > and does not in any way imply existence of the author. > > > > > -----Original Message----- > > > From: Kerim Borchaev [mailto:wa...@ho...] > > > Sent: 22 January 2003 09:06 > > > To: Brian Hook > > > Subject: Re[2]: [GD-Windows] Security/access when writing > > to registry > > > > > > > > > Hello Brian, > > > > > > Support both HKCU and HKLM. If your software is > being installed > > > by an advanced user let her choose what to use. Like this: > > > > > > "Do you want this software to be available to all > > users(requires > > > admin rights) or only to the current user?(Yes/No)" > > > > > > And on start of your app first, say, look into CU(if the user > > > installed this soft for her personally ) and if nothing > > > found loook into LM. > > > > > > Best regards, > > > Kerim mailto:wa...@ho... > > > > > > Wednesday, January 22, 2003, 11:01:55 AM, you wrote: > > > > > > BH> Yes, I'm revisiting a thread that's over a year old =) > > > > > > BH> I've been using HKCU instead of HKLM like a good Windows > > > app, but it > > > BH> seems like you can't win 'em all. > > > > > > BH> The problem with HKCU is that, well, it's per user. I've > > > gotten very > > > BH> sporadic complaints about having to install our games > > > multiple times > > > BH> (including unlock codes), which isn't that big a deal. > > > But what IS a > > > BH> big deal is when you have multiple users on the same > > > machine trying > > > BH> to compete against each other, but now their high > scores aren't > > > BH> shared. This is a pretty galling thing, since a lot of > > > our games are > > > BH> competitive that way and we do find that more than a > few of our > > > BH> players are on multi-user systems. > > > > > > BH> Ideas on a clean solution to this problem? > > > > > > BH> Brian > > > > > > > > > > > > > > > BH> ------------------------------------------------------- > > > BH> This SF.net email is sponsored by: Scholarships for Techies! > > > BH> Can't afford IT training? All 2003 ictp students receive > > > scholarships. > > > BH> Get hands-on training in Microsoft, Cisco, Sun, > > > Linux/UNIX, and more. > > > BH> www.ictp.com/training/sourceforge.asp > > > BH> _______________________________________________ > > > BH> Gamedevlists-windows mailing list > > > BH> Gam...@li... > > > BH> > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > > BH> Archives: > > BH> http://sourceforge.net/mailarchive/forum.php?forum_idU5 > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Scholarships for Techies! > > Can't afford IT training? All 2003 ictp students receive > scholarships. > > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, > and more. > > www.ictp.com/training/sourceforge.asp > > _______________________________________________ > > Gamedevlists-windows mailing list > > Gam...@li... > > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > > Archives: > > http://sourceforge.net/mailarchive/forum.php?forum_id=555 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=555 > > > ------------------------------------------------------- > This SF.net email is sponsored by: Scholarships for Techies! > Can't afford IT training? All 2003 ictp students receive scholarships. > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. > www.ictp.com/training/sourceforge.asp > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=555 > |