Author Topic: Slide viewer in C#  (Read 2311 times)

0 Members and 1 Guest are viewing this topic.

MickD

  • King Gator
  • Posts: 3658
  • (x-in)->[process]->(y-out) ... simples!
Slide viewer in C#
« on: July 31, 2008, 01:51:29 AM »
Has anyone had any success with this?

From what I can find, the ImageMenu object takes a slide library in one of the constructors.
I haven't had a go just yet, just hoping someone else has worked something out first.

off topic - what ever happened to the reference to the arx wrapped objects/methods in the help doc's for the managed classes, this was a great help while learning the new api.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

MickD

  • King Gator
  • Posts: 3658
  • (x-in)->[process]->(y-out) ... simples!
Re: Slide viewer in C#
« Reply #1 on: July 31, 2008, 05:03:02 AM »
Actually, scratch it (unless you really want to use it), it's probably easier to tell the user to use Snagit or similar and use those images to send to an image control.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8833
  • AKA Daniel
Re: Slide viewer in C#
« Reply #2 on: July 31, 2008, 05:09:25 AM »
I looked into this once before with no luck, I am using WMF files, easy enough to create from Autocad. I have an .OCX com thing around here if you want to have a look, I never tried it.