Mamta M
posted
428 posts
since
Sep 28, 2004
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
|
Do you want the user to be able to do this at runtime in your app? Please clarify.
|
|
|
|
|
|
Manish Tewatia
posted
69 posts
since
Jun 01, 2010
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
No i just want to know the procedure of that at design time only..
|
|
|
|
|
|
Mamta M
posted
428 posts
since
Sep 28, 2004
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
|
Thats quite easy. Just select the control and drag it. If you cant see its edges on the form to select it, then right click on the control and in the context menu, choose select ToolStripLabel, then drag it.
|
|
|
|
|
|
Manish Tewatia
posted
69 posts
since
Jun 01, 2010
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
|
Still having problem edges are visible but i cant drag it.
|
|
|
|
|
|
Mamta M
posted
428 posts
since
Sep 28, 2004
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
|
OK, some clarifications for you. you cannot drag the toolstriplabel alone but can drag the toolstrip containing the toolstriplabel from one place to another . for this to take place, the Dock property of the toolstrip must be set to None.
Then, you can drag the toolstrip and its content anywhere on the form.
|
|
|
|
|
|
Manish Tewatia
posted
69 posts
since
Jun 01, 2010
from
|
|
Re: How can I drag ToolStripLable from one place to another in Vb.Net Windows Application
|
|
|
|
|
|
|
|
|
|
|
Hi.. MAMTA, Thank you very much it works and helps me lot..... Thankyu...
|
|
|
|
|
|