Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create a form contains two frames..
like explorer..
Is it possible in vb.net??
Posted
Comments
CHill60 9-Oct-14 4:22am    
Yes
BillWoodruff 9-Oct-14 5:22am    
Yes, in Windows Forms: put a SplitContainer on a Form, put a TreeView in the left panel, and a ListView in the right panel.

Please come back with specific questions once you have started writing code.

Yes, it is possible. You can look deep into Win Forms documentation on MSDN and as already mentioned, you must always search on Google for your problem at least once. Every problem already has a solution, you just need to search for it rather than asking for it.

http://msdn.microsoft.com/en-us/library/ms229601(v=vs.110).aspx[^]
 
Share this answer
 
As already stated, yes it is possible and there are many ways to try and do it. I would suggest searching google for examples and pick the way you like the most.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900