ThePentiumGuy Posted June 5, 2003 Posted June 5, 2003 how do you play a MIDI in vb.net? preferably witout the use of a mediaplayer the sound is titled MainTheme.mid and is found in the bin folder i want to play it without the use of many sysyem resouces Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted June 5, 2003 *Experts* Posted June 5, 2003 Use this APi function: mciSendString Quote
ThePentiumGuy Posted June 5, 2003 Author Posted June 5, 2003 wait a minute, how do u call API's in vb.net i havent seen it anywhere!! I didn't know you could do that Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
iebidan Posted June 5, 2003 Posted June 5, 2003 Read the thread MIDI player, and there you will find an example on how to call API's, there are several changes on how to do it, I recommend you to read the MSDN Library regarding about API in VS .NET Quote Fat kids are harder to kidnap
ThePentiumGuy Posted June 5, 2003 Author Posted June 5, 2003 hmm yea but, without "going online" and searching for a specific API, i just want to access a library or API's on my PC, i could do that in VB6 but i can't now Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted June 5, 2003 *Experts* Posted June 5, 2003 Look into this page. It explains how to call APIs in .NET http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconCallingWindowsAPIs.asp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.