Sign In
Jay.Beavers: Enjoying life one line of C# at a time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Gadget
Vista
WPF
XBAP
Archive
Archives
July 2007
(1)
May 2007
(3)
MSDN Blogs
>
Jay.Beavers: Enjoying life one line of C# at a time
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jay.Beavers: Enjoying life one line of C# at a time
Saving data from an XBap Sidebar Gadget
Posted
over 5 years ago
by
Jay Beavers
1
Comments
Our next step is to save our notes so they’re still around the next time you restart Sidebar or the computer. We’ll need to figure out: · How to get the data out of the RichTextBox · How to save and load the data to disk. Saving data to disk is...
Jay.Beavers: Enjoying life one line of C# at a time
Debugging the Xbap Sidebar Gadget
Posted
over 5 years ago
by
Jay Beavers
1
Comments
Attaching the Visual Studio Debugger to your Gadget running in the Sidebar When working with WPF code in XBap form, things work a little differently than you may expect. Your code doesn't run in the Sidebar.exe process, it runs in a separate process...
Jay.Beavers: Enjoying life one line of C# at a time
Creating the simple XBap Sidebar Gadget
Posted
over 5 years ago
by
Jay Beavers
4
Comments
Creating a new XBap project First we start off with a generic XBap project, as so: Adding a RichTextBox Modify the contents of Page1.xaml to contain a RichTextBox rather than a <Grid> as so: < Page x:Class = " NetNotes.Page1 "...
Jay.Beavers: Enjoying life one line of C# at a time
Creating the NetNotes Gadget for Windows Vista
Posted
over 5 years ago
by
Jay Beavers
0
Comments
Why? I like the Notes gadget that comes with Windows Vista's new Sidebar. I use it all the time to replace my old, ah, "organization skill" of keeping a copy of Notepad up and running in the corner of my screen with my todo list and thoughts of the...
Page 1 of 1 (4 items)