Oh, just found more of my answers in Expression Blend.
Looks like I can change the days there and look like it does set to Visible from those settings also........nice!
s>
Quick question.I want to hide the Visibility of the automatic updater at startup of my program cuz it leaves a ghost image when I re-size my app.I make it visible when I call Check for Updates from a menu, but wondering when it randomly checks for a new version at the program start if it will be visible then or not.If not, where can I set it to be visible when it does it's auto-check thing?
Also, is there a way to set how often it randomly checks for updates on startup?
thx!
Steve
Oh, just found more of my answers in Expression Blend.
Looks like I can change the days there and look like it does set to Visible from those settings also........nice!
s>
Also, is there a way to set how often it randomly checks for updates on startup?
Yes, the DaysBetweenChecks property.
If not, where can I set it to be visible when it does it's auto-check thing? [...]Looks like I can change the days there and look like it does set to Visible from those settings also........nice!
Correct, setting the Visibility to False (or Hidden or something like that), the AutomaticUpdater will show when updates are available.