Results 1 to 4 of 4

Thread: Vb genral question

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    Vb genral question

    Hi. I have visualstudio.net 2005 professional. I am wanting to start learning to program. I have a question about visualBasic. Does it have native midi support?What I'm trying to ask is does it have midi (properties and methods) without having to write my own midi class. I have found that a program called "Real Basic" does have this support to an extent. Thanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Vb genral question

    VB.NET has support for the WAV format but not MIDI. You can use the Windows API and MCI with MIDI files. You may like to follow the Mentalis link in my signature and check out their Multimedia class. It was written for .NET 1.1 but may work as is in .NET 2.0. If not it should only require minor changes.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    Re: Vb genral question

    Dang! Thanks for the quick response. Do you know about c++.net at all? Does it have midi support? I know it is probably alot harder to learn, but I'm willing to invest the time. I am checking out that link you gave me as well.

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

    Re: Vb genral question

    All .NET languages use the same .NET Framework class library so it doesn't make any difference which language you use.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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