Sign in
|
Join
Search
Paolo's Notes
BA by day, sleepy coder by night...
Home
About
RSS
Atom
Comments RSS
Recent Posts
Voice 2.2 test
Free bug tracking offer
The fun is back
WS POLICY SI TEH WIN!!111
WS-I thinghies
Tags
.NET Development
NETnotifier
NFFTI
Other
PDC Sessions
PicBlog
Navigation
Home
Blogs
Archives
April 2004 (1)
January 2004 (10)
November 2003 (1)
October 2003 (24)
September 2003 (1)
July 2003 (1)
June 2003 (8)
May 2003 (3)
February 2003 (20)
Updated PicBlog source
Get it here
, it's the latest source drop for today. If you do some work on it, just let me know what you did so I can merge it back in my code.
Posted:
Jun 11 2003, 10:38 PM
by
Pmarcucci
| with
2 comment(s)
Filed under:
PicBlog
Comments
Dunc said:
Some thoughts:
main.cs Line 412:
Persist(); // save the settings
So why not call the method "SaveAppSettings" then?
Line 505: instead of using FileStream and File.Open use StreamReader and File.OpenText -- this way the template file doesn't have to be ASCII -- could be UTF etc
Consider using XmlTextWriter to create your XML.
Make the form respond to resizing using Anchoring and/or Docking properties of controls.
Cheers!
#
June 12, 2003 7:22 AM
Paolo Marcucci
said:
I did the form resize thinghie. Coming from VB6 I was stunned by the simplicity of building an elastic form :)
Will implement the rest of the ideas later today. Thanks!
#
June 12, 2003 7:40 PM
Leave a Comment
Title
(required)
Name
(required)
Your URL
(optional
)
Comments
(required)
Remember Me?