Controlling PowerPoint using Visual Studio 2005

  • Thread starter Thread starter muhammad000
  • Start date Start date
M

muhammad000

Hi all,

I have created a VBA project in Visual Studio 2005, which captures
events of Powerpoint. When I compile and run the application, it does
not capture any events, but when I stop the application and
go to the bin folder, run the exe file, it works fine.

Any body here facing the same problem, or had a problem like this? Any
solutions or suggestions please?

I have tried this on 3 different machines and they all have the same
problem.

Thanks.

Muhammad
 
Hi all,

I have created a VBA project in Visual Studio 2005, which captures
events of Powerpoint. When I compile and run the application, it does
not capture any events, but when I stop the application and
go to the bin folder, run the exe file, it works fine.

Any body here facing the same problem, or had a problem like this? Any
solutions or suggestions please?

I have tried this on 3 different machines and they all have the same
problem.

Thanks.

Muhammad
Did you try www.mvps.org? They have lots of answers for stuff like this!
 
Yes, I have looked at that site.

It has some great examples

But all the examples I have seen are for VB6 and VB.Net 2003. These
examples work fine.

The problem is when I use VB.Net 2005 the file compiles and the program
works except the Events. If I stop the program and run the EXE file in
BIN then that compiled version works.

I assume my code must be OK for the Events to work in the compiled
version

Any ideas ?
 
Back
Top