Prev: Sorting UDTs
Next: Copy from ListBox to TextBox
From: Karl E. Peterson on 30 Jun 2010 13:00 Kevin Provance pretended : > "Karl E. Peterson" <karl(a)exmvps.org> wrote in message > news:i0e2i5$6s0$1(a)news.eternal-september.org... >> >> The people I know who are playing with Win8 right now tell me it's "COM >> to the core." That's all I know right now. > > What? Windows.Nxt isn't going to happen? <eg> > > I hope your folks are right. I *love* COM. "COM is Love!" ~Don Box I was cleaning the office a few months back, and came across an old (still wrapped! <g>) condom that was handed out at a VBITS sometime last millenium. That slogan was emblazoned across the little box it came in. How's that for a collectible? :-) -- ..NET: It's About Trust! http://vfred.mvps.org
From: Tony Toews on 30 Jun 2010 14:30 On Wed, 30 Jun 2010 09:49:10 -0400, "Mayayana" <mayayana(a)invalid.nospam> wrote: >It's mainly >of use to people who have a knack for graphics. Which is why I have someone else doing the graphics for me. <smile> Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files updated see http://www.autofeupdater.com/
From: MikeD on 30 Jun 2010 15:41 "Karl E. Peterson" <karl(a)exmvps.org> wrote in message news:i0fst2$lrq$1(a)news.eternal-september.org... > Thing is, none of us noticed the problems in XP (or 2000) because we all > ran as admins all the time. They only became obvious if we tried to > support an inept relative, and decided to demote their login to lowly > User, so they wouldn't botch things all up by installing crapware after > not reading what they clicked. Well, with Vista/7, the screws are > tightening, I'm afraid. Another way to look at it: If people hadn't been "abusing" admin accounts and instead had been using User all along as was intended (but not enforced), MS wouldn't have had to tighten the screws. For home users, IMO the best thing to do is just turn off the damn UAC. For businesses, probably not a good idea to do that. ---- Mike
From: Claire on 6 Jul 2010 14:24 Nobody has addressed that part of my post when I said I cannot recreate that problem on my computer. Please guide me what settings should I have in my Vista to trigger that error? So far, I tried all possible combinations /standard user/UAC on-off/ and I do not have that error! I have Vista Ultimate. Can you please explain why I do not have that error? Claire "Claire" <replyto(a)fra> wrote in message news:%23YNF4cuFLHA.1272(a)TK2MSFTNGP05.phx.gbl... > Hello, > I am not sure what I am doing wrong. > The fact is that I cannot recreate the problem on my computer, one of my > users is struggling with. > The problem is that on his computer app crashes with: > "Run-Time error '75': Path/File access error" message. > I have traced this problem to the point app wants to create folder in: > C:\ProgramData\<my app title> > That path is obtained using GetSpecialfolder(CSIDL_COMMON_APPDATA) > > Interestingly, I cannot recreate that crash on my computer. > > User has Vista Business (32 bit), with Administrator privilages and UAC is > on. > > I have also noticed another strange thing about that Vista. > It returns False to IsWinNT4Plus function: > ============================ > Function IsWinNT4Plus() As Boolean > Const VER_PLATFORM_WIN32_NT As Long = 2 > Dim osv As OSVERSIONINFO > > osv.OSVSize = Len(osv) > If GetVersionEx(osv) = 1 Then > IsWinNT4Plus = (osv.PlatformID = VER_PLATFORM_WIN32_NT) And > (osv.dwVerMajor >= 4) > End If > End Function > ============================ > > Any comments and your help appreciated, > Claire > >
From: Nobody on 6 Jul 2010 14:36
"Claire" <replyto(a)fra> wrote in message news:euf3HiTHLHA.1868(a)TK2MSFTNGP05.phx.gbl... > Nobody has addressed that part of my post when I said I cannot recreate > that problem on my computer. > Please guide me what settings should I have in my Vista to trigger that > error? > So far, I tried all possible combinations /standard user/UAC on-off/ and I > do not have that error! > I have Vista Ultimate. > Can you please explain why I do not have that error? > Claire Use one login ID to create the folder, and another to write to it. Don't change the group membership of your account to do this, you must create a different standard user, probably form Control Panel-->User Accounts or similar icon. |