Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
consider the following vb Code is used for many places in project.
so changes for the following code is not accepted
----------------------------------------
VB Code in sample VB project

VB
Dim obj as ClassorPackageName1.xxxNestedName   //Class Level declaration

obj = "String Value"

-------------------------------------
xxxNestedName ==> it may be class/structure/variable/typedef

ClassorPackageName1.xxxNestedName ==> came from TLB file which is referred in this VB project

can u write a sample code for xxxNestedName in C or C++..?

then convert this to TLB file and refer it to a sample VB project.
In VB project following the vb code written on above
Posted
Updated 4-Jul-11 6:33am
v2
Comments
Richard MacCutchan 4-Jul-11 12:34pm    
Removed bold, underline and big tags, added pre tags.
Pete O'Hanlon 4-Jul-11 12:51pm    
This looks very homeworky based on the wording.
ThatsAlok 5-Jul-11 7:57am    
Have you tried it!?, i believe it wouldn't be that difficult

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