Developing gadgets for Windows Vista

G

Guest

Can I develop my own gadgets for Windows Vista? Where can I find more
information about this?
 
G

Guest

When Google or Live Search doesn't give me what I'm looking for I'm coming
here... So I have already seen that link, thank you.
 
G

Guest

What I'm wondering is if there is a way to use C# (or any other language) to
create the gadgets?
 
G

Guest

A gadget is written in HTML and script (as in javascript)
that is how they are made. They are not compiled apps and therefore c# is
not whats required. that link tells you that. Open it and search for
"Each gadget is developed using HTML and script"

Ciaran O'Donnell
http://wannabedeveloper.spaces.live.com/
 
W

Willy Denoyette [MVP]

Joachim said:
Can I develop my own gadgets for Windows Vista? Where can I find more
information about this?


Please post Vista related questions to the Vista forums at :
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=24&SiteID=1

That said, gadgets are using HTML and SCRIPT (eg. jscript), but you can use C# to build
components exposed to script as COM objects.
You should definitely consult the Windows SDK before you start Gadget development on Vista.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top