odd behavior of VB6 controls in powerpoint

R

R Q

I have tried to use controls such as ListView (version 5.0 SP2 and
version 6) on my presentation, but they seem to produce odd behavior.

Such as, when the slide show runs, the ListView control appears on the
screen at 0,0 location, even though on the slide it's at 168,106... the
stranger thing is that the control seems to duplicate itself... it shows
both at 168,106 and 0,0 ... and the list items are going into the one
at 0,0. Sometimes, if I click on an item in the control at 0,0 it shows
up as an item on the 168,106 one!

See screenshot:

In design view:
http://img84.imageshack.us/my.php?image=pptcontrolproblem02zg8.jpg

In slide show (the items are populated from a db query):
http://img86.imageshack.us/my.php?image=pptcontrolproblem01xq4.jpg

I have tried setting .Top and .Left on the control manually, but it
didn't affect it.

- R
 
R

R Q

I actually tried setting .Left = 168 and .Top = 106 on clicking a button
in slide 3, but it had no effect.

Maybe a newbie question, but how exactly do you know from the code when
you've "reached" slide 3?

Thanks,

- R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top