Autodesk ObjectARX
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
[VC++] Slides in MFC
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
how can I show a slide (SLD) or slides library (SLB) in my MFC Dialog?
Which control I must to use?
To Picture Control can load only ICO or BMP...
I would like to scroll my slides from my source path with DWG files, and next insert chosen block.
I have found an example: http://www.codeforge.com/read/87674/4-1_8.TXT__htm
but this is deprecated and (autodesk help):
ads_slide_image
This function is part of the DCL dialog box API. The DCL mechanism is exported primarily to support AutoLISP and legacy ADSRX applications. Its use in modern ObjectARX contexts has been superceded by other supported SDKs, such as MFC.
Has someone an example code in VC++??
Regards
Re: [VC++] Slides in MFC
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
For MFC, your best bet is to convert your .sld files to Windows bitmaps and display those instead. Alternatively, you could use AutoLISP instead (and in AutoLISP, I would use the OpenDCL slide control instead of trying to do it in DCL).
Owen Wengerd
ManuSoft

