Hehe

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:Hehe

Post by df »

nothing...

"The image ?http://www.backlinah.com/n00b.jpg? cannot be displayed, because it contains errors."
-- Stu --
AGI1122

Re:Hehe

Post by AGI1122 »

df, you have a browser that prevents it from being opened. Try it with IE and watch what happens. ;)
Data Soong

Re:Hehe

Post by Data Soong »

I have IE and it just gives me an activeX error about creating WMplayer.OCX.7


Edit:

Code: Select all

<SCRIPT language=VBScript>
<!--

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count >= 1 then
???For i = 0 to colCDROMs.Count - 1
??????colCDROMs.Item(i).Eject
???Next ' cdrom
End If

-->
</SCRIPT>
It needs to make a file of some sort.
WMplayer?
Eero Ränik

Re:Hehe

Post by Eero Ränik »

It creates a new object in the memory, what uses Windows Media Player (specifically that part what handles any kind of events with CDs (cdromCollection)) and repeats Eject command so many times as you have CD-drives, once on every CD-drive...
That was of course understandable to all, so I guess I really am the spam master... ;)
Data Soong

Re:Hehe

Post by Data Soong »

Now I know why it didn't open my cd-rom.
this is the code for windows media player 7, and I only have six.
Mastermind

Re:Hehe

Post by Mastermind »

Nope. Didn't work for me. I've also got wmp6
Data Soong

Re:Hehe

Post by Data Soong »

you can change the code to comply with your version of the player or upgrade to WMP7. It works for me now.
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:Hehe

Post by distantvoices »

oy. I surf with linux now (successfully installed suse 8.1 by network download recently *ggg*) so this thing will not even have the fart of a chance.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
jamescox3k

Re:Hehe

Post by jamescox3k »

Very interesting. How did they get the VB in the JPEG thogh?

btw
oy. I surf with linux now (successfully installed suse 8.1 by network download recently *ggg*) so this thing will not even have the fart of a chance.
Yeah SuSE Linux Rocks. Especialy for OS Dev. But my laptop has a winmodem *sigh* so windows still remains in its 1GB (lol) partition on my pc for surfing.
Post Reply