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
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for MeetMak

Hey all, I want to add a C++ dll as an embedded resource in my project(so that i could use this applicaion and dll anywhere without being worrid about the dll file location) and subsequently, i want to access it in my vb code. This dll contains a method which …

0
50
Member Avatar for MeetMak

Hey all, I stored a table in mySql 5.1 having a cloumn named hindi_root, storing some data in hindi. I want to show this data in my C# windows application in a textbox/datagridviewer. i am able to access this table but i see only boxes in stead of hindi characters, …

0
58
Member Avatar for MeetMak

Hey, I have a VC++ DLL, which returns the sum of two long double values, passed as one dimensional array? could anybody please tell the right syntax to pass array to this dll from vb.net currently, my code snippet is as follows: [B]DllClass.vb[/B] [code=vb] Imports System Imports System.Collections.Generic Imports System.Text …

Member Avatar for kvprajapati
0
146
Member Avatar for MeetMak

hey all, I have a class, called myClass.vb. I have a sub in it. this sub has a string variable, which has got some value. Now, i want this value to be transferred to the button_click event of a very seperate form called myForm.vb. how can this be done? Thanks …

Member Avatar for samxcui
0
113
Member Avatar for MeetMak

Hi All, I have a C++ DLL, which has a function called INPUT and it is defined as follows in DLL: [code] extern "C" __declspec(dllexport) char* _cdecl INPUT(int a,int b,double D[2],double Z[2],double e,double f); __declspec(dllexport) char* _cdecl input_balr2(int a,int b, double *D,double *Z,double e,double f) { //Do Something } [/code] …

Member Avatar for MeetMak
0
958