
Signature
moondaddy@newsgroup.nospam
Hi,
You can use the Window's Loaded event:
<Window x:Class=... Loaded="Window_Loaded">
..
private void Window_Loaded(object sender, RoutedEventArgs e)
{
}
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
moondaddy - 29 Jan 2008 19:57 GMT
Thanks Walter.
> Hi,
>
[quoted text clipped - 19 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.