Results 1 to 11 of 11

Thread: VB.NET on Apple Mac / MacBook

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2012
    Posts
    423

    VB.NET on Apple Mac / MacBook

    Is there a simple way to make .NET applications vb.net specifically work on apple Macbook's?

  2. #2
    Junior Member
    Join Date
    Jun 2021
    Posts
    19

    Re: VB.NET on Apple Mac / MacBook

    It doesn't work

    Visual studio is the development environment launched by Microsoft, and it is the most popular windows platform application development environment.

    If you want to use it on apple, I think you can use VMware to try to realize it. As for the use of this kind of virtual software, there are many tools on the Internet, such as Oracle VM VirtualBox

  3. #3
    Hyperactive Member Frabulator's Avatar
    Join Date
    Jan 2015
    Location
    USA
    Posts
    393

    Re: VB.NET on Apple Mac / MacBook

    The only thing I am aware of inside of Apple is running wine.

    You could run a parallel OS, Boot Camp, partition your hard drive or use a virtual machine, all of which require you to install windows.
    Oops, There it goes. Yep... my brain stopped...
    _________________________________

    Useful Things:

    How to link your VB.Net application to Excel

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: VB.NET on Apple Mac / MacBook

    It depends what type of application you're talking about. A Console application targeting .NET Core will run fine on a Mac. You can't make Windows-specific apps run on MacOS though, e.g. Windows Forms apps.

  5. #5
    Hyperactive Member Frabulator's Avatar
    Join Date
    Jan 2015
    Location
    USA
    Posts
    393

    Re: VB.NET on Apple Mac / MacBook

    Quote Originally Posted by jmcilhinney View Post
    A Console application targeting .NET Core will run fine on a Mac.
    Good info. Did not know that
    Oops, There it goes. Yep... my brain stopped...
    _________________________________

    Useful Things:

    How to link your VB.Net application to Excel

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2012
    Posts
    423

    Re: VB.NET on Apple Mac / MacBook

    Cheers for the replies. I was looking to build a simple window forms admin tool but one user is Mac based.

    Is there another tool which could achieve this that’s very similar to VB.NET and free?

    Otherwise I’ll do this on the web but application would be better

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: VB.NET on Apple Mac / MacBook

    If you want to build a cross-platform GUI application in VS then that means Xamarin. I'm not sure whether Xamarin is supposed to support VB at some point but I'm fairly sure that it doesn't right now, so you'd have to use C#. C# is not all that hard if you're good with VB though.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2012
    Posts
    423

    Re: VB.NET on Apple Mac / MacBook

    Quote Originally Posted by jmcilhinney View Post
    If you want to build a cross-platform GUI application in VS then that means Xamarin. I'm not sure whether Xamarin is supposed to support VB at some point but I'm fairly sure that it doesn't right now, so you'd have to use C#. C# is not all that hard if you're good with VB though.
    So Xamarin is free and will allow you to build window forms applications that'll work on windows and mac but you need to write the code in C#?

  9. #9
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: VB.NET on Apple Mac / MacBook

    I just had a quick look and it appears that you need to develop Xamarin.Mac applications on a Mac using VS for Mac. You can only target Windows, Android and iOS in VS on Windows.

    It may be worth looking into Docker but I have no idea whether you can actually run Windows apps containerised on MacOS.

  10. #10
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,474

    Re: VB.NET on Apple Mac / MacBook

    Quote Originally Posted by ubkra View Post
    Cheers for the replies. I was looking to build a simple window forms admin tool but one user is Mac based.

    Is there another tool which could achieve this that’s very similar to VB.NET and free?

    Otherwise I’ll do this on the web but application would be better
    https://github.com/AvaloniaUI/Avalonia might be worth a look.

  11. #11
    Member
    Join Date
    Jan 2021
    Posts
    37

    Re: VB.NET on Apple Mac / MacBook

    What kind of application you want to develop in Mac? If very simple apps that does not have to interact with files in user's computer and you want to run it in mobiles too, best to start with JavaScript instead.

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