Windows Develop Bookmark and Share   
 index > Windows Forms Designer > how to draw Rubber band selection on panel in vb.net windows
 

how to draw Rubber band selection on panel in vb.net windows

i want to capture the controls on panel using Rubber band selection..

please help me ..

Thanks..
dilipkumarmdk  Thursday, April 23, 2009 8:17 AM
Hi dilipkumarmdk,

There's sample in this KB article , and the Rubber band selection is accomplished using managed code. You still need to write code to draw control rectangle outside those controls were selected.

The code is using C#.NET language, if you have difficulty in understanding them, you can translate them using online translating tools .

If you have problem with this, please feel free to let me know.

Best regards,
Bruce Zhou

Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Friday, April 24, 2009 11:42 AM
Hi dilipkumarmdk,

There's sample in this KB article , and the Rubber band selection is accomplished using managed code. You still need to write code to draw control rectangle outside those controls were selected.

The code is using C#.NET language, if you have difficulty in understanding them, you can translate them using online translating tools .

If you have problem with this, please feel free to let me know.

Best regards,
Bruce Zhou

Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Friday, April 24, 2009 11:42 AM

You can use google to search for other answers

Custom Search

More Threads

• Designers and Partial Classes
• Unwanted Focus to FlowLayoutPannel
• Focus on a row in the DataGridView
• Copy/Paste & DesignSurface
• UserControl, Inherited Control, Abstract class, (C#)
• Strange Errors in IDE and VS Crashes
• TabControl / TabPages and control events when edit via PropertyGrid
• I need .NET Graphing Component
• help with vs2005 crashing because of my code
• Adding Design mode (Toolstrip) on C# Windows Custom Control