Bring a line or rectange to front
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, i am writing an IDE like visual studio .Net. i want to produce the same effect as vs.net provide like when you drag and drop a control on a form it appears and if you want to adjust the location of this control you can use the mouse to drag and drop it to any location. i have successfully done every thinig accept that the selection frame. on my mousedown event when selection frame is drawn it goes behind and hides. i want to take it on top i mean it should not hide behind any control instead it should be the top most element when user is grabbing it and moving her mouse. can any body help in this regard. tested code will be plus for me . Thnx.:cool: