I downloaded the file just to see what it was. The rar file contains 76 nice looking wallpapers.
user350044
He got it working. He had the "uac" disabled. Once he turned it back on, it worked.
I exported it as an executable gadget. He figured it out. He had to disable or enable the "User Account Control"(uac). I'm not using Vista so I'm unfamiliar with the User Account Control. Thanks for responding.
I made a executable gadget using desktopx version 3.2. It's like that "fishy" program somewhere on this site. I guess you would call it a screenmate or deskmate. I sent it to a friend and it does not work on his machine, Windows Vista. It's runs fine on my Windows Xp machine. Wonder if anyone has any idea why it doesn't work on his Vista machine? Thanks.
I purhcased desktopx pro 3.2 a few years back. Are the upgrades free for this product? If yes, do I uninstall old version before installing new version. Will my serial # still work for the newer version? Thanks. Edit - I'm using Windows Xp with desktopx pro 3.2. Will 3.2 work with Vista? Thanks.
Widget.Close, ha, good one. I thought it only applied to widgets. I was looking for something like gadget.close, since I'm making a gadget. LOL. Thanks. Thanks for the link to the scripting guide.
How do close an executable gadget with code. I want to close my gadget using vbscript instead of the "close" menu item on the default pop-up menu. Thanks.
I want to do something like this, Function Object_OnRButtonUp(x,y,dragged) If Not dragged Then close. my.gadget End If End Function I want to perform the same action as the "close" does on the default right-click menu of an executable gadget. But I don't want a menu poping up. What would the correct syntax be to do this? Thanks.