473,473 Members | 1,923 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Nested properties

Hi! everybody,

I'm developing a custom control with nested properties. From MS article
"Make Your Components Really RAD with Visual Studio .NET Property Browser"
(http://msdn.microsoft.com/library/de...-us/dndotnet/h
tml/vsnetpropbrow.asp), it described how to make it and I think it is what I
need. However, the examples inside are in C# and I don't understand
completely. Does anybody know there's some examples in VB.NET or help to
translate them into VB.NET?

Thanks for your attention and kindly help!

Regards,
James Wong
Nov 20 '05 #1
5 1404
Cor
Hi James,

Maybe this will help you, (I did not try them all)

I hope this helps?

Cor

http://www.kamalpatel.net/ConvertCSharp2VB.aspx

http://csharpconverter.claritycon.com/Default.aspx

http://www.ragingsmurf.com/vbcsharpconverter.aspx

http://www.aspalliance.com/aldotnet/...translate.aspx
http://authors.aspalliance.com/aldot...translate.aspx

http://www.gotdotnet.com/Community/U...7-979975d5957d
http://www.remotesoft.com/ look for "Octopus"

I'm developing a custom control with nested properties. From MS article
"Make Your Components Really RAD with Visual Studio .NET Property Browser"
(http://msdn.microsoft.com/library/de...-us/dndotnet/h tml/vsnetpropbrow.asp), it described how to make it and I think it is what I need. However, the examples inside are in C# and I don't understand
completely. Does anybody know there's some examples in VB.NET or help to
translate them into VB.NET?

Thanks for your attention and kindly help!

Regards,
James Wong

Nov 20 '05 #2
Hi! Cor,

I've download the utility from GotDotNet and found it works fine. Thanks
for your help!

Regards,
James

"Cor" <no*@non.com> ¦b¶l¥ó news:ud*************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g
....
Hi James,

Maybe this will help you, (I did not try them all)

I hope this helps?

Cor

http://www.kamalpatel.net/ConvertCSharp2VB.aspx

http://csharpconverter.claritycon.com/Default.aspx

http://www.ragingsmurf.com/vbcsharpconverter.aspx

http://www.aspalliance.com/aldotnet/...translate.aspx
http://authors.aspalliance.com/aldot...translate.aspx

http://www.gotdotnet.com/Community/U...7-979975d5957d

http://www.remotesoft.com/ look for "Octopus"

I'm developing a custom control with nested properties. From MS article
"Make Your Components Really RAD with Visual Studio .NET Property Browser"

(http://msdn.microsoft.com/library/de...-us/dndotnet/h
tml/vsnetpropbrow.asp), it described how to make it and I think it is what I
need. However, the examples inside are in C# and I don't understand
completely. Does anybody know there's some examples in VB.NET or help

to translate them into VB.NET?

Thanks for your attention and kindly help!

Regards,
James Wong


Nov 20 '05 #3
* "Cor" <no*@non.com> scripsit:
http://www.aspalliance.com/aldotnet/...translate.aspx
http://authors.aspalliance.com/aldot...translate.aspx


Isn't that the same page?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Cor
Hi Herfried,
Isn't that the same page?
Sometimes I think you never see things, so I did this to check.
They are pasted against each other did you see and I we got the not www two
days ago.
So I showed that we had that already.

(Because with that game I played with you I had talked about with OHM, on
that there was not one reaction from you, and that I did found strange).

The answer is Yes.

:-))))

Cor

Nov 20 '05 #5
Cor,

* "Cor" <no*@non.com> scripsit:
Sometimes I think you never see things, so I did this to check.
They are pasted against each other did you see and I we got the not www two
days ago.
I know. I wanted to add it to my list but I found out that it's nothing
new.
So I showed that we had that already.
;-)
(Because with that game I played with you I had talked about with OHM, on
that there was not one reaction from you, and that I did found strange).


Mhm...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: nobody | last post by:
I just tried to do something and realized I'm not sure of the proper (if there *IS* a proper) way to do it. I'm designing a class with a lot a methods/properties. I would like to group some of...
1
by: Edward Diener | last post by:
I want to create a nested class within my component class. The nested class will have public properties. Naturally I want those properties to be serialized just as those properties of my component...
8
by: Robert W. | last post by:
I've almost completed building a Model-View-Controller but have run into a snag. When an event is fired on a form control I want to automatically updated the "connnected" property in the Model. ...
4
by: Steve Franks | last post by:
I have this cool nested master page scenario working great. However what is the correct way to be able to access a strongly typed property at the top level master from a content page that has a...
0
by: GBR | last post by:
Hi Guys, I have been boggling over this for the past few days. I have a class like this: Class A Property Name as String Property ID as Integer Property Address as B End Class
6
by: Marc Hoeijmans | last post by:
How is it possible to us a property from a nested class. Example: namespace MyApp { public class MaxLength { public class Project {
1
by: Morten Fagermoen | last post by:
Hi! I have the function below that return all users in a group, but this code does not work if there are nested groups. Can anyone tell me what to change to also get the users in the nested...
4
by: =?Utf-8?B?Qnlyb24=?= | last post by:
When I try to serialize an instance of the LocationCell below (note Building field) I get an error in the reflection attempt. If I remove the _Building field it serializes fine. I tried renaming...
4
by: =?Utf-8?B?YmlsbCB0aWU=?= | last post by:
I'm perusing a class that seems to utilize a nested class for private fields. In a nutshell, it looks as follows: public class Foo { public Property1 { get/set Bar.field1 }
1
by: p.tilhoo | last post by:
Hello there, I am a programmer mostly using c# and just started using Javascript. I am trying to use prototype to declare and use an object and having difficulties in coding for nested...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.