Results 1 to 22 of 22

Thread: [RESOLVED] Windows 7 recent project list empty

Hybrid View

  1. #1
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Windows 7 recent project list empty

    Quote Originally Posted by Nightwalker83 View Post
    Although, Tyson said in post #3 that he installed Visual Basic 6.0 under the administrator account. If that is the case he shouldn't have to do "Run as administrator" when he wants to use Visual Basic 6.0.
    Not true. It must always run as admin or else it can cause registry problems. During its use the VB6 IDE and compiler register referenced components and new components you create. Running w/o elevation lots of junky virtualized registry entries get made and the resulting programs can have issues. The IDE also needs the Debugger right when working with DCOM components.

    Back in 2006 during the "Longhorn" developer info transfers and Vista beta programs Microsoft made all of that very clear. The main issue was the removal of the "Power User" security role from Windows. In XP and Win2K VB6 developers needed to be Power Users, though Joe Homeboy tended to just run logged on with an admin account.

    Just run it elevated and avoid "mysterious" problems.
    Last edited by dilettante; Sep 3rd, 2011 at 03:54 AM.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Windows 7 recent project list empty

    Quote Originally Posted by dilettante View Post
    Not true. It must always run as admin or else it can cause registry problems. During its use the VB6 IDE and compiler register referenced components and new components you create. Running w/o elevation lots of junky virtualized registry entries get made and the resulting programs can have issues. The IDE also needs the Debugger right when working with DCOM components.
    Interesting! Regardless of whether or not I run VB6 on Windows 7 with run as admin it still comes up with configuration for Visual Studios 2010. Although, I think that is because I have both installed on my laptop and Win7 start the newer version which is VS 2010 by default.

    Edit:

    In my honest opinion running any program using "Run As Administrator" when you have already installed the program as the administrator and are logged in as an admin to the system is a joke.
    Last edited by Nightwalker83; Sep 3rd, 2011 at 04:35 AM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Windows 7 recent project list empty

    Quote Originally Posted by Nightwalker83 View Post
    In my honest opinion running any program using "Run As Administrator" when you have already installed the program as the administrator and are logged in as an admin to the system is a joke.
    Well the alternative is for VB6 to jump through hoops and raise elevation prompts whenever it needed to do things requiring changes to system state or cross-context debugging. Even so that would mean changing VB6.exe and Microsoft isn't likely to do that.

    The truth is that later Visual Studio versions (.Net, C++, whatever) are also supposed to be run elevated every time for the same reasons. The Express editions are crippled enough that this is seldom a problem for them though.

    People just don't read the info Microsoft puts out I guess. Here's an oldie from when Vista came out:

    Visual Studio 2005 on Windows Vista Issue List (Admin)

    It was not reissued for Windows 7 because (a.) Windows 7 is a minor update and (b.) developers were all supposed to pay attention to the Longhorn developer guidance back in 2006 - 2007. You snooze, you lose.

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Windows 7 recent project list empty

    Quote Originally Posted by dilettante View Post
    It was not reissued for Windows 7 because (a.) Windows 7 is a minor update and (b.) developers were all supposed to pay attention to the Longhorn developer guidance back in 2006 - 2007. You snooze, you lose.
    Honestly, who is going to right-click the program icon/shortcut every single time when they can just double (left button) click? It is a wonder Microsoft didn't put "Run As Administrator" as the default run program option.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width