Results 1 to 32 of 32

Thread: [RESOLVED] Where has Visual Basic gone?

  1. #1

    Thread Starter
    Fanatic Member dom_stapleton's Avatar
    Join Date
    Sep 2005
    Location
    Leigh-on-Sea, UK
    Posts
    665

    Resolved [RESOLVED] Where has Visual Basic gone?

    OK... before you reply to this thread you have to understand that I am a total novice and have only just started using VB6. Is there a VB 7? If there isn't what have they renamed it to? Is it Visual Studio.NET? I would have thought that .NET meant it was related to the Internet in some way.

    Please go easy on the idiot!

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

    Re: Where has Visual Basic gone?

    VB.NET is the thing. And, the Visual Studio suites, after 6.0 were named after calendar years rather than using version numbers.

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

    Re: Where has Visual Basic gone?

    But you can still see that VB 7 is named VB.NET 2002 and VB 7.1 is 2003 and VB 8 is 2005.
    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

  4. #4

    Thread Starter
    Fanatic Member dom_stapleton's Avatar
    Join Date
    Sep 2005
    Location
    Leigh-on-Sea, UK
    Posts
    665

    Re: Where has Visual Basic gone?

    Oh right. How come it is called .NET then? Does it mean that it is related to the Internet in some way, like for making HTML application or something?

  5. #5
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: Where has Visual Basic gone?

    had hack said vb 7 or 8 is named vb .net they got rid of the version number

    P.S. the code had changed as well
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

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

    Re: Where has Visual Basic gone?

    Nope, it has nothing to do with the internet. Just the name they choose. There is also the .NET Framework that VS (& VB) .NET run on. Maybe they had some meaning for .NET but its not Internet.
    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

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

    Re: Where has Visual Basic gone?

    Yes, its no longer considered any kind of upgrade from VB 6 but rather a new language thats all OOP based.
    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

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

    Re: Where has Visual Basic gone?

    Quote Originally Posted by dom_stapleton
    Oh right. How come it is called .NET then? Does it mean that it is related to the Internet in some way, like for making HTML application or something?
    It is just Microsoft being clever.

    Seriously though, the Visual Studio suite contains a variety of things, not just VB.NET and you can make web applications with this tool.

  9. #9
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: Where has Visual Basic gone?

    it has nothing to do with internet.
    it has a diffrent lenguage as i said

    i am pretty sure they choose the ".net" name b/c most buisness involved around the internet and a name like ".net" is just eye coughting
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  10. #10
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Where has Visual Basic gone?

    Quote Originally Posted by dom_stapleton
    Oh right. How come it is called .NET then? ...
    Someone has just got a brilliant idea @MS I guess - it could be anything: get, set, let, wet, jet ... But silly part is that it sets the new style in the world of naming conventions.

  11. #11
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Where has Visual Basic gone?

    They could have called it VB#, but they chose .NET instead.

  12. #12
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Where has Visual Basic gone?

    AFAIK the name was choosen to reflect all the new technology in the framework geared towards facilitating rapid development of Internet and intranet applications. The new framework made it easier to program for Windows, and the web but also web services. And now also for other platforms sutch as Linux. but that has nothing to do with the .NET name..


    - ØØ -

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

    Re: Where has Visual Basic gone?

    Quote Originally Posted by Jacob Roman
    They could have called it VB#, but they chose .NET instead.
    I've always wondered with they called it C# instead of C.NET *shrugs shoulders*

  14. #14
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Where has Visual Basic gone?

    I guess it would have been confusing to distinguish C++.NET from C.NET.

  15. #15

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

    Re: Where has Visual Basic gone?

    VB# would have been good to. They did do C# and J# so why not VB#?
    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

  17. #17
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Where has Visual Basic gone?

    Quote Originally Posted by RobDog888
    VB# would have been good to. They did do C# and J# so why not VB#?

    But C# is actualy called C# .NET, so then I guess VB would have been called VB# .NET... But to be honest, it actualy looks good..

    - ØØ -

  18. #18
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Where has Visual Basic gone?

    Quote Originally Posted by RobDog888
    VB# would have been good to. They did do C# and J# so why not VB#?
    Good question. Maybe someone oughta email MS and find out.

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

    Re: Where has Visual Basic gone?

    I dont program in C# yet but I cant say that I have seen it referred that way - "C# .NET". All the jobs online just mention it as "C#" only but I'm sure there are some that may. I know you program C# so I think you would know best.
    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

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

    Re: Where has Visual Basic gone?

    Interesting discussion. Moved to General Developer.

  21. #21
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Where has Visual Basic gone?

    The .NET craze at MS came along with VB.Net and ADO.Net - at the height of the XML-will-take-over the world moment.

    We were all supposed to use disconnected recordsets - all of us start turning our ovens and DVD recorders at home on over the internet.

    At the same time the very nature of security fell on it's face - SQL slammer - virus after virus after worm...

    The "internet" revolution never materialized - we all still use intranet and VPN and anything else to keep the internet out of our networks.

    XML never turned into anything more then a neat new way to store an .INI file. EDI was supposed to disappear with XML - but EDI is just as strong as ever, and even legally mandated for health-care transmissions!

    Here's a quote from an MSDN archive...

    CHARLES FITZGERALD: Yep, that's pretty close. The .NET platform is about helping people, through software technologies, build Web services, deploy them, operate them, aggregate and integrate them, and also consume. And that allows people to think about both exposing their capabilities in a standard way that other people can consume and embed those things into their environment, but also making it easy for the developer to consumer other Web services and leverage other intellectual property that's out there in the world.
    Link to it: http://msdn.microsoft.com/archive/en...scriptText.asp

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  22. #22
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Where has Visual Basic gone?

    Quote Originally Posted by szlamany
    The .NET craze at MS came along with VB.Net and ADO.Net - at the height of the XML-will-take-over the world moment.

    We were all supposed to use disconnected recordsets - all of us start turning our ovens and DVD recorders at home on over the internet.

    At the same time the very nature of security fell on it's face - SQL slammer - virus after virus after worm...

    The "internet" revolution never materialized - we all still use intranet and VPN and anything else to keep the internet out of our networks.

    XML never turned into anything more then a neat new way to store an .INI file. EDI was supposed to disappear with XML - but EDI is just as strong as ever, and even legally mandated for health-care transmissions! ...
    Can't say nothing but INDEED, INDEED and again INDEED as I just couldn't agree more. Crap is ... well ... crap - anyway you look at it.

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

    Re: Where has Visual Basic gone?

    .NET is not "just about web services". It a total integration of suite apps all running on a common framework to say the least. Web services are a new feature but its not what .NET revolves around.
    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

  24. #24
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Where has Visual Basic gone?

    Quote Originally Posted by RobDog888
    .NET is not "just about web services". It a total integration of suite apps all running on a common framework to say the least. Web services are a new feature but its not what .NET revolves around.
    RD - we know that's true, but that wasn't the MS marketing hype that they used to push this out with.

    I believe that the new common framework - and the ultimate plans for the operating system related to the framework and file-storage system are great.

    We had a common framework on our mainframes VAX machines back in 1980 - it's great that MS is finally thinking about losing the "reliance" on DOS as the backbone of the OS...

    Why do we still have a CMD prompt?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

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

    Re: Where has Visual Basic gone?

    ? I have a DOS prompt.
    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

  26. #26
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Where has Visual Basic gone?

    It will even be a more advanced shell in Vista...I am looking forward to it. Makes certain things easier to do...

    *walks back to his Linux machine*

  27. #27
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Where has Visual Basic gone?

    Quote Originally Posted by NoteMe
    It will even be a more advanced shell in Vista...I am looking forward to it. Makes certain things easier to do...

    *walks back to his Linux machine*
    until they implement symlinks in the windows console, it has nothing compared to linux.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

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

    Re: Where has Visual Basic gone?

    Lets not get into a Linux vs Windows debate.

    The topic dejour is the .NET framework.

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

    Re: Where has Visual Basic gone?

    I know , they called it .NET because all the suite of apps are "networked" through the common framework.
    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

  30. #30
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Where has Visual Basic gone?

    But if everything is gonna rely on the framework, even the Windows Vista OS, someone can easily create a virus that can destroy the framework, and not make anything work at all. Not exactly secure in my opinion.

  31. #31
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Where has Visual Basic gone?

    Quote Originally Posted by Jacob Roman
    But if everything is gonna rely on the framework, even the Windows Vista OS, someone can easily create a virus that can destroy the framework, and not make anything work at all. Not exactly secure in my opinion.
    Virus makers all exploit holes in the OS - holes is a nice way of saying untested buggy code.

    Buffer overflows seem to be the target of most. That means the programmer did not check the size of data being moved to see if it's going to fit the memory spot it's going into. That's simply sloppy programming - today, yesterday, back in 1980 and back in 1960.

    Allowing someone to "fashion" some data bigger then the buffer so that they can drop code into "execution space" is simply inexcusable.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

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

    Re: Where has Visual Basic gone?

    It should be no different then VB6 relying on the msvbvm60.dll runtime.
    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