Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

How can you instert sound and music in visual basic and other .net applications?

Are there ways other than direcx?

How do you do it in DX7 or 8...

 

 

Is there a very easy component???

 

I'm writing a simple program controlling the Legominstorms robot for my younger brother... and want to enchante the program

 

please answer quickly

  • *Experts*
Posted

I don't think there is any way to do it with built in methods (too platform

specific on that one), so you'll need to look into the old fasioned API

methods. Go to http://www.allapi.net and look at the mci APIs (their the

ones that start with 'mci'). Sorry I can't be of much help right now,

but it's 4:07am. That should be a start though.

  • *Experts*
Posted

For a very simple way to play sounds, look for PlaySound (an API call) as well.

 

-Ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • Leaders
Posted

Well, DX8 Music is somewhat similar to DX7 Music, but it would be a bit consuming to convert a DX7 program into a DX8...

 

Sort of in the median between completely different and exactly the same.

However, the graphics are completely different ;).

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • *Experts*
Posted

Most importantly, DX9 is made for managed code while DX7 and DX8 are not. I have some samples in DX8 that work quite well, but MUCH better and easier in DX9.

 

-Ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted

Im a complete newbie to high level programming in vb 6/vb.net

and i want to learn to develop dx applications in c++.net.

 

Im a completly newbie in c++ but i can that basic cin/cout and variable stufff...

and if and for and while...

 

What guides/books do you recommand for me, I appreaciate free online guides..., and i wish i knew how to make a real time strategy with networking...

 

 

any guides?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...