Click here to Skip to main content
16,012,061 members
Home / Discussions / C#
   

C#

 
QuestionRenderDvdVideoVolume question Pin
Marc Clifton4-Dec-06 3:40
mvaMarc Clifton4-Dec-06 3:40 
AnswerRe: RenderDvdVideoVolume question Pin
Eric Dahlvang4-Dec-06 8:29
Eric Dahlvang4-Dec-06 8:29 
GeneralRe: RenderDvdVideoVolume question Pin
Marc Clifton4-Dec-06 9:12
mvaMarc Clifton4-Dec-06 9:12 
GeneralRe: RenderDvdVideoVolume question Pin
Eric Dahlvang4-Dec-06 9:26
Eric Dahlvang4-Dec-06 9:26 
GeneralRe: RenderDvdVideoVolume question Pin
Marc Clifton4-Dec-06 9:38
mvaMarc Clifton4-Dec-06 9:38 
GeneralRe: RenderDvdVideoVolume question Pin
Eric Dahlvang4-Dec-06 10:06
Eric Dahlvang4-Dec-06 10:06 
GeneralRe: RenderDvdVideoVolume question Pin
Marc Clifton4-Dec-06 10:12
mvaMarc Clifton4-Dec-06 10:12 
QuestionPowerPoint effects: How to figure out a current effect name within SlideShowNextBuild event handler? Pin
wasek20014-Dec-06 2:51
wasek20014-Dec-06 2:51 
Hello,

here is a function's signatures for 2 PowerPoint effects event handlers:
SlideShowNextClick(SlideShowWindow Wn,Effect ef)
The effect onNextClick is ef.

SlideShowNextBuild(SlideShowWindow Wn)
What is a current executed effect??

At the moment I have next implementation:

1. By handle SlideShowNextClick store next effect name ("xyz").
2. By handle SlideShowNextBuild execute my bussiness logic (for effect "xyz").

The problem occurs if the current slide has more than 1 effect on page and "go back" button will be used. ==> I can't catch "goback"-event, thus I can't be sure that my stored "NextEffect" is a next effect realy.

Is it possible to get number/name of current executed effect directly in SlideShowNextBuild handler?


Many thanks for your help.
QuestionDrawString / label transparency Pin
Scalee4-Dec-06 1:47
Scalee4-Dec-06 1:47 
AnswerRe: DrawString / label transparency Pin
Nader Elshehabi4-Dec-06 3:27
Nader Elshehabi4-Dec-06 3:27 
GeneralRe: DrawString / label transparency Pin
Scalee4-Dec-06 3:36
Scalee4-Dec-06 3:36 
GeneralRe: DrawString / label transparency Pin
Nader Elshehabi4-Dec-06 3:43
Nader Elshehabi4-Dec-06 3:43 
GeneralRe: DrawString / label transparency Pin
Scalee4-Dec-06 4:11
Scalee4-Dec-06 4:11 
GeneralRe: DrawString / label transparency Pin
Nader Elshehabi4-Dec-06 6:51
Nader Elshehabi4-Dec-06 6:51 
GeneralRe: DrawString / label transparency Pin
Lord ChaosMan4-Dec-06 14:36
Lord ChaosMan4-Dec-06 14:36 
GeneralRe: DrawString / label transparency Pin
Nader Elshehabi4-Dec-06 22:32
Nader Elshehabi4-Dec-06 22:32 
GeneralRe: DrawString / label transparency Pin
Lord ChaosMan5-Dec-06 8:11
Lord ChaosMan5-Dec-06 8:11 
AnswerRe: DrawString / label transparency Pin
Lord ChaosMan5-Dec-06 8:13
Lord ChaosMan5-Dec-06 8:13 
Questionhow to know if "ENTER" key is pressed Pin
quiteSmart4-Dec-06 1:06
quiteSmart4-Dec-06 1:06 
AnswerRe: how to know if "ENTER" key is pressed Pin
Stefan Troschuetz4-Dec-06 1:16
Stefan Troschuetz4-Dec-06 1:16 
GeneralRe: how to know if "ENTER" key is pressed Pin
quiteSmart4-Dec-06 2:17
quiteSmart4-Dec-06 2:17 
GeneralRe: how to know if "ENTER" key is pressed Pin
Stefan Troschuetz4-Dec-06 2:23
Stefan Troschuetz4-Dec-06 2:23 
AnswerRe: how to know if "ENTER" key is pressed Pin
Mandaar Kulkarni4-Dec-06 2:13
Mandaar Kulkarni4-Dec-06 2:13 
GeneralRe: how to know if "ENTER" key is pressed Pin
quiteSmart4-Dec-06 2:23
quiteSmart4-Dec-06 2:23 
GeneralRe: how to know if "ENTER" key is pressed Pin
Mandaar Kulkarni4-Dec-06 2:35
Mandaar Kulkarni4-Dec-06 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.