Results 1 to 23 of 23

Thread: How big would a vb6 be in vb.net

  1. #1

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    How big would a vb6 be in vb.net

    I keep reading where vb.net is being recommended to overcome the shortcomings of vb6. vb.net also requires the net framework, right ?
    How much bigger would a vb6 app be if switched and recoded to vb.net? I am asking because my app is for download.
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

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

    Re: How big would a vb6 be in vb.net

    Shouldnt make a difference as the Framework is a separate download from MS.
    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

  3. #3

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by RobDog888
    Shouldnt make a difference as the Framework is a separate download from MS.
    It cannot be included in my setup?
    How bid is it?
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

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

    Re: How big would a vb6 be in vb.net

    Looks like a .Net forum question, but maybe take a look at Using Visual Studio 2005 to Redistribute the .NET Framework 2.0

    I'm pretty sure the Express Editions don't offer a real packaging solution though. Isn't ClickOnce the only option there?

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How big would a vb6 be in vb.net

    It can be included in your setup, but what would be a waste when it can be downloaded from Microsoft.

  6. #6

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by Hack
    It can be included in your setup, but what would be a waste when it can be downloaded from Microsoft.
    I write roof estimating software and my clients are not it tech's.
    One button click= download complete
    Double-click they are doing roof estimates. I have went thru great pains to keep my app under 10 mg for faster downloads. To add another 200 mg is out of the question. The next time i read a post where someone states "Switch to vb.net" without warning them of the huge size i will have to leave a comment
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  7. #7
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How big would a vb6 be in vb.net

    That is the method that MS is going for now thou. If you don't want to download the Framework (if it is not already installed) then you stay in VB6 or more to another language if VB6 will not run on the OS, since there is no guarantee of this after Vista
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  8. #8
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: How big would a vb6 be in vb.net

    What version of .NET are you using and what is your target customers' OS?
    I think .NET is preinstalled on Windows XP and Vista. I'm not sure about the version of .NET though. This might help since most of the windows users have now upgraded to window XP or Vista by now.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

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

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by GaryMazzone
    ... stay in VB6 or [move] to another language if VB6 will not run on the OS, since there is no guarantee of this after Vista
    Support Statement for Visual Basic 6.0 on Windows®Vista™and Windows®Server 2008™

    So Win Server 2008 supports VB6 too, and so far the Windows 7 Preview Release does as well. I expect that Support Statement to be updated to include Win7 as it nears release.

    I am not saying people should avoid the move to .Net though.


    I was pretty sure there was a standard VS.Net packaging technique that offered to do the Framework/Runtime download and kick it off for the user. I just don't think the Express Edition products support this option. Surely somebody can enlighten us on this.

    Ahh yes, see Installing the .NET Framework 2.0 Using the Visual Studio 2005 Bootstrapper Setup at the link I posted earlier.

  10. #10
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How big would a vb6 be in vb.net

    So Win Server 2008 supports VB6 too, and so far the Windows 7 Preview Release does as well. I expect that Support Statement to be updated to include Win7 as it nears release.
    Still what I said is valid.... at some point that support to run VB6 apps will fall way.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  11. #11

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by Pradeep1210
    What version of .NET are you using and what is your target customers' OS?
    I think .NET is preinstalled on Windows XP and Vista. I'm not sure about the version of .NET though. This might help since most of the windows users have now upgraded to window XP or Vista by now.
    I am not using net, just exploring the possibilities.
    Target OS win 98 and up. At this point I am not going to net who's to say they will not discontinue it. i am going to keep plugging away with vb6 and keep my eyes peeled for a solutation. Maybe the program writers god will create a language that will work on all OS and guarantee with writing in blood it will not be discontinued
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

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

    Re: How big would a vb6 be in vb.net

    Yes, ClickOnce is the only packaging option in Express versions.
    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

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

    Re: How big would a vb6 be in vb.net

    I'm curious then. Does this work out for the typical .Net Expresser (hobbyists, etc.) or do they tend to XCopy deploy or use a 3rd party packaging solution?

  14. #14
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by GaryMazzone
    Still what I said is valid.... at some point that support to run VB6 apps will fall way.
    And what guarantee do NET users have that MS won't get another ($) bug up their butt and dump them too in a year or two?
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  15. #15
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How big would a vb6 be in vb.net

    None of course. I just use what is supplied and supported at the time. If I need to learn a new language the I learn the new language.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  16. #16

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by GaryMazzone
    None of course. I just use what is supplied and supported at the time. If I need to learn a new language the I learn the new language.
    I would rather spend my time adding new features to my app than redoing all the code for a new language. Then i have to think of the users who bought my estimating software. All their saved bids would no longer open if i abandoned them. I could be like microsoft and tell them to get screwed, I got their money. But i am not that kind of person.
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  17. #17
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by GaryMazzone
    None of course. I just use what is supplied and supported at the time. If I need to learn a new language the I learn the new language.
    Well I've heard some NET users say that NET's like C in some respects. If that's even remotely true then it would make more sense to learn C and be done with it. Managa!
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  18. #18

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by CDRIVE
    Well I've heard some NET users say that NET's like C in some respects. If that's even remotely true then it would make more sense to learn C and be done with it. Managa!
    I agree. I have even started staying away from api's when possible, who's to say they will be in future windows.
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  19. #19
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by isnoend07
    I would rather spend my time adding new features to my app than redoing all the code for a new language. Then i have to think of the users who bought my estimating software. All their saved bids would no longer open if i abandoned them. I could be like microsoft and tell them to get screwed, I got their money. But i am not that kind of person.
    Have you given thought to other versions of BASIC?
    Have a look at REALBasic. It is much like VB6 with most of its shortcommings overcome. The migration from VB6 to RealBasic is easier as compared to migration from VB6 to VB.NET.
    It is fully Object Oriented and Cross Platform (works on windows, Mac, Linux). And it makes just one standalone exe, so no dll hell problem, nor the burden of a huge framework. I think it might suit your needs as the size of the entire setup (with no preassumptions) makes more meaning to you.

    Pradeep
    Last edited by Pradeep1210; Dec 30th, 2008 at 02:26 AM.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

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

    Re: How big would a vb6 be in vb.net

    Wow, I really cant believe how off topic this thread is. The original question was about exe size.
    Its almost laughable to make a comparison about .NET support when MS still supports VB6. Do you really think that MS would dump .NET before dumping support for VB6 (rhetorical question of course)?


    Since this thread has notihg to do with a vb6 programming question I am moving it to General Developer forum.

    Thread Moved
    Last edited by RobDog888; Dec 30th, 2008 at 02:37 AM.
    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

    Thread Starter
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by Pradeep1210
    Have you given thought to other versions of BASIC?
    Have a look at REALBasic. It is much like VB6 with most of its shortcommings overcome. The migration from VB6 to RealBasic is easier as compared to migration from VB6 to VB.NET.
    It is fully Object Oriented and Cross Platform (works on windows, Mac, Linux). And it makes just one standalone exe, so no dll hell problem, nor the burden of a huge framework. I think it might suit your needs as the size of the entire setup (with no preassumptions) makes more meaning to you.

    Pradeep
    Thanks I'll check it out
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  22. #22
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by RobDog888
    Wow, I really cant believe how off topic this thread is.

    Thread Moved
    That's because VB vs Net evokes anger for many of us. When I purchased VB, before the turn of the century, I never dreamed that MS would dump the most popular language in the world. I expected a progression of VB7, VB8 and so on.
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  23. #23
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: How big would a vb6 be in vb.net

    Quote Originally Posted by Pradeep1210
    Have you given thought to other versions of BASIC?
    Have a look at REALBasic. It is much like VB6 with most of its shortcommings overcome. The migration from VB6 to RealBasic is easier as compared to migration from VB6 to VB.NET.

    Pradeep
    There's another one out there called Power Basic. I know little of it though. I do know that the company, that created and distributes it, provides their own forum.
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

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