Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~625 People Reached
Favorite Forums
Favorite Tags
Member Avatar for wen30

Hi , i got an application API interface written in C++. i wanted to inherit the interface in C#. can somebody be kind to teach me how may i write this code in C#? [CODE]HRESULT _stdcall ExampleFunction() [/CODE] thanks!

Member Avatar for kvprajapati
0
69
Member Avatar for wen30

Hi , may i know why i keep on getting this error? i tried to inherit an interface. I already implement all the member in that base interface but still i get this error. Error 1 does not implement interface member cannot implement an interface member because it is not …

Member Avatar for ClavetA
0
346
Member Avatar for wen30

Hi i have been working on this code for a long time but i keep on getting the same error: Type Expected Invalid token '{' in class, struct, or interface member declaration the code is something like this: [CODE] //vehicle.cs namespace ConsoleApplication3 { interface vehicle { void displayName(); } } …

Member Avatar for ddanbe
0
101
Member Avatar for wen30

Hi, i have a windows form application and the main thing in there is a treeview, and i am adding nodes to the treeview. so i have another class file that will consist of the algorithm of how those things work for the treeview. the problem is i can't call …

Member Avatar for wen30
0
109