Powerpoint objects and VB.NET

  • Thread starter Thread starter bastet
  • Start date Start date
B

bastet

Hello,

I'm developing an application that nedds to read the objects of a
Powerpoint slide and keep the values in a Database. I found all the
information about text shapes, but I need to read the shapes like
comboboxes, listboxes, checkboxes, etc. Now I know that my shape 1 is a

listbox and I want to draw this listbox in a VB.NET form but I don't
know how to assign a VB.NET ListBox the values of a Powerpoint
Forms.ListBox.


Can someone helps me?


Thank's in advance!!!!


Un saludo,


Enrique Barceló
 
Bastet said:
Hello,

I'm developing an application that nedds to read the objects of a
Powerpoint slide and keep the values in a Database. I found all the
information about text shapes, but I need to read the shapes like
comboboxes, listboxes, checkboxes, etc. Now I know that my shape 1 is a

listbox and I want to draw this listbox in a VB.NET form but I don't
know how to assign a VB.NET ListBox the values of a Powerpoint
Forms.ListBox.

Which is the problem:

Getting the values from the listbox on the PPT slide?

This has examples of adding items to a list box on a slide and a few other
bits; if you've used listboxes in VB/VBA, it should be simple to extend these
examples to get the list items back out of the listbox:

Manipulating Listbox and Combobox controls on slides
http://www.rdpslides.com/pptfaq/FAQ00439.htm

Or assigning the values to the VB.NET listbox? That would be more a VB.NET
question so you'd want to ask in a VB.NET group.
 
Back
Top