Results 1 to 6 of 6

Thread: VB programma at Ubuntu

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    6

    VB programma at Ubuntu

    Good morning!
    I am new at the forum and i have a question

    Ie there any program to use VB at Ubuntu?

  2. #2
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: VB programma at Ubuntu

    I would say it's very unlikely. VB relies on Microsoft Windows functionality and components that do not exist in Ubuntu. Since those components are Microsoft's property I can't see any reason why they'd port them to a 'competing' product.

  3. #3
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: VB programma at Ubuntu

    yes you can run vb programs on most versions of linux, there s a converter /interpreter or whatever to make it all work

    check out mono or wine, i believe one of those will do it
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

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

    Re: VB programma at Ubuntu

    If anyone would know the answer to this question, the Linux folks would.

    Moved

  5. #5
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: VB programma at Ubuntu

    Wine *could* allow you to do this. I say could because Wine is not perfect, so if your VB app requires tons of extra dlls and what have you, then it might not work. But, if its an app that just displays the time, then its a good chance that it will.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VB programma at Ubuntu

    Easier to develop on Linux using a standardised language and port to Windows.

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