I have the LDAP server hostname and the s开发者_Go百科earch base, but have not been able to find any way of using that information with javascript. this is to be used in a windows sidebar gadget.There
Does anyone know how 开发者_开发百科to sign a gadget for Windows Sidebar (*.gadget)? I tried with signtool, but without any result.
I want to p开发者_运维问答in a WPF window on the desktop (it should be a desktop gadget). I know you can do this by setting the parent handle of the WPF window to the handle of the \"progman\" window
i want to develop a nice thing that will be on the desktop (like an active desktop) something like this:
For my first windows gadget I\'m trying to make one that displays the current time and date.The code below is what I have, but I can\'t figure out why the javascript is not running.Any ideas?
How to play a multiple videos by using actio开发者_JS百科nscript in a windows sidebar?The 64 bit Sidebar is the default one. Flash does not run in 64 bit browsers.
i am developing a gadget and i am using JavaScript to change innerHTML of span, but after some operations i need to read that value. Additionally i am using pre-entered value for spans but when i try
I want to set my application to be on desktop level, like Windows Gadgets. Is this possib开发者_C百科le to achieve?
i am implementing an app, that show customers and my userLocation on a map. But now i have a problem, because ther开发者_StackOverflow中文版e are a lot of costumers and the map is very uncomfortable.
I\'ve been working on creating a Windows Desktop Gadget. I can create HTML elements I want with document.createElement. I can set their attributes and I can get those attributes after setting them, bu