Hi All,
I hope I ask this question clearly. It is a difficult one. I have taken over some code so I don't understand everything. In VC++ (MFC) I have an OLE server running that accesses data in ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20335828.htm...
I hope define a struct interface as GetPostInfo(PostInfo* postinfo); in a ActiveX control,
for example this struct as following:
typedef Struct PostInfo
{
long nIndex;
BSTR strPostNam...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20805916.htm...
Zones:
MFCDate Answered: 09/05/2004 Rating: 7.6 Views: 0
void CWebFFSView::OnClick(CString strUSID)
{
CString strtest = strUSID;
}
...
this is in my html
<TD ALIGN="LEFT" VALIGN="TOP"><input type="submit" name="submit" value="Signon" onclick='wind...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10220293.html
Zones:
C++Date Answered: 10/17/1999 Rating: 7.2 Views: 0
I am getting warnings in vc++ 6.0 when I build my activex control...
here is the error that I am getting:
warning MIDL2039 : interface does not conform to [oleautomation] attribute : [ Parame...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11682138.htm...
Zones:
MFCDate Answered: 11/02/2000 Rating: 9.6 Views: 4
I am working with VC6 with Win 2K system doing ActiveX with MFC.
After testing the ActiveX with ActiveX tester included in VC6, I test it including the AX in VB6.
I am not able to have a parame...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20098026.html
Hi,
I'm trying to add a function to an activeX control that will return an array of int to my javascript.
Can anyone help me accomplish that? I believe I need to use SafeArray
Some of my...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21823078.html
Zones:
C++Date Answered: 05/22/2006 Rating: 8.0 Views: 25