User profile: RCM LittleC

User info
User name:RCM LittleC
Statistical data
Birthdate:Dec 16, 1970
Gender:Male
Occupation:Programmer
Skills:Visual Basic
VB .NET
History
Joined:
Number of posts:6
Latest posts:

Function Argument's value doesn't change
Bah! I see. I fixed it and it works fine...thanks!

Function Argument's value doesn't change
When I pass a string by reference and modify it, why doesn't it change in the calling procedure? ...

C++ DLL Crashes MS ACCESS
This is my first C++ adventure. It is a .NET DLL that I want to call functions from within VBA (MS A...

Trying to convert VB.NET to C++ Exportable DLL Function
Ok. I got the code compiled with no errors / warnings. I guess now I'll set out to figure out what I...

Trying to convert VB.NET to C++ Exportable DLL Function
Hello helios, I created a Win32 C++ Project, but enabled /clr for namespace usage That gives me ac...