I am using VB.NET 2005 Beta 2 Express Edition
When I exit my program using either the Close button or Me.Close() I get an AccessViolationException. My closing code is:
If MessageBox.Show("Are ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21431672.htm...
Hello experts, I seem to be in a quandry over an error that makes no sense to me.
In following some examples I have found on the Net, I've been attempting to use the MSHTML library in vb.net to ac...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21998166.htm...
In the example below, When the C# program tries to call Test on the C program I get
AccessViolationException
Attempted to read or write protected memory. This is often an indication th...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22931370.html
Zones:
C#,
.NETDate Answered: 10/31/2007 Rating: 8.8 Views: 8
I tried using VC++.Net to warp a old.dll (written in vc6) into new.dll, and new.dll would be used by VB.Net.
There was a function in my new.dll like:
int _stdcall abc_new(char * data)
{
u_c...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21796499.html
Zones:
MS Visual C++Date Answered: 04/03/2006 Rating: 9.8 Views: 0
I've figured out how to "export" a function in my Embedded SQL C program so that it's visible in C# through P/Invoke ("__declspec(dllexport)" was the trick). So far, everything runs great to a poin...
http://www.experts-exchange.com/Database/DB2/Q_22899394.html
Zones:
DB2,
C#,
.NETDate Answered: 10/17/2007 Rating: 7.4 Views: 0
I've been stuck on this one for days, I'm hoping that someone in here
has been through this hurdle before and remembers how to get past it.
Background: I'm trying to access some logic in a W...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22911965.html
Hi,
when I use my C++ DLL from C# like desriped here http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23865024.html?cid=239#a22897897 it works at all.
But when I use the Connect ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23890790.html
Hi,
I'm calling unmanaged code in Cannon's EDSDK DLL and I'm able to register callbacks with the DLL.
The API calls succeed and my event handler in C# gets called by the DLL. The parameters car...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23374466.html
Zones:
C#,
CDate Answered: 05/20/2008 Rating: 8.0 Views: 27