Adding tabs to propertygrid control?

  • Thread starter Thread starter lukeo
  • Start date Start date
L

lukeo

I've been going through the MSDN article "Make Your Components Really
RAD with Visual Studio .NET Property Browser" by Shawn Burke
(http://msdn.microsoft.com/library/en-us/dndotnet/html/vsnetpropbrow.asp?frame-true)
as a guide.

To make a long story short I've been converting a lot of C# code into
Visual Basic but can't seem to get tabs to show up on my property
grid.

My question is (and yes I've been looking through google): Is there a
VB.NET sample out there that demonstrates how to add TABS to the
property grid component?


Thanks,
-Luke
 
Hi Luke,

Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Hi Luke,

Based on my understanding, you want to add tabs to your property grid,
also, you want the VB.net version code.

Actually, there are few articles about design-time behavior in Visual
Studio.net, such as property grid. Shawn Burker's several articles are
really good and useful resource.

I think it should meet your need. I think its C# version code should meet
your need, but you need translate it into VB.net. The link below gives you
a translator to convert C# into VB.net, hope it help you get the conversion:
http://authors.aspalliance.com/aldotnet/examples/translate.aspx

Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Thanks for the link. I will give that a try. I have all of Burke's
articles and have been going through them.

-Luke
 
Hi Luke,

Thanks for your feedback.

Ok, I will wait for your further feedback. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Luke,

Have you succeeded converting the code? Do you still have concern on this
issue?

Please feel free to feedback. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top