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
sreenath7824
NA
4
0
controls size
Nov 18 2003 4:41 PM
Hi, Lemme explain wat i need to do, wat i have done and wat i need help with. I am creating a windows application which would align controls in a grid format. each control should be resizeable and its size should be a multiple of predefined width and height. this is what i have done so far. I have created a generic container(panel inherited) which would hold any control. I have implemented mousedown, mouseup, mousemove eventhandlers for the container. this container after adding the required control to it, is added to the main form window. there are a couple of things i am having problems with. 1. there is a lot of flickering on the screen when i resize control (or infact the container of the control). I was wondering if anyone could provide me with a sample code. 2. I am also not sure if i need to convert the x-y coordinates of the mouse event handlers to some how relate x-y coordinates on the container so that i can have resize cursors when mouse moves over the edges of the container. there may be a lot more coming up as i develop the application. Thanks a bunch for your time. Any help is appreciated. Rekha
Reply
Answers (
1
)
resize control
Class not registered error