Paolo's Notes

BA by day, sleepy coder by night...

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:

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

(required) 

(required) 

(optional)

(required)