Hey,
I'd like to modify my desktop wallpaper every so often with a script, and I was wondering where the files that contain information on the user's wallpaper are.
Thanks,
Aarem
Just convert the date to (using setDays, etc.) localtime, then add 360000 for every hour, then create a new date object from the new locatltime (using getDays, etc.).
Hi, I have a python script that is supposed to check to see if a computer exists on a windows network, but python always seems to return false:
os.path.isdir("\\\\MyPCNetworkname\\")
should work, right? for some reason, if i have a trailing folder (like \\MyPCNetworkname\folderhere), then it...
Hello, everybody.
I know Flash has the XMLConnect class for connecting to ports >= 1024 and all, but is there a way to connect to a simple, normal URL to retrieve content? Thanks!
Hello, I just recently obtained a hard disk that has old partitions (not sure what filesystem type or whatever), and I would like to remove those partitions, perhaps with a 'wipe' boot disk. Does anybody have a link to an iso image perhaps for a disk like this?
Thanks!
Yes, however, it isn't just one time I need to access it. At one point in the script, I need to actually change the onload event. I tried this by even writing another iframe with an onload event of alert() and even the document.body.innerHTML showed it printed, but the frame apparently never...
Hello everyone.
For some strange reason, whenever I try to get the onload event of any iframe in an HTA, I get "null" as a response. I've tried altering everything I can think of, but nothing has worked!
Any ideas on how to fix this?
<iframe src="http://google.com" application=yes...
Hi. I have an applet - save.class. This code should work (i think) but the java compiler is giving me an error. What is wrong with my coding?
import java.awt.*;
import java.applet.*;
import java.io.*;
public class save extends Applet
{
BufferedWriter out = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.