how i can buld sidebar gadget

anyone can help me plaese

Sad

[138 byte] By [smartchild] at [2008-1-6]
# 1
http://msdn2.microsoft.com/en-us/library/ms723694.aspx

Should get you started. Once you get started, if you get stuck with code or anything then you can ask for help here.

Andy

AndyE at 2007-9-28 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 2
I already looked there, but it did not do me much good. And, the text gadget they guide you to create does not show up.
JonathanS at 2007-9-28 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 3
The example that site gives should work. Double check your .xml file for any typos, since those can prevent it from showing up. Sidebar gadgets require knowledge in html and another language such as javascript or visual basic. There are various other sites on the internet you could find using google. MSDN could also help.
BLaZuRE at 2007-9-28 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...
# 4

if you can make a basic html page, you can make a basic sidebar gadget.start with something simple, don't jump into the deep end of the code.once you get the hang of that, start working on flyouts. a settings one doesn't have to set anything and could just show a copyright notice, but it's a great start.

then use the msdn overview and get a gadget to display something, if not an enviroment variable. once you've accomplished that you'll be past the moon.

cheers,

technieguy.

TechnieGuy at 2007-9-28 > top of Msdn Tech,Gadgets,Sidebar Gadget Development...