Results 1 to 28 of 28

Thread: VB6 on Windows 8

  1. #1

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Thumbs up VB6 on Windows 8





  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: VB6 on Windows 8

    Since I don't see VB6 on the stack there... does that mean support for it is finally dead, done and over?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Fuzzy, looks like maybe some sort of phone camera photo. Same slide here: Microsoft to developers: Metro is your future.


    WinRT is native code, it is probably no harder to use from VB6 than any other huge new API. In other words... could be rough. But VB6 lives in those boxes marked C/C++.

    The killer would be if there are no WOW64 thunks for it on 64-bit systems, and 32-bit Windows 8 systems might be rare birds. There is nothing there to suggest VB6 programs as we write them today can't run though.
    Last edited by dilettante; Sep 13th, 2011 at 05:56 PM.

  5. #5

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Quote Originally Posted by techgnome View Post
    Since I don't see VB6 on the stack there... does that mean support for it is finally dead, done and over?

    -tg
    See Win32 thats what VB6 needs, but VB6 wont run on Arm based PCs.

    Quote Originally Posted by RhinoBull View Post
    ...and can you at least tell us where did you get that picture from?
    Fuzzy, looks like maybe some sort of phone camera photo. Same slide here: Microsoft to developers: Metro is your future.
    no camera, i have taken screeshot of the webcast.

    The killer would be if there are no WOW64 thunks for it on 64-bit systems, and 32-bit Windows 8 systems might be rare birds. There is nothing there to suggest VB6 programs as we write them today can't run though.
    Win8 will run all apps that ran on Windows 7 thats their aim. VB6 Runtimes wont be there in Win8, nor any x86 apps will run on Arm based Windows 8, they have said they are going to provide compilers to C, C++ to compile for Arm Windows 8.

    The ZD article is misleading, they are not telling Metro style apps are the future, they are just adding additional UI to Windows for touch based devices.

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Quote Originally Posted by chint View Post
    VB6 Runtimes wont be there in Win8...
    I haven't seen a thing to support that statement and you've contradicted yourself already:
    Quote Originally Posted by chint View Post
    Win8 will run all apps that ran on Windows 7 thats their aim.
    Quote Originally Posted by chint View Post
    ... nor any x86 apps will run on Arm based Windows 8, they have said they are going to provide compilers to C, C++ to compile for Arm Windows 8.
    True enough, but they already provide C/C++ compilers for ARM to support WinCE development. Also there won't be any ARM support in the dev release of Win8 coming out at 03:00 UTC "tomorrow." Might be 2013 before any ARM-based Win8 reaches the first consumers too. I see nothing to panic about.

  7. #7

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Summary:
    * No specific mention of VB6 or other legacy technology.
    * Win32 and COM still available.
    * VB6 Runtimes wont be there in Windows 8.
    * Windows 8 will run all application that ran on Windows 7.
    * x86 application wont run on Arm based Windows 8, including VB6 Apps.
    * They are going to provide compilers to C, C++ developers to compile for Arm Windows 8.

    Windows 8:
    * Available for x86, x64, Arm
    * Hardware requirement same as Windows 7
    * Target of running all application that ran on Windows 7
    * Includes new UI style called Metro
    * Includes new Metro UI style Touch based Desktop (Along with Old Desktop)
    * Metro application are written in HTML5, JavaScript, XAML (.NET)
    * New APIs (WinRT) for Metro apps callable from JavaScript similar to desktop gadget engine.

    --
    abhishek
    vb6zone.blogspot.com

  8. #8
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    XAML isn't .Net anymore though. It moved into the native WinRT and .Net gets to it through wrapper code. They even have a C++ XAML compiler today for the native Ribbon control:

    http://msdn.microsoft.com/en-us/libr...).aspx#compile

  9. #9
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Hope everyone bought some double-layer DVD media if they want to try the dev tools Preview download.

    http://msdn.microsoft.com/en-us/windows/home/

    Hmm, no product keys there. Makes you wonder...
    Last edited by dilettante; Sep 13th, 2011 at 08:17 PM.

  10. #10

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Already downloading, will try it in VirtualBox.

    yes, No product key, no activation.

  11. #11
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: VB6 on Windows 8

    It's a preview... which means it's not necessarily fully functional... and it'll probably expire after a certain amount of time... doesn't surprise me.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: VB6 on Windows 8

    Quote Originally Posted by chint View Post
    Already downloading, will try it in VirtualBox.

    yes, No product key, no activation.
    Hmm ... wonder if the 32-bit one will run under Virtual PC? Guess I'll download it and give it a shot. Nothing to lose.

    Heh ... the download is going VERY slowly. I wonder why? Maybe the fact that it was released 30 minutes ago is a factor? ;-)
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  13. #13

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Use VirtualBox, one user reported BSoD on Virtual PC. i am downloading 32-bit version sized 2.8 GB.

  14. #14

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Just In: in this release VB6 runtimes are included in the OS.

    Source: microsoft.public.vb.general.discussion

  15. #15
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: VB6 on Windows 8

    Quote Originally Posted by chint View Post
    Just In: in this release VB6 runtimes are included in the OS.

    Source: microsoft.public.vb.general.discussion
    That's a good thing. There really isn't any reason to kill off the runtime. If they're going to still include ActiveX/COM in the environment, killing off VB6 runtime support would be nuts. Yeah, the thing is long-in-the-tooth (VERY long) but it's still a good tool for many things and there's a ton of code written in it.

    I think VB6 will be like COBOL (except COBOL actually has newer supported variants!). It will never completely die.
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  16. #16
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Yes, the 32-bit ISO does blue-screen in Virtual PC. I'm not sure another VM product will make much diffrence but we'll see.

    As has been clarified many times Microsoft never said they had plans to leave VB6 runtimes out of any OS.

  17. #17
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: VB6 on Windows 8

    I just tried the 32-bit ISO - yup, blue screen in Virtual PC. Will try it in Virtual Box.

    ** UPDATE **

    Doesn't run in Virtual Box either. Running 64-Bit Seven. Maybe I'll give it a shot on my 32-bit system.
    Last edited by Max Peck; Sep 14th, 2011 at 08:59 AM.
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

  18. #18
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Setup is running in VirtualBox here with settings: NX/PAE & IO APIC enabled, 2 cores assigned. Installing to a VHD, so I'll probably see if it will boot in VPC from there later too.

  19. #19
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,929

    Re: VB6 on Windows 8

    Thread moved to the 'General Developer' forum.

  20. #20
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: VB6 on Windows 8

    Any more updates on what it runs on?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  21. #21
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    Even on VirtualBox it is a struggle, though I haven't used that product in a long time.

    They "hid" the necessary drivers compressed in a subinstall mentioned in a .txt file buried in a folder of their "VM Extensions" (VBoxGuestAdditions.iso) virtual CD so you have a Wumpus Hunt to go through to get networking set up to activate, etc.

    Also it seems very easy to get an "immersive" (intrusive?) full-screen tile you can't get past, behind, or through via KB/mouse leading to hard shutdowns, recoveries, and reinstalls. This thing has been a tremendous time waster and waiting for somebody to post a few cookbooks on basic use may not be a bad idea at all.

    And of course there is about ZERO stuff to read to get a head start. The doc:

    Windows_Developer_Preview-Windows8_guide.pdf

    From the same site as the download is nothing but marketing fluff.


    You can't miss the new intelligence-insulting BSOD with its mocking emoticon frown. You'll see it enough, and it's probably the most-posted screenshot on the Web right now... often captured at "reboot in 1 sec" where it will typically hang.

    Nothing like pre-beta preview code, eh? But it doesn't have the advantages of Apple's shallow gene pool of fixed hardware specs either.
    Last edited by dilettante; Sep 14th, 2011 at 05:04 PM.

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

    Re: VB6 on Windows 8

    Using any development software on a system that resembles a mobile phone operating system will be interesting.
    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

  23. #23
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: VB6 on Windows 8

    When you "open the desktop" (hide Metro) the Windows key or the Start-orb replacement on the Taskbar brings up the Metro overlay again. Sheesh. I have not found the Start Menu yet but most of my time has been fighting to get things like network connectivity, display, etc. working right.

    And to clarify: the VB6 programs I have tested are working fine.


    Seems the Start Menu as we knew it is there (in the filesystem sense, for compatibility?) but gone (in the sense you can't get to it, policy blocking in effect?). Instead you end up having to search for applications if they have no Metro tile I guess. Sort of a return to Win 3.1 or something.

    This may help explain some of it: What’s New In Windows 8 Desktop, Start Search, And Start Menu [Review].

    I've had enough for today!
    Last edited by dilettante; Sep 14th, 2011 at 08:41 PM.

  24. #24

    Thread Starter
    Member chint's Avatar
    Join Date
    Feb 2009
    Location
    India
    Posts
    37

    Re: VB6 on Windows 8

    Just installed and tested my VB6 Apps and VB6 IDE, everything running fine. Win 8 32-bit running in virtualbox.




  25. #25
    Hyperactive Member Max Peck's Avatar
    Join Date
    Oct 2007
    Posts
    384

    Re: VB6 on Windows 8

    Quote Originally Posted by RobDog888 View Post
    Any more updates on what it runs on?
    Yeah. I decided to download the 64-bit Dev Preview and run it in Virtual Box on my XPS (i7 with 8G). Installed and runs fine. I couldn't get it to run on the dual-core (also 64-bit Win7) but that's OK ... as long as I could bring it up on one of the boxes.

    Kind-of interesting. They've got a ways to go with it, which isn't unexpected. I'm reading the how-to documentation in VS2011 right now to see what's up with Metro development. I'll chew on it for awhile.

    Will a "Metro" front-end ever run on a primary system in my lab? I doubt it. If I buy a tablet I can see some value there but so far "Metro" strikes me as an imitation of iOS. I like iOS on my iPhone4 but on a desktop or notebook it ain't gonna fly. Also ... once a Metro app is running it's like an iOS app ... you can't "exit" the application, it stays running until you can it from task manager. At least I couldn't find any way to shut an app down.

    More later...

    -Max
    Last edited by Max Peck; Sep 15th, 2011 at 07:27 PM.
    The name's "Peck" .... "Max Peck"

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." - Red Adair

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

    Re: VB6 on Windows 8

    Here is the download link (link is in the first post).

    Edit:

    Just hope you don't encounter any Blue Screens of Death.
    Last edited by Nightwalker83; Sep 16th, 2011 at 08:56 PM. 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

  27. #27
    New Member xAnubisx's Avatar
    Join Date
    Dec 2011
    Location
    Bulgaria
    Posts
    7

    Re: VB6 on Windows 8

    I'm geussing this means that anything that runs on Windows XP -> Windows 7, runs on Windows 8?

    Is Windows 8 currently best ran on VirtualBox/VMWare or is it good too run as the main OS on a computer?

  28. #28
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: VB6 on Windows 8

    As with any pre-release software you should never run it on your main production system as it will be buggy and usually not upgradeable to the RTM version when its out
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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