TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
busra acar
NA
7
0
Wpf Button Location
Oct 16 2009 4:30 AM
hi everyone. i am building an application. i have a button on a window. When i click the button, i want a new window popsup. but new window must open behind button. As another way, when window popsup,button must been shown in front of the window. How can i success that? is that possible? Thanks in advance. My codes as follows, private void Topics_Click(object sender, RoutedEventArgs e) { TreeView tree = new TreeView(); tree.Top = 250; tree.Left = 30; tree.Show(); } http://www.freeimagehosting.net/image.php?de9869e063.jpg i want it looks like that thanks in advance
Reply
Answers (
10
)
How can i print asynchronously in wpf without writeasync method?
Data storage