user350044

user350044

Joined Member # 2373697
0 Posts 0 Replies 100 Reputation

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.

4 Replies 4,430 Views

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.

4 Replies 4,430 Views

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.

0 Replies 2,112 Views

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.

5 Replies 5,052 Views

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.

5 Replies 5,052 Views

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.

4 Replies 4,777 Views