I presume you want to use Directsound ? There's an mp3player that uses DS on CP, search for MPEG. If you use DirectShow, your media player will essentially be your dialog running Media Player as a COM object. Jonathon
Jonathon Lockett
Posts
-
Direct X -
I need a custom IE ToolbarBloody hell, you don't ask much, do you ? The information to do what you want is all on this site. I don't know if it can be done in VB, but it can certainly be done in a *real* programing language like VC++. I'd suggest that the first step in finding a willing slave if you're unwilling to learn to do it yourself despite the excellent tutorials on the site is to put a name to your posts. Christian (on Jono's mchine, while my kids wreck the place around me)
-
How to do the zoom in out function? Plase help me.Am I right in thinking evc = Windows CE ? I assume this means you're using doc/view ? You need to remember the zoom factor and draw the image scaled accordingly. Based on the limited information you provide I can't really help further. I can't do anything with your email, except tell you it's totally different to the address you've put in your profile, so I get an undeleverable message every time I resond to you. Jonathon
-
Good clip for Bon Jovi fansHow do you define *work* ?? I mean I don't think I work with any of them really ;) Jonathon
-
Good clip for Bon Jovi fansI've said it before, I'll say it again, Shut up moron Jonathon
-
Good clip for Bon Jovi fansIts not that we are Anti-Bon Jovi, its just that we hate you Jonathon
-
Good clip for Bon Jovi fansNo, YOU'RE FIRED Jonathon
-
Good clip for Bon Jovi fansshut up moron Jonathon
-
Good clip for Bon Jovi fansAt least he doesn't come from a Amiga and Apple II background. I mean how old would you have to be to have used an Apple II?? Jonathon
-
Good clip for Bon Jovi fansmaybe you should ask Christian, he seems good at making stuff up. Jonathon
-
Good clip for Bon Jovi fansChristian and Alex, You are both fired. Jonathon
-
Good clip for Bon Jovi fansWhat if I am? At least I'm not wasting my company's bandwidth downloading *music* videos. PS you are the kind of guy that would have a cream puff cordless optical mouse Jonathon
-
Good clip for Bon Jovi fansHooray! Of couse I wouldn't wish CG's comments on the VB forum. Jonathon
-
Good clip for Bon Jovi fansI was just making an innocent comment about Bon Jovi's lack of music talent. Like all of your comments on CP, you are making something out of nothing because you are a small little man. Jonathon
-
Good clip for Bon Jovi fansI would of though anyone equipped with ears *wouldn't* be a bon jovi fan. Jonathon
-
STL error syntaxThanks Tim. I had a feeling it wasn't here, but I don't really *go* anywhere else. I thought of a magazine, but WDJ just ran a different plug in thing, so I thought I must be wrong. Christian on Jono's machine ;0) Jonathon
-
How do I 'fill' a CBitmap with a DC's 'image'If you've got a DC and you want to copy it to a CBitmap, just select the CBitmap into another DC and Blt across. Jonathon
-
Are you a proffesional you should see this!!>>your help is big.. please put it to my project... I wish my wife would say things like this to me..... :) Jonathon
-
how to include source codeI'm not sure what you're asking. Copy the class you want to use into your project directory, add it to the project (projectg/add/files from memory), and use it. Jonathon
-
hard disk full while writing to fileThe delete line is definately what you need to free the memory before calling new again, otherwise you'll leak memory for sure. As an aside, it probably dosn't matter directly in this case, but it is *always* a good idea to set pointers you've called delete on to NULL. Jonathon