Click here to Skip to main content
15,915,818 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send and receive sms in .net cf Pin
rickyjos23-Feb-10 19:09
rickyjos23-Feb-10 19:09 
QuestionC# array Pin
Iman Mohtashemi23-Feb-10 18:14
Iman Mohtashemi23-Feb-10 18:14 
AnswerRe: C# array Pin
Saksida Bojan23-Feb-10 19:29
Saksida Bojan23-Feb-10 19:29 
AnswerRe: C# array Pin
RichardM123-Feb-10 19:50
RichardM123-Feb-10 19:50 
QuestionAd insertion technique Pin
booota23-Feb-10 17:54
booota23-Feb-10 17:54 
AnswerRe: Ad insertion technique Pin
AspDotNetDev23-Feb-10 17:58
protectorAspDotNetDev23-Feb-10 17:58 
QuestionRe: Ad insertion technique Pin
booota24-Feb-10 19:24
booota24-Feb-10 19:24 
AnswerRe: Ad insertion technique Pin
AspDotNetDev24-Feb-10 19:35
protectorAspDotNetDev24-Feb-10 19:35 
I gave you the high level solution. Break the problem down into smaller components and try to solve each of them yourself. If you have trouble, then come back here and ask another question. And by "here", I mean "Code Project", not this specific question... any new question should be asked as a new question, not as a reply to this post. Here is an example of how you might break it down:
1) A video is composed of frames.
2) Each frame is an image.
3) Images can be modified, such as by adding an overlay.
4) The overlay will be another image or video.
5) If a video, each frame is composed of an image (see item #2).
6) If an image, just overlap that image on the frame image.
7) You will need some means of indicating transparency.
8) You will need some means of recombining the frames you create into a new video.
9) You will want to keep the audio from the first video.

I imagine Google will help with a lot of that.
QuestionWINDOWS FORM Pin
Aillish23-Feb-10 16:17
Aillish23-Feb-10 16:17 
AnswerRe: WINDOWS FORM Pin
Luc Pattyn23-Feb-10 16:36
sitebuilderLuc Pattyn23-Feb-10 16:36 
GeneralRe: WINDOWS FORM Pin
RichardM123-Feb-10 19:08
RichardM123-Feb-10 19:08 
AnswerRe: WINDOWS FORM Pin
Roger Wright23-Feb-10 19:57
professionalRoger Wright23-Feb-10 19:57 
QuestionCreating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 15:30
Iman Mohtashemi23-Feb-10 15:30 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
AspDotNetDev23-Feb-10 15:34
protectorAspDotNetDev23-Feb-10 15:34 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Luc Pattyn23-Feb-10 16:00
sitebuilderLuc Pattyn23-Feb-10 16:00 
AnswerRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Un Known Legend23-Feb-10 17:22
Un Known Legend23-Feb-10 17:22 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 17:44
Iman Mohtashemi23-Feb-10 17:44 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
Iman Mohtashemi23-Feb-10 17:50
Iman Mohtashemi23-Feb-10 17:50 
GeneralRe: Creating 1000 by 1000 square matrix with random numbers using C# Pin
AspDotNetDev23-Feb-10 17:56
protectorAspDotNetDev23-Feb-10 17:56 
QuestionGet Object Reference for an already running EXCEL.EXE Pin
Matthew Klein23-Feb-10 12:35
Matthew Klein23-Feb-10 12:35 
AnswerRe: Get Object Reference for an already running EXCEL.EXE Pin
snrch44517-May-11 10:42
snrch44517-May-11 10:42 
QuestionCharacter case assistance needed Pin
venomation23-Feb-10 7:01
venomation23-Feb-10 7:01 
AnswerRe: Character case assistance needed Pin
Not Active23-Feb-10 7:07
mentorNot Active23-Feb-10 7:07 
GeneralRe: Character case assistance needed Pin
venomation23-Feb-10 7:15
venomation23-Feb-10 7:15 
GeneralRe: Character case assistance needed Pin
Not Active23-Feb-10 7:49
mentorNot Active23-Feb-10 7:49 

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.