Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
QuestionHow to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 0:19
ravindervilasagar27-Sep-12 0:19 
AnswerRe: How to Drawline on Videos in c# Pin
Eddy Vluggen27-Sep-12 0:24
professionalEddy Vluggen27-Sep-12 0:24 
GeneralRe: How to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 1:07
ravindervilasagar27-Sep-12 1:07 
GeneralRe: How to Drawline on Videos in c# Pin
Eddy Vluggen27-Sep-12 1:16
professionalEddy Vluggen27-Sep-12 1:16 
AnswerMy vote of 1 Pin
Keith Barrow27-Sep-12 0:25
professionalKeith Barrow27-Sep-12 0:25 
AnswerRe: How to Drawline on Videos in c# Pin
Pete O'Hanlon27-Sep-12 0:32
mvePete O'Hanlon27-Sep-12 0:32 
GeneralRe: How to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 1:09
ravindervilasagar27-Sep-12 1:09 
GeneralRe: How to Drawline on Videos in c# Pin
Pete O'Hanlon27-Sep-12 1:15
mvePete O'Hanlon27-Sep-12 1:15 
If this is your first project, you really shouldn't be attempting something like this. What I have described is hard to do properly and will not fit into a single forum answer. You are going to have to implement threading so that you don't block things while you do the read/draw/write operation. You have to understand how to work with video. Assuming this is in realtime, you need to understand DirectDraw.

And no, I don't just hand over code. If you search in Google, you might find an implementation, but given your inexperience, I don't think you'll understand it.

Pick an easier topic to start your C# programming career with. If you don't, I suspect you will become disheartened and that would be a shame.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

AnswerRe: How to Drawline on Videos in c# Pin
V.27-Sep-12 1:36
professionalV.27-Sep-12 1:36 
QuestionC# Pin
ravindervilasagar27-Sep-12 0:16
ravindervilasagar27-Sep-12 0:16 
AnswerRe: C# Pin
Eddy Vluggen27-Sep-12 0:17
professionalEddy Vluggen27-Sep-12 0:17 
GeneralRe: C# Pin
ravindervilasagar27-Sep-12 1:12
ravindervilasagar27-Sep-12 1:12 
GeneralRe: C# Pin
Eddy Vluggen27-Sep-12 1:20
professionalEddy Vluggen27-Sep-12 1:20 
AnswerMy Vote of 1 Pin
Keith Barrow27-Sep-12 0:32
professionalKeith Barrow27-Sep-12 0:32 
QuestionHow to automate the running of an application Pin
matleeds26-Sep-12 23:30
matleeds26-Sep-12 23:30 
AnswerRe: How to automate the running of an application Pin
Eddy Vluggen26-Sep-12 23:53
professionalEddy Vluggen26-Sep-12 23:53 
AnswerRe: How to automate the running of an application Pin
matleeds27-Sep-12 0:10
matleeds27-Sep-12 0:10 
AnswerRe: How to automate the running of an application Pin
anglesen11202-Oct-12 18:45
anglesen11202-Oct-12 18:45 
QuestionUsing cmd to get a value from the mysql db Pin
Member 909156026-Sep-12 23:27
Member 909156026-Sep-12 23:27 
QuestionRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen26-Sep-12 23:51
professionalEddy Vluggen26-Sep-12 23:51 
AnswerRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 0:09
Ingo27-Sep-12 0:09 
GeneralRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen27-Sep-12 0:18
professionalEddy Vluggen27-Sep-12 0:18 
GeneralRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 1:22
Ingo27-Sep-12 1:22 
QuestionDelete records in binary file? Pin
Member 245846726-Sep-12 22:01
Member 245846726-Sep-12 22:01 
AnswerRe: Delete records in binary file? Pin
Pete O'Hanlon26-Sep-12 22:04
mvePete O'Hanlon26-Sep-12 22:04 

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.