Click here to Skip to main content
16,006,749 members
Home / Discussions / C#
   

C#

 
QuestionFree resources of user control Pin
Robert Rohde1-Mar-07 22:06
Robert Rohde1-Mar-07 22:06 
AnswerRe: Free resources of user control Pin
Hayder Marzouk1-Mar-07 22:11
Hayder Marzouk1-Mar-07 22:11 
AnswerRe: Free resources of user control Pin
Guffa1-Mar-07 22:24
Guffa1-Mar-07 22:24 
GeneralRe: Free resources of user control Pin
Robert Rohde1-Mar-07 23:26
Robert Rohde1-Mar-07 23:26 
QuestionProblem in ASP.NET Control Pin
Mayank Parmar1-Mar-07 21:44
professionalMayank Parmar1-Mar-07 21:44 
AnswerRe: Problem in ASP.NET Control Pin
Frank Kerrigan2-Mar-07 2:34
Frank Kerrigan2-Mar-07 2:34 
QuestionProblem with ListView DrawItem Pin
Iker Llanos1-Mar-07 21:20
Iker Llanos1-Mar-07 21:20 
QuestionIDvdInfo2.GetCurrentLocation() acting strangly! Pin
Khoramdin1-Mar-07 21:07
Khoramdin1-Mar-07 21:07 
Hello,

I am currently developing a DVD Playback Windows Application using C#. I am using the "IDvdInfo2.GetCurrentLocation Method " to get the current location of Playback.

I have an option in the windows application which allows the user to go throu the DVD one step at the time. The following the code for this.


private void stepForwardToolStripMenuItem_Click(object sender, EventArgs e)<br />
{<br />
 int hr;<br />
 DvdPlayLocation theVariable;<br />
        <br />
 playState = PlayState.Paused;<br />
 hr = videoStep.Step(1, null);<br />
 dvdInfo.GetCurrentLocation(out theVariable);<br />
 txtlogDvd.AppendText("bFrames : " + theVariable.timeCode.bFrames + "\r\n" +<br />
                      "bHours  : " + theVariable.timeCode.bHours + "\r\n" +<br />
                      "bMinutes: " + theVariable.timeCode.bMinutes + "\r\n" +<br />
                      "bSeconds: " + theVariable.timeCode.bSeconds); <br />
}


Unfortunatly, the display value for the frame "bFrames" is only updated every 14 steps (Frames)!!! Therefore my famre number is wrong most of the time, expect the time it gets updated which is every 14 frames. Can someone be kind enough to tell me what is going on?

Thank you very much and have a great day.

Khoramdin
QuestionReasoning for public signature of interfaces? Pin
Zoltan Balazs1-Mar-07 20:41
Zoltan Balazs1-Mar-07 20:41 
AnswerRe: Reasoning for public signature of interfaces? Pin
Colin Angus Mackay1-Mar-07 22:18
Colin Angus Mackay1-Mar-07 22:18 
GeneralRe: Reasoning for public signature of interfaces? Pin
Zoltan Balazs1-Mar-07 23:09
Zoltan Balazs1-Mar-07 23:09 
GeneralRe: Reasoning for public signature of interfaces? Pin
Colin Angus Mackay2-Mar-07 0:48
Colin Angus Mackay2-Mar-07 0:48 
GeneralRe: Reasoning for public signature of interfaces? Pin
Zoltan Balazs2-Mar-07 5:57
Zoltan Balazs2-Mar-07 5:57 
AnswerRe: Reasoning for public signature of interfaces? Pin
Guffa1-Mar-07 22:19
Guffa1-Mar-07 22:19 
GeneralRe: Reasoning for public signature of interfaces? Pin
Colin Angus Mackay1-Mar-07 22:22
Colin Angus Mackay1-Mar-07 22:22 
GeneralRe: Reasoning for public signature of interfaces? Pin
Zoltan Balazs1-Mar-07 22:58
Zoltan Balazs1-Mar-07 22:58 
QuestionPopUp Blocker Detection using javascript Pin
babutkchn1-Mar-07 19:37
babutkchn1-Mar-07 19:37 
AnswerRe: PopUp Blocker Detection using javascript Pin
stancrm1-Mar-07 21:22
stancrm1-Mar-07 21:22 
Questiontextbox validation very urgent Pin
vijayashanthi1-Mar-07 19:27
vijayashanthi1-Mar-07 19:27 
AnswerRe: textbox validation very urgent Pin
sam#1-Mar-07 19:42
sam#1-Mar-07 19:42 
AnswerRe: textbox validation very urgent Pin
sharmit1-Mar-07 20:49
sharmit1-Mar-07 20:49 
AnswerRe: textbox validation very urgent Pin
Frank Kerrigan2-Mar-07 2:38
Frank Kerrigan2-Mar-07 2:38 
GeneralRe: textbox validation very urgent Pin
SandeepN10-Apr-07 11:22
SandeepN10-Apr-07 11:22 
GeneralRe: textbox validation very urgent Pin
SandeepN10-Apr-07 11:43
SandeepN10-Apr-07 11:43 
QuestionPass data between 2 Forms From datagridview Results Pin
tampasounds1-Mar-07 18:31
tampasounds1-Mar-07 18:31 

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.