Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNavigating Between Buttons Pin
T.RATHA KRISHNAN17-Aug-08 23:11
T.RATHA KRISHNAN17-Aug-08 23:11 
AnswerRe: Navigating Between Buttons Pin
Chandrasekharan P17-Aug-08 23:15
Chandrasekharan P17-Aug-08 23:15 
AnswerRe: Navigating Between Buttons Pin
Hamid_RT18-Aug-08 4:54
Hamid_RT18-Aug-08 4:54 
QuestionHow To add VB ActiveX file into VC++ program??? Pin
savitri17-Aug-08 22:56
savitri17-Aug-08 22:56 
QuestionRe: How To add VB ActiveX file into VC++ program??? PinPopular
CPallini17-Aug-08 23:33
mveCPallini17-Aug-08 23:33 
AnswerRe: How To add VB ActiveX file into VC++ program??? Pin
savitri18-Aug-08 0:22
savitri18-Aug-08 0:22 
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
CPallini18-Aug-08 0:58
mveCPallini18-Aug-08 0:58 
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
savitri18-Aug-08 2:09
savitri18-Aug-08 2:09 
ok i am giving u activex code and aslo my program code ..
This activex is in VB..my variable of type string in vb but after adding activex it is converting as BSTR.
ActiveX code is :
void C_UserControl1::Processattendacne(BSTR* strProcess)
{
static BYTE parms[] =
VTS_PBSTR;
InvokeHelper(0x60030000, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
strProcess);
}
My code is :
void CPassingVarsDlg::OnGetIt()
{
// TODO: Add your control notification handler code here
CString str='s';
m_UserVariable.Processattendacne(str);
}
please tell me how to solve this problem..

Thanks Alot
Savitri
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
CPallini18-Aug-08 2:14
mveCPallini18-Aug-08 2:14 
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
savitri18-Aug-08 2:28
savitri18-Aug-08 2:28 
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
CPallini18-Aug-08 2:42
mveCPallini18-Aug-08 2:42 
GeneralRe: How To add VB ActiveX file into VC++ program??? Pin
savitri18-Aug-08 3:16
savitri18-Aug-08 3:16 
QuestionBuilding an audio encoder that ecodes mp3 to a custom format (*.btm) + the Decoder Pin
jakeblake17-Aug-08 22:56
jakeblake17-Aug-08 22:56 
AnswerRe: Building an audio encoder that ecodes mp3 to a custom format (*.btm) + the Decoder Pin
liquid_18-Aug-08 10:58
liquid_18-Aug-08 10:58 
GeneralRe: Building an audio encoder that ecodes mp3 to a custom format (*.btm) + the Decoder Pin
jakeblake18-Aug-08 21:56
jakeblake18-Aug-08 21:56 
QuestionWinsock: CSocket or something else? Pin
bigcivilmelon17-Aug-08 22:50
bigcivilmelon17-Aug-08 22:50 
AnswerRe: Winsock: CSocket or something else? Pin
Jijo.Raj17-Aug-08 22:58
Jijo.Raj17-Aug-08 22:58 
AnswerRe: Winsock: CSocket or something else? Pin
Mark Salsbery18-Aug-08 8:21
Mark Salsbery18-Aug-08 8:21 
Questionfail to set 404 custom error page on windows 2003. Pin
ptr_Electron17-Aug-08 21:29
ptr_Electron17-Aug-08 21:29 
Questionrestart - logonuser Pin
pooja_friends17-Aug-08 20:50
pooja_friends17-Aug-08 20:50 
AnswerSuggestion Pin
SandipG 17-Aug-08 21:28
SandipG 17-Aug-08 21:28 
QuestionRe: restart - logonuser Pin
David Crow18-Aug-08 3:57
David Crow18-Aug-08 3:57 
Questiondo the vs2008 class view has bug? Pin
liuxianming200117-Aug-08 20:41
liuxianming200117-Aug-08 20:41 
QuestionRe: do the vs2008 class view has bug? Pin
David Crow18-Aug-08 3:58
David Crow18-Aug-08 3:58 
QuestionVC_2005 exe not running on Windows-2003 Pin
VCProgrammer17-Aug-08 20:37
VCProgrammer17-Aug-08 20:37 

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.