Page 4 of 4 FirstFirst 1234
Results 121 to 140 of 140

Thread: Windows 7 is finally here

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

    Re: Windows 7 is finally here

    There are some new UI elements you might program for: Jump Lists, Thumbnail Toolbars, Overlay Icons and Progress Bars, Custom Switchers, Deskbands, and changes in Gadgets and Window Arranging. Nothing crucial or life-threatening though.

    You can watch the webcast or just browse the PowerPoint deck: Integrate with the Windows 7 Desktop.

    There is some new stuff "under the hood" too, some of which will be back-ported to Vista and XP in coming updates. Mostly stuff like a new native code Web Services API, Windows Installer enhancements, changes to default cryptographic hashes, UAC tweaks, etc.

  2. #122
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 is finally here

    Quote Originally Posted by chris128
    http://www.youtube.com/watch?v=bvoo31F98X0 (skip the 2 minute long intro...)
    you know, you can put a start time on your youtube video links to skip it automatically
    Here's your corrected link.

    http://www.youtube.com/watch?v=bvoo31F98X0#t=2m0s
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  3. #123
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Windows 7 is finally here

    Well what d'ya know... Learn something everyday.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  4. #124
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 is finally here

    i got it from a tekzilla daily tip
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  5. #125
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: Windows 7 is finally here

    In terms of backwards compatibility, will all VB6 applications which work under Vista be compatible with Windows 7 without making any changes at all?
    Since I discovered Delphi and Lazarus, VB has become history to me.

  6. #126
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 is finally here

    according to what i've read, the OS actually enables new functionality automatically, and gives you new apis to extend your program even further into the new interface.

    Example: Your program automatically gets the thumbnail, but ie8 for example has it's own thumbnail icon for each tab. And the context menu is automatically generated but you can add custom options with the api such as "shuffle" that a media program might want to use.

    The big feature i'm looking forward to is the way they've finally properly integrated the media library and media center.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  7. #127
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: Windows 7 is finally here

    Quote Originally Posted by Lord Orwell
    according to what i've read, the OS actually enables new functionality automatically, and gives you new apis to extend your program even further into the new interface.

    Example: Your program automatically gets the thumbnail, but ie8 for example has it's own thumbnail icon for each tab. And the context menu is automatically generated but you can add custom options with the api such as "shuffle" that a media program might want to use.

    The big feature i'm looking forward to is the way they've finally properly integrated the media library and media center.
    At this point the question is, will this new set of APIs be accessible from VB6? If the language needs amendments to exploit the new APIs, I'm afraid VB6 developers can just wait.
    Since I discovered Delphi and Lazarus, VB has become history to me.

  8. #128
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Windows 7 is finally here

    VB6 can make the same calls to the windows API as Vb.NET cant it?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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

    Re: Windows 7 is finally here

    "Jump Lists" were a late name change in the Win7 Beta, the Win32 API calls them "Destination Lists."

    Yes, in a sense you automatically get a Thumbnail, but what is new in Win7 is that it has a toolbar that can have up to 7 buttons (added via API calls).

    Almost all of this is exposed via native APIs so VB6 can use it. Microsoft seems to have earned its lesson about creating .Net-only functionality. For example WCF has been a sore point and thus the new WWSAPI. However there has been no particular effort made to make these things easy to use from VB6.

  10. #130
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 is finally here

    it's actually possible to write .net in vb6 as well, but it's by no means something i'd want to do.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  11. #131
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: Windows 7 is finally here

    Quote Originally Posted by Lord Orwell
    it's actually possible to write .net in vb6 as well, but it's by no means something i'd want to do.
    I wish the contrary was true, i.e. write vb6 in .net!
    Since I discovered Delphi and Lazarus, VB has become history to me.

  12. #132
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Windows 7 is finally here

    Quote Originally Posted by esposito
    I wish the contrary was true, i.e. write vb6 in .net!
    Unfortunately, there is alot of legacy support in VB.NET

    Edit: I might also add a
    Last edited by Atheist; Feb 1st, 2009 at 03:37 PM.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  13. #133
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: Windows 7 is finally here

    Quote Originally Posted by Atheist
    Unfortunately, there is alot of legacy support in VB.NET
    But, unfortunately, that legacy support does not allow you to create Framework independent applications. So, for my purposes, it's just useless.
    Last edited by esposito; Feb 1st, 2009 at 06:14 PM.
    Since I discovered Delphi and Lazarus, VB has become history to me.

  14. #134
    Member
    Join Date
    Apr 2007
    Posts
    37

    Re: Windows 7 is finally here

    i love this beta Great better get it. 2.5 million will get it and its over .. better download both verisons and burn them on a DVD because they are to big for a normal cd.

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

    Re: Windows 7 is finally here

    I'm waiting for the crying jag when the Beta expires. I think Microsoft hopes to have you hooked so you'll fork over the money for a retail copy.

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

    Re: Windows 7 is finally here

    I'm a little surprised nobody has complained about the lack of an email client in Win7 yet.

    Windows Mail only lasted one release (Vista)!

  17. #137
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Windows 7 is finally here

    Isnt Outlook Express in there?
    Also, I heard that they were taking out a lot of the built in stuff like Live Mail and delivering it through Windows Live instead... for some reason
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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

    Re: Windows 7 is finally here

    Outlook Express died two years ago when Vista came out.

  19. #139
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 is finally here

    that's not the only app they left out. Picture gallery, movie maker, windows mail and i am pretty sure messenger are now downloads. Annoyingly the movie maker is even less functional than the vista one. The picture gallery is cool though. It stitches photos taken into a giant one, etc. The messenger has had functionality increased so it works with other off-network providers like yahoo.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

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

    Re: Windows 7 is finally here

    Quote Originally Posted by Lord Orwell
    that's not the only app they left out. Picture gallery, movie maker, windows mail and i am pretty sure messenger are now downloads.
    Yeah, all those programs have been left out and can now be downloaded! Which, is a good thing because I got sick of having to run the script to remove messnger from Win xp . Microsoft has finally realize that there is no point in bullying people to use their programs anymore. They chose to allow downloads of these programs because of it.
    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

Page 4 of 4 FirstFirst 1234

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