Click here to Skip to main content
15,899,026 members
Home / Discussions / COM
   

COM

 
AnswerRe: HELP! how to convert to BSTR? Pin
John P. Curtis15-May-01 20:15
John P. Curtis15-May-01 20:15 
GeneralRe: HELP! how to convert to BSTR? Pin
18-May-01 20:34
suss18-May-01 20:34 
GeneralPassing HWnd through DISPPARAM Pin
Jafer Ali15-May-01 2:39
Jafer Ali15-May-01 2:39 
GeneralCOM collections not working Pin
NicA15-May-01 0:53
NicA15-May-01 0:53 
GeneralUse Pin
14-May-01 21:09
suss14-May-01 21:09 
GeneralRe: Use Pin
Amit Dey20-May-01 12:45
Amit Dey20-May-01 12:45 
GeneralAcitveXControl in ActiveXControl Pin
14-May-01 3:46
suss14-May-01 3:46 
GeneralIn ActiveX Component MS Winsock Ver 6I can't senddata from server to client by client use getdata function but it can't receive data. Pin
13-May-01 3:20
suss13-May-01 3:20 
I use ActiveX componet microsoft winsock ver 6 in Visual C++
Mycode is

Server:

VARIANT NewMemberPackage;
NewMemberPackage.vt = VT_BSTR;
NewMemberPackage.bstrVal = MyPacked.AllocSysString();
m_winsockmember.SendData(NewMemberPackage);
----------------------------------------------------------------

Client:
VARIANT mPackage;
VARIANT menumType;
VARIANT mmaxLength;
mPackage.vt = VT_BYREF|VT_BSTR;
menumType.vt = VT_UI1;
menumType.bVal = VT_BSTR;
mmaxLength.vt = VT_I4;
mmaxLength.iVal = 512;
m_WinsockConnect.GetData(&mPackage, menumType, mmaxLength);
---------------------------------------------------------------------
In client is wrong but I can't found information about this Component in my country. How I Programming VC++ Code In Client. Helpme Please



Sura
GeneralCOM+ Problem Pin
11-May-01 12:14
suss11-May-01 12:14 
GeneralRef cnt > 0 for COM server Pin
Pros Chum11-May-01 10:01
Pros Chum11-May-01 10:01 
GeneralRe: Ref cnt > 0 for COM server Pin
Pros Chum11-May-01 10:08
Pros Chum11-May-01 10:08 
GeneralRe: Ref cnt > 0 for COM server Pin
Pros Chum12-May-01 12:09
Pros Chum12-May-01 12:09 
Question_variant_t constructor throw exception ? Pin
10-May-01 17:32
suss10-May-01 17:32 
GeneralUsing IActiveDesktop Pin
Greg Hedlund9-May-01 11:56
Greg Hedlund9-May-01 11:56 
GeneralRe: Using IActiveDesktop Pin
Michael Dunn9-May-01 16:53
sitebuilderMichael Dunn9-May-01 16:53 
Generaltransfer block-memory in com ,why only a byte Pin
9-May-01 4:40
suss9-May-01 4:40 
GeneralRe: transfer block-memory in com ,why only a byte Pin
Pros Chum12-May-01 12:15
Pros Chum12-May-01 12:15 
GeneralRe: transfer block-memory in com ,why only a byte Pin
12-May-01 19:49
suss12-May-01 19:49 
GeneralMFC ActiveX & VBScript access Pin
Matt Weagle8-May-01 20:11
Matt Weagle8-May-01 20:11 
GeneralRe: MFC ActiveX & VBScript access Pin
Matt Weagle9-May-01 8:01
Matt Weagle9-May-01 8:01 
GeneralCOM help Pin
8-May-01 13:08
suss8-May-01 13:08 
GeneralRe: COM help Pin
Michael Dunn8-May-01 15:37
sitebuilderMichael Dunn8-May-01 15:37 
GeneralRe: COM help Pin
Dhanush29-May-01 23:19
professionalDhanush29-May-01 23:19 
GeneralPassing CComPtr into function properly Pin
8-May-01 11:10
suss8-May-01 11:10 
GeneralRe: Passing CComPtr into function properly Pin
Michael Dunn8-May-01 13:00
sitebuilderMichael Dunn8-May-01 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.