Omg isn’t this awsome?
do
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
loop
Ok so if you want to do it all you have to do is open new text document paste it in and Save as: prank.vbs
double click it and your cd rom will open over and over
to get rid of it go to task manager and it will be wscrips.exe close that and there you go enjoy
no question
just to get comments
oh and not to forget dont forget the do and loop important
Posts Tagged ‘Really’
Try This Its Really Cool?
Friday, October 23rd, 2009Really Need Help With Windows Stop Error Please!?
Monday, October 5th, 2009I reformatted my hard drive and now when I try to install windows I get this:
A problem has been detected and windows has been shut down to prevent damage to your computer.
If this is the first time you’ve seen this stop error screen, restart your computer. If this screen appears again, follow these steps:
Check to be sure you have adequate disk space. If a driver is identified in the stop message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters.
Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing. If you need to use Sage Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.
Technical Information:
*** STOP: 0×0000007E (0xC0000005, 0xF748E0BF, 0xF78DA208, 0xF78D9F08)
*** pci.sys – Address F748E0BF base at F7487000, DateStamp 3b7d855c
What do I do? It is now a blank Hard Drive without Windows XP installed…
Visual C++ Programmers, I Really, Really Need Your Help… Please…?
Sunday, September 27th, 2009In my current program development, I am currently assigned to fix a bug where when user closes an application (Window), it will display a messagebox with 3 buttons namely debug, Send Error Report and Don’t Send. In my previous solutions, I used TerminateProcess, TerminateThread and Navigate2(“about:blank”). TerminateProcess works well but the activeX control inside the application is not closed properly, though I have terminated the application (e.g. application is no longer available in task manager) but in my test page, OCX is still running… ![]()
What makes the problem worst is that the application does not have an OCX embedded (Microsoft Internet Browser), therefore I cannot create an object to it. But what contains my application are running OCX embedded from a dll and javascript programs that are separated from the application I am working… So in other words, I open the application using browser, it will terminate OCX and application properly but if application, OCX is not …