Search:
Namespaces
Discussions
.NET v1.1
Feedback
i am unable to do this plz any one can help
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.languages.vc
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
venkat ramarao via .NET 247 (VIP)
Dim vbobj As New vbdll.IPDetails
Dim Fdarr(), Fdvar As
FieldInfo
Fdarr = vbobj.GetType.GetFields
For Each Fdvar In Fdarr
If Fdvar.Name.Equals("IPPoolID") Then
Fdvar.SetValue(vbobj, 1234)
End If
Next
i am unable to assign a value to vbobj's field "IPPoolID" why i am not understanding vbobj is a vbdll(imported using Tlbimp ) and when i say
vbobj.ipoolid ="something" then it is woring
why Fdvar.SetValue(vbobj, 1234) is not working it is not giveing any error
and value is also not setting why?
Thaks in advance
regards venkattt rama rao
-----------------------
Posted by a user from .NET 247 (
http://www.dotnet247.com/
)
<Id>nqtVamYbHEmRUHx8+auyOA==</Id>
Reply to this message...
William DePalo [MVP VC++] (VIP)
"venkat ramarao via .NET 247" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
This group addresses the C++ and Managed C++ languages. You should post
again in a VB/VBA/VBScript group as appropriate.
Regards,
Will
Reply to this message...
System.Reflection.FieldInfo
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com