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
dsp-reg
NA
2
0
Moving & Resizing a Form
Jul 7 2004 2:44 PM
Hello everybody! I'm trying to create my own kind of GUI, so I want to resize my Form. There is no problem to resize ist to the left side or the bottom. But if I try to resize it for example to the to it flickers. If I call the SetBoundsCore method the content of the Form is redrawn at the new Position. If I call this Method with BoundsSpecified.None it isn't redrawn, but the Position and Bounds are not updated. So I tried to set ResizeRedraw = false and this.SetStyle(ControlStyles.ResizeRedraw, false) Now the OnPaint Method isn executed anymore, but all current pixels are copied. Can anyone help me??? Thanks, JSpille
Reply
Answers (
1
)
checked listbox or checked listview (ItemCheck event)
TreeView find and remove child nodes