Adn Utilities CSlideCtrl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I've a problem with the Slide.ocx in my arx in a 64 bit system.
The problem was that if I try to insert by VS 2010 the Slide Ctrl in my Dialog, my application fails because VS2010 allow me to insert only a 32 bit OLE control and my aplpication is 64 bit (it is an arx forAtocad 2013 64 bit) .
So, I would try to insert "by code" my CDSlideCtrl, but if a try to create it I don't see it in my Dialog and the crete method fail.
My code is this:
CDSlide64Bit *m_CSlideCtrl = new CDSlide64Bit();
CFile *file = new CFile(_T("D:\\Simboli\\Titolo1.sld"), CFile::modeReadWrite);
if(m_CSlideCtrl->Create(_T("my slide"), WS_VISIBLE, CRect(10,10,150,100), this,0, file,0, 0))
{
m_CSlideCtrl->AboutBox();
}
Anyone can help me?
Thank's and sorry for my bad english..
Michele