PC Review


Reply
Thread Tools Rate Thread

ActiveX Controls & Animation

 
 
=?Utf-8?B?U3BlbmNlck1D?=
Guest
Posts: n/a
 
      16th Jun 2006
Is it possible to add animation effects to ActiveX controls?

For example, I've created some simple text boxes from the Control Toolbox,
so that users can enter text while teh presentation is running. I would like
to make these boxes appear in response to the users clicking on a button,
using the trigger option in Custom Animation.

Is this possible? Or so I have to learn some VB coding?! <panics!>

Thanks. Spence
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9obiBXaWxzb24=?=
Guest
Posts: n/a
 
      16th Jun 2006
You cant use animation with control text boxes.

Try this Add a command button (next to contro text box in the control
toolbar), right click and select view code
Between the Private Sub CommandButton1_Click()

and

End sub
insert this

TextBox1.Visible = Not TextBox1.Visible
DoEvents
-- Run the presentation and try the button
-----------------------------------------
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist



"SpencerMC" wrote:

> Is it possible to add animation effects to ActiveX controls?
>
> For example, I've created some simple text boxes from the Control Toolbox,
> so that users can enter text while teh presentation is running. I would like
> to make these boxes appear in response to the users clicking on a button,
> using the trigger option in Custom Animation.
>
> Is this possible? Or so I have to learn some VB coding?! <panics!>
>
> Thanks. Spence

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
activex settings prohibit running ActiveX controls Bob Hartung Windows XP Help 3 21st Jul 2005 05:49 AM
Animation Player for ActiveX Paula Microsoft Powerpoint 3 19th Aug 2004 02:45 PM
Message box breaks owner draw controls in .NET controls used as ActiveX controls (again) Clive Dixon Microsoft Dot NET Framework Forms 0 26th May 2004 10:15 AM
Printing a worksheet with ActiveX controls messes up the controls Deane Yang Microsoft Excel Discussion 11 29th Mar 2004 05:25 PM
ActiveX controls or custom controls disappaer in the project! Giobibo Microsoft Dot NET 0 30th Jul 2003 09:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:12 PM.