Is there any way to change a VB6 program so that it is NOT stopped from automatically starting by User Account Control in Windows 7? It works fine now IF UAC is shut down, but not at all if it is not.
Senefelder 0 Newbie Poster
Recommended Answers
Jump to PostRewrite your app so it conforms to http://en.wikipedia.org/wiki/Principle_of_least_privilege
Unless your app absolutely needs admin, then there's no reason why it should need it just because the programmers are too lazy.
Too …
Jump to PostSo put the data files in a "user" folder rather than some "protected" location like the program files folder (or worse locations like c:\windows or just c:\ ).
Surely you would want the reminders to be on a "per user" basis anyway to begin with (or are you still …
All 5 Replies
jonc 3 Junior Poster
vb5prgrmr 143 Posting Virtuoso
Salem 5,265 Posting Sage
Senefelder 0 Newbie Poster
Salem 5,265 Posting Sage
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.