Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JLiashenko

  1. JLiashenko

    The "Security" tab disappeared from my XP Pro SP2 pc!

    Thanks for the tek-tip. Looked all around for this info/
  2. JLiashenko

    send parameters to Activex Control from Web Page

    Look at this Post: http://www.tek-tips.com/viewthread.cfm?qid=904941 That person's post plus the added comment regarding a 'PropExchange()' should get things working.
  3. JLiashenko

    my activex doesn't work fine in a web page

    Did you create a corresponding Property Exchanger (PX) in your DoPropExchange(CPropExchange* pPX)? Like this: PX_String(pPX, _T("mymessage"), m_mymessage); Hope that helps.
  4. JLiashenko

    createcontrol() inside an activeX control

    Soon after I submitted the previous post (reply), I found the solution: // CContainerApp initialization (In the case for ActiveX control, use your COleControlModule derived class) BOOL CContainerApp::InitInstance() { AfxEnableControlContainer();//Enables Controls 2 contain Other Controls ... }...
  5. JLiashenko

    createcontrol() inside an activeX control

    Did you find a solution to this problem? I am doing basically the same thing, but with a MSFlexGrid and getting the same error as you are: dervMSFlexGrid m_MyGrid; //In Header m_MyGrid.Create(NULL, "Grid", WS_VISIBLE | SBS_HORZ | BS_FLAT, CRect(0,0,400,300), this, IDC_GRID_MAIN); //In...

Part and Inventory Search

Back
Top