Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Windows 7 - first look  (Read 17115 times)

0 Members and 1 Guest are viewing this topic.

negatlov



    Greenhorn

    Re: Windows 7 - first look
    « Reply #30 on: December 25, 2008, 08:09:14 AM »
    good,
    thx

    Zylstra

    • Moderator


    • Hacker

    • The Techinator!
    • Thanked: 45
      • Yes
      • Technology News and Information
    • Certifications: List
    • Computer: Specs
    • Experience: Guru
    • OS: Windows 7
    Re: Windows 7 - first look
    « Reply #31 on: December 27, 2008, 04:18:43 PM »
    I had tried it out.... I would have done it more extensively if it were not running off a virtual PC.

    I made my short little list of things that stood out to me:
    http://zylstrablog.co.nr/wordpress/?p=44
    (I would just paste it, but, this is an opportunity to get, like, one more visitor who isnt a spam bot!)

    steven32collins



      Intermediate
      • Experience: Beginner
      • OS: Windows XP
      Re: Windows 7 - first look
      « Reply #32 on: January 11, 2009, 05:49:37 AM »
      microsoft are in a big hurry to finnish this version because vista has been a pain in the back to them
      Everything should be made as simple as possible, but not simpler.
      --Albert Einstein--

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Windows 7 - first look
      « Reply #33 on: January 11, 2009, 12:09:37 PM »
      I had tried it out.... I would have done it more extensively if it were not running off a virtual PC.

      I made my short little list of things that stood out to me:
      http://zylstrablog.co.nr/wordpress/?p=44
      (I would just paste it, but, this is an opportunity to get, like, one more visitor who isnt a spam bot!)

      ha! I found a typo!

      you said MSpaint was PBRUSH.EXE when in fact it has been MSPAINT.EXE since windows 95 :P
      I was trying to dereference Null Pointers before it was cool.

      Zylstra

      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Windows 7 - first look
      « Reply #34 on: January 11, 2009, 02:39:05 PM »
      I had tried it out.... I would have done it more extensively if it were not running off a virtual PC.

      I made my short little list of things that stood out to me:
      http://zylstrablog.co.nr/wordpress/?p=44
      (I would just paste it, but, this is an opportunity to get, like, one more visitor who isnt a spam bot!)

      ha! I found a typo!

      you said MSpaint was PBRUSH.EXE when in fact it has been MSPAINT.EXE since windows 95 :P
      Run pbrush in command, its the same program  : P

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Windows 7 - first look
      « Reply #35 on: January 11, 2009, 03:08:58 PM »
      Run pbrush in command, its the same program  : P

      pbrush works, but it just runs mspaint.exe; there is no pbrush.exe anymore

      pbrush works simply because of the entry in the ubiquitous App paths key:

      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\pbrush.exe

      which makes it an alias for MSPAINT.EXE


      basically, I wasn't clear as to what I meant.. you can run pbrush, and I do believe that it's OLE and DDE server names are still PBRUSH, but there is no executable called PBRUSH anymore.



      I was trying to dereference Null Pointers before it was cool.